Search code examples
phplaravellaravel-artisan

How to activate laravel


php artisan serve Heading ##enter image description here

php artisan serve enter image description here


Solution

  • This vendor/autoload.php will be generated by composer.

    Run composer install before you try to run your application.

    If you have not installed composer yet. Follow the instructions on this page.