Answers for "run external folder in laravel project"

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

Code answers related to "run external folder in laravel project"

Browse Popular Code Answers by Language