InterviewSolution
Saved Bookmarks
| 1. |
How to install laravel via composer ? |
|
Answer» Composer is a dependency manager. If it's not installed on your SYSTEM,
composer create-project laravel/laravel –-prefer-dist This command will be installing Laravel in the current directory
php artisan serve It will start the Laravel development server.
Server Requirement to INSTALL Laravel 5.6
|
|