Installation

First thing first, lets clone the repository

git clone https://github.com/rupadana/code-deploy

change your directory to project and install packages

composer install

Run this command to setup .env file or you can do it manually.

composer run-script post-root-package-install

Generate laravel app key using :

php artisan key:generate --ansi

Run this command to migrate & create super admin user

php artisan shield:install

Log in to dashboard http://127.0.0.1:8000/app/login and create team!

Last updated