Starter for site with admin panel on Laravel

Running

  • composer install
  • php artisan serve
  • php artisan migrate
  • php artisan db:seed
  • npm install
  • npm run production