Answers for "laravel folders are shown when run without php artisan serve command"

PHP
1

php artisan serve a folder

// if `php artisan serve` doesn't work try this
php -S localhost:8000 -t public/
Posted by: Guest on January-20-2021
0

run laravel without php artisan serve

if your laravel application running in server/hosting, 
just change DocumentRoot pointing to /path/to/your-laravel-app/public
Posted by: Guest on August-13-2021

Code answers related to "laravel folders are shown when run without php artisan serve command"

Browse Popular Code Answers by Language