Blog Admin and User Panel using Laravel Framework. Creating Blog Admin using Admin LTE panel and Blog User side using Blog bootstrap template
- Multi Login System.
- Role Based Access Level Login
- Author Role
- Editor Role
- Publisher Role
- Post according to user only.
- CRUD
- Blog Post - List/Show/Add/Edit/Delete posts.
- Category - List/Show/Add/Edit/Delete categories.
- Tag - List/Show/Add/Edit/Delete tags.
- Dashboard to show how many users are there and how many blogs are created using particular user.
- Image CRUD - List/Show/Add/Edit/Delete images
- CK-Editor for fast writing
- User login and logout history system.
- Pagination feature is available on Products list.
- Create every post on page.
- Category and tag lists.
- Facebook comment section.
- Provide archives, Tag clouds .
- Searching blog.
- Social sharing like Twitter post & facebook
MYSQL dump of the database named blog.sql’ is provided.
• XAMPP (start MySQL, Apache service) • Phpmyadmin • Php laravel (Laravel Framework 5.4, PHP version 7.2) • Text editor (Visual Studio Code)
Step 1: Download and add the folder inside ‘C:\xampp\htdocs’
Step 2: Open phpmyadmin http://localhost/phpmyadmin/index.php , create database ‘blog’ and import database dump file ‘blog.sql’ into it.
Step 3: Go to command prompt
c:\xampp\htdocs\blog>php artisan serve Visit http://127.0.0.1:8000/ to see the application in action.
Note: If you cannot see images (attachments) on webpage , then remove folder ‘storage’ from ‘app\public’ and then again link it using command as follows: ‘php artisan storage:link’