Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 718 Bytes

File metadata and controls

14 lines (10 loc) · 718 Bytes

Dynamic-Website-Using-Laravel-with-Admin-Panel

I have already made this project before using PHP but after learning Laravel framwork, I have made this Dymenic website from the Static website with its Admin panel using Laravel

About Project,

Back-end (Admin Panel)

  • -> Admin can access the front-end of website using this Admin panel
  • -> After Admin login, User can Add, Edit, View or Delete the data like Sliders, Services, Photos, Blogs, etc...

Front-end

  • -> Get all data from the database which is added by the Admin through admin/back-end pannel using Laravel CRUD operations..
  • -> Add pagination in some lenghthy data like Multiple Photos and Blogs...
  • -> Add comment feature in Blog page...