This is laravel based library mangement system project from my first semester therefore don't judge as little effort done on front-end work only.. Guide for dummies.
Step 1 : Extract it in htdocs.
Step 2 : Make migration.
Step 3 : You will get error in migration after half completed. Therefore manually go to myphpadmin and create another table name "administrators".
Step 4 : Rename "post" table from database(myphpadmin) and change it to "posts". or change table name from models in Post.php file and table name into post from posts.
Step 5 : Change "email" into "username" from "administrators" table in myphpadmin.
Step 6 : Run the code.
## Project Screenshots