TanzimIbthesam / VueInertialLaravelTailwind-VILT-stack-Forum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. First go to the project directory and in CLI run compose install
  2. Then in cli run cp .env .env.example 3.Then run php artisan key:generate 4.Create a database and write similar name of database in .env file
  3. Run php artisan migrate
  4. Run php artisan db:seed --class=RoleSeeder
  5. Then npm install and npm run watch
  6. You can open cli and php artisan tinker and then run User::factory(10)->create() or if you want to register set up mailtrap and configure it from .env file

About


Languages

Language:JavaScript 86.1%Language:PHP 6.1%Language:Vue 4.0%Language:CSS 2.0%Language:Blade 1.7%Language:Shell 0.0%