Harambee (swahili word for "all pull together") script allows you to effortlessly launch a crowdfunding platform where users can create unlimited campaigns to help those in need or raise funds for community projects. Its based on laravel 10 PHP framework.
Enjoy advanced application features which include but not limited to:
- Users can create and manage their user accounts
- Social account authentication
- Admin dashboard
- Implemented GDPR
- reCAPTCHA
- Rewards
- Mailing system
- Users can create and manage campaigns and donations
- Users can upload Avatar
- Integration with PayPal and Stripe (SCA implemented)
- Bank Transfer (Manual)
- XSS: Protection from cross site scripting
- Share social
- Multiple currencies
- Easy translation
- Site cms pages
The application comes with an admin dashboard fully packed with features such as:
- Easy site customization (logo, site name, banners, copyright text)
- Dashboard Statistics (users, campaigns, donations)
- Payments Settings.
- Admin-level access to all campaigns
- Users, campaigns, categories and cms pages management
The application is built on top of Laravel 10 Php Framework which requires a web server with the following requirements:
- PHP >= 8.1
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- Filter PHP Extension
- Hash PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Session PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- clone the repository:
git clone https://github.com/davymaish/harambee.git
- create a database
- create configuration env file
.env
refer to.env.example
- install:
composer install --no-dev
- link storage:
php artisan storage:link
- setup database tables:
php artisan migrate --seed
Setup the database without seeding: php artisan migrate
Delete all contents inside the public directory in the storage folder. It contains application dummy files. storage\app\public
The project is developed and maintained by David Maina.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
If you discover a security vulnerability within this project, please send an e-mail to me via [email protected]. All security vulnerabilities will be promptly addressed and sorted out.
This project is licensed under the MIT License.
For any inquiries or feedback, feel free to contact me via:
- Website: davymaish.github.io
- Email: [email protected]