Backend for Shine app on Laravel + Admin Panel
git clone
composer install
Copy the .env file and change the database connection settings
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed DatabaseSeeder
php artisan storage:link
npm install
npm run dev
For development mode, use the command
npm run build
make up
To open console:
make shell