This is my first semester project Society Management System using laravel framework. It has basic functionalities like Maintenance CRUD and Staff Member CRUD and it also has different authentication like Admin Dashboard and Member Dashboard. Use it as you want. Pull it make changes as you want would love to see that. It also generates PDF file of maintenance.
- PHP version >= v7.3
- Composer >= v1.10.13
- Xampp Server >= v3.2.0
composer installSuch as your DB_DATABASE, DB_USERNAME and DB_PASSWORD
Generate your application key using following command:
php artisan key:generateCome back to the terminal and paste the following command
php artisan migrate:fresh --seedphp artisan serveIt's running on your local machine, just click the link below