- change .env file, connect database, QUEUE_CONNECTION=database
Please run the flowing command to run the project
-
composer install
-
php artisan key:generate
-
php artisan migrate
-
php artisan db:seed
-
php artisan weather:update
-
php artisan queue:work
-
php artisan serve
-
npm install
-
npm run dev