jhonoryza/laravel-quran

laravel package to get quran data from some sources

0.0.2 2024-03-14 09:35 UTC

This package is auto-updated.

Last update: 2024-05-14 09:56:50 UTC


README

install

composer require jhonoryza/laravel-quran

run migration

php artisan migrate

this will create 2 tables: qurans and quran_verses

publish config file

php artisan vendor:publish --tag=quran-config

kemenag source is using rest api method to get the data

tanzil.net source is using dump sql data that provided by tanzil to get the data

sync data

sync quran

php artisan quran:sync

Security

If you've found a bug regarding security please mail jardik.oryza@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.