Web Developer

Laravel is a web application framework based on PHP, it provides tools to create powerful and robust applications, it is an open source framework, which provides a structure that saves a lot of time to create and plan large applications . It is one of the most secure platforms using a PHP base. It provides built-in features for user authorization such as login, register and forget password.

composer create-project –prefer-dist laravel/laravel myProject

The above command will install Laravel in the current directory. Start the Laravel service by executing the following command.

php artisan serve
Laravel