Search code examples
laravel

Why command "php artisan serve" not working


I started Laravel at this path:

C:\Users\Mad\Work\trunk\product\backend\v1.2.1\laravel

but it is not working, it is not starting.

Please give me suggestions how I will do it ?


Solution

  • Try

    php -S localhost:8000 -t public/
    

    Source