Charity Association Management System
This is a Charity Association Management System built with Laravel. It provides essential features for managing a charity organization, including:
✅ User Authentication (Login, Registration, Password Reset) ✅ CRUD Operations (Create, Read, Update, Delete) ✅ Database Relations (Efficient data management) ✅ Email Integration (Send notifications & updates) 🚀 How to Run
Clone the repository and navigate to the project folder.
Install dependencies:
composer install npm install
Configure your .env file:
Database Connection (DB_DATABASE, DB_USERNAME, DB_PASSWORD)
Email Settings (MAIL_HOST, MAIL_USERNAME, MAIL_PASSWORD)
Run migrations:
php artisan migrate
Start the development server:
npm run dev
php artisan serve
📌 Notes
Make sure to update database configurations in the .env file.
Set up email connection properly to enable email notifications.