Civil Society Registry Sofware
git clone https://github.com/whilesmart/lacsodec.git(Alternatively, ssh may be used)cd lacsodeccp .env.example .env[Set up database credentials and other configs in .env]composer install && php artisan key:generatephp artisan migratephp artisan orchid:admin admin admin@admin.com password[Create a user with maximum permissions with name: admin, email: admin@admin.com and password: password. Change accordingly]php artisan serve
We use pint for, execute the following commands:
./vendor/bin/pint (formats the codebase)
./vendor/bin/pint --test (check for linting errors)
It's important to make sure that there are no linting errors or warnings before requesting code reviews for your PR.