Skip to content

Gaurav9197/Laravel-Library-Management-system

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Getting Started Step by Step

  1. In your root folder, clone the project file using git clone https://github.com/Gaurav9197/Laravel-Library-Management-system

  2. Open terminal (bash/cmd). Then go to project folder using command

cd Laravel-Library-Management-system
  1. Then create a .env file and generate key for this project using command
cp .env.example .env

php artisan key:generate
  1. Create a database in MYSQL and connect it with your project via updating .env file.

  2. After connecting the db with project, then run command

php artisan migrate:fresh --seed

Finally we are ready to run our project using this command

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published