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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
-
In your root folder, clone the project file using git clone https://github.com/Gaurav9197/Laravel-Library-Management-system
-
Open terminal (bash/cmd). Then go to project folder using command
cd Laravel-Library-Management-system- Then create a .env file and generate key for this project using command
cp .env.example .env
php artisan key:generate-
Create a database in MYSQL and connect it with your project via updating .env file.
-
After connecting the db with project, then run command
php artisan migrate:fresh --seedFinally we are ready to run our project using this command
php artisan serve