composer require jhonoryza/laravel-quran
php artisan migrate
this will create 2 tables: qurans and quran_verses
php artisan vendor:publish --tag=quran-config
Source of quran.
options: 'kemenag', 'kemenag_official', 'tanzil.net'
- kemenag is using rest api method to get the data from non official source
- kemenag_official is using rest api method to get the data from official source
- tanzil.net is using dump sql data that provided by tanzil to get the data
sync quran data
php artisan quran:sync
If you've found a bug regarding security please mail jardik.oryza@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.