Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhonoryza/laravel-quran


https://github.com/jhonoryza/laravel-quran

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel Quran



Total Downloads


Latest Stable Version


License

## 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.