GitHub – truptigaonkar/blog: Create Best Blog and Admin Panel with Laravel using Bootstrap template for Blog and Admin LTE for admin panel
Mục Lục
Blog Admin and User Panel
Blog Admin and User Panel using Laravel Framework. Creating Blog Admin using Admin LTE panel and Blog User side using Blog bootstrap template
Blog – Admin Panel:
- 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.
Blog – User Panel:
- 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.
Prerequisites
• XAMPP (start MySQL, Apache service)
• Phpmyadmin
• Php laravel (Laravel Framework 5.4, PHP version 7.2)
• Text editor (Visual Studio Code)
Getting Started
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’