Backend for Shine app on Laravel + Admin Panel
git clone
composer installCopy the .env file and change the database connection settings
cp .env.example .envphp artisan key:generatephp artisan migratephp artisan db:seed DatabaseSeederphp artisan storage:linknpm installnpm run devFor development mode, use the command
npm run buildmake upTo open console:
make shell