A complete Laravel 11 alumni association website with Bootstrap 5 and comprehensive admin panel.
- Extract the zip file
- Run
composer install - Copy
.env.exampleto.envand configure database - Run
php artisan key:generate - Create database:
cu_alumni - Run
php artisan migrate - Run
php artisan storage:link - Run
php artisan db:seed(optional - creates sample data) - Run
php artisan serve - Visit http://localhost:8000
- URL: http://localhost:8000/admin/dashboard
- Email: [email protected]
- Password: password
- Homepage with all sections (Event Highlights, Notable Events, Stories, News, Notices, Gallery)
- User authentication (Login/Registration)
- News listing page
- Notices listing page
- Image gallery page
- Responsive design with Bootstrap 5
Full CRUD operations for:
- Event Highlights
- Notable Events
- Stories
- News & Press Release
- Notices
- Image Gallery
- Site Settings (member count, countries, chapters, etc.)
- Laravel 11
- PHP 8.3
- MySQL
- Bootstrap 5 (CDN)
- Font Awesome 6
- Laravel UI (Authentication)
See INSTALLATION.md for detailed installation instructions and configuration options.
- Frontend: Bootstrap 5 with CDN (no Vite/npm build required)
- Backend: Laravel 11 with MySQL
- Authentication: Laravel UI
- File Uploads: Stored in
storage/app/public