Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhonoryza/laravel-quran
https://github.com/jhonoryza/laravel-quran
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhonoryza/laravel-quran
- Owner: jhonoryza
- License: mit
- Created: 2024-03-14T08:56:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T09:35:53.000Z (10 months ago)
- Last Synced: 2024-03-15T10:04:58.787Z (10 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Quran
## install
```bash
composer require jhonoryza/laravel-quran
```## run migration
```bash
php artisan migrate
```this will create 2 tables: qurans and quran_verses
## publish config file
```bash
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 data
sync quran data
```bash
php artisan quran:sync
```### Security
If you've found a bug regarding security please mail [[email protected]](mailto:[email protected]) instead of
using the issue tracker.## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.