This is the simplest Library Management System. Easy To Use and maintain.
First clone the repo
$ git clone https://github.com/zdgithub/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 artisan db:seed
Now Run the server
$ php artisan serve
The server will be live on localhost:8000
- php>=5.6.4
- Apache2.4
- laravel5.3.19