11 lines
205 B
Bash
11 lines
205 B
Bash
composer require fruitcake/laravel-cors
|
|
|
|
|
|
php artisan migrate
|
|
php artisan key:generate
|
|
php artisan cache:clear
|
|
php artisan config:clear
|
|
php artisan route:clear
|
|
|
|
|
|
php artisan serve --host=0.0.0.0 --env=.env |