This is the simplest Library Management System. Easy To Use and maintain.
First clone the repo
$ git clone https://github.com/swornimshrestha/library_management_system
Edit the ENV File then
Then get into the directory
$ cd library_management_system
Now migrate the database
$ php artisan migrate
Seed the dummy data if you need (Optional)
$ php aritsan db:seed
Now Run the server
$ php aritsan serve
The server will be live on localhost:8000
and you can see the login email from your database and password is 'secret'.
- Fork The Repo
- Create a branch
- Send a Pull Request
This library management system is under MIT License. Click here To See the LICENSE
If you are a engineering student looking for LIMS project to submit. You can use this. I understand you.