Installation
First thing first, lets clone the repository
git clone https://github.com/rupadana/code-deploychange your directory to project and install packages
composer installRun this command to setup .env file or you can do it manually.
composer run-script post-root-package-installGenerate laravel app key using :
php artisan key:generate --ansiRun this command to migrate & create super admin user
php artisan shield:installLog in to dashboard http://127.0.0.1:8000/app/login and create team!
Last updated
Was this helpful?