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 ?
after install the xampp server and start services like php and mysql. please open the drive (default: C:/xampp/htdocs/) and please create folder (ex: laravel) and paste your project files into this laravel directory. Open the browser and type localhost/laravel/public and hit enter then it will come your website.
The serve command is just a shortcut for the PHP Built-in Webserver, something PHP has out of the box, so the point of using it is to start testing your application as fast as you could, you just need to install PHP, Composer and your application is up (if you don't need anything else, of course).
Press Ctrl + Shift + ESC. Locate the php process running artisan and kill it with right click -> kill process. Reopen the command-line and start back the server.
try
php -S localhost:8000 -t public/
source : http://allbitsnbytes.com/posts/php-artisan-serve-not-working/
Try this also
php -S 127.0.0.1:8000 -t public/
https://www.tutsmake.com/laravel-command-php-artisan-serve-not-working-properly/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With