Skip to content
/ library Public

This is a library system with admin panel and frontend

Notifications You must be signed in to change notification settings

alyjee/library

Repository files navigation

Library

This is a library system which has an admin panel and a frontend.

Requirements

The system is built with Laravel 5.6, it requires the following things:

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension

Installation

Follow the below steps to install and configure the system:

  • Clone the project
$ git clone https://github.com/alyjee/library.git
  • Get into the project directory
$ composer install
  • Install the project dependencies via composer
$ cd library
  • Make ".env" file and generate application key
$ php artisan key:generate
  • Assign permissions to bootstrap and storage directories
$ sudo chmod 777 -R bootstrap
$ sudo chmod 777 -R storage
  • Import the database file in PhpMyAdmin "library.sql"
  • Configure the database in .env file

License

MIT

About

This is a library system with admin panel and frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published