Installation ๐ฆ
git clone https://github.com/iliyaZelenko/laravel-nuxt.git
composer install
andyarn
/npm install
- Edit .env to set your database connection details
php artisan migrate:fresh --seed
make tables and users- for recaptcha set RECAPTCHA_SECRET(used only in registration)
- how to setup socialite
Development in spa
Run yarn dev
/ npm run dev