adbrsln / training-laravel-vol-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • clone the repository
  • run composer install
  • run npm install && npm run dev
  • update your .env with your database config
  • run php artisan config:clear
  • run php artisan migrate:fresh --seed . this will delete and migrate back all the database and after completing migrations, it will start to seed the fake data to the system.

About


Languages

Language:PHP 68.6%Language:Blade 30.8%Language:Shell 0.6%