DavidBasil / jobportal

Job Portal with Laravel
2 stars 1 forks source link

No SQL file #2

Open ajaib-bot opened 4 years ago

ajaib-bot commented 4 years ago

Where is the sql file i couldn't find it

SayChunKim commented 4 years ago

You need to use

  1. make .env file by cp .env.example .env. Configure according your hosting setups.
  2. php artisan migrate to create migration tables and php artisan seeder for seeding.