Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 513 Bytes

Dating App

gif image showing usage

Change database and other settings in .env.example and rename it to .env (REMEMBER THAT IT IS A HIDDEN FILE)
Please run following commands:
composer install
composer dump-autoload
php artisan key:generate
php artisan storage:link
php artisan migrate
To seed database with random users:
php artisan db:seed
To run server run commands:
php artisan serve
php artisan queue:work