- It is an administrative application for recording savings for Qurban
- This application is adapted to the needs of residents of the Grand Diosi 999 Housing located in Rejang Lebong, Bengkulu, Indonesia
No Available
You can read this article : Fork a Repo
- Clone the repo :
git clone https://github.com/oimtrust/dqurban
- Copy .env.example to .env :
sudo cp .env.example .env
- Set your database in .env file :
DB_DATABASE=your_db DB_USERNAME=your_username DB_PASSWORD=your_password_of_db
- Run the command
composer install
to install all the dependencies - Run the command
php artisan key:generate
to generate the new key - Run the command
php artisan migrate
- Run the command
php artisan db:seed
- Run the command
php artisan serve
. This will open dQurban app in your browser - Make your valuable contribution
- Submit a pull request.
The dQurban App is open-source software licensed under the MIT license.