php artisan serve a folder code example
Example: php artisan serve a folder
// if `php artisan serve` doesn't work try this
php -S localhost:8000 -t public/
// if `php artisan serve` doesn't work try this
php -S localhost:8000 -t public/