Skip to content

zdgithub/library_management_system

 
 

Repository files navigation

Library Management System

This is the simplest Library Management System. Easy To Use and maintain.

How to install

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

Developing Environment

  • php>=5.6.4
  • Apache2.4
  • laravel5.3.19

About

Simple Library Management System.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 34.8%
  • HTML 29.0%
  • CSS 23.5%
  • JavaScript 12.5%
  • Vue 0.2%