Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.4 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.4 KB

About Project

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.

Output

 ## Project Screenshots

1 2 3 4 5