- Clone the repository with
git clone https://github.com/sigdelsanjog/KUSIMS.git -b Code_V2
- Copy
.env.example
file to.env
and edit database credentials there - Run
composer install
- Run
php artisan key:generate
- Run
php artisan migrate --seed
(it has some seeded data - see below) - That's it: launch the main URL and login with default credentials
[email protected]
-password
- Run
npm run watch
, please make sure if you have node package manager running in your PC