• Laravel : version 8
  • Livewire
  • MySQL

How to run the code

  • git clone https://github.com/AjayYadavAi/laravel-starter.git

  • cd laravel-starter

  • cp .env.example .env

  • open .env and update DB_DATABASE (database detail)

  • run : composer install

  • run : npm install

  • run : npm run dev

  • run : php artisan key:generate

  • run : php artisan migrate:fresh --seed

  • run : php artisan serve

  • Best of luck

How to run test code

  • php artisan test