how to serve another folder artisan 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/