Welcome to Quran Download, an open-source project built with Laravel that aims to make Quran recitations accessible for everyone. this project is fully opensource, none-profit, and it's being maintained and managed by [Itadbeer](!https://itadbeer.com) developer team for **Sahahbahq**.
The best specialized Quran recitation platform
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
Quran Download is an online website that allows users to download and listen to Quran recitations. The website offers a wide range of recitations from different reciters. Users can search for recitations by surah or reciter. The project is built with Laravel, a PHP web application framework. Laravel provides a robust and secure foundation for the website, making it easy to maintain and scale.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
In order to run this project locally; you need to have php
and composer
installed.
To run Quran Download locally, you need to have PHP and Composer installed on your machine. Follow these steps to get started:
- Clone the repository to your local machine:
git clone https://github.com/edrisranjbar/qurandl.git
- Navigate to the project directory:
cd qurandl
- Install the dependencies using Composer:
composer install
- Create a new
.env
file by copying.env.example
file with the following command.
- In Linux :
cp .env.example .env
- In windows :
COPY .env.example .env
- Generate a new applicatation key (otherwiser the app wont run):
php artisan key:generate
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Create your new branch with any name. Example: feature branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.