Đây là CMS do mình phát triển do trước đây dùng wordpress nhiều lần bị hack nên mình build lại 1 CMS bằng laravel.
Tình thì sinh năm 1991 nên lấy con dê lại linh vật 🙂 🦌 Laravel WordPress CMS
Do là cũng đang đi làm nên khi nào rãnh rỗi mới update thêm tin năng mới
- Version Laravel 7.1
- Version Laravel WordPress CMS 1.0
Install & setup
- php artisan install
Login Admin
Demo link: https://cms.tweb.com.vn/admin
- user: admin@gmail.com
- password: 123456789
Theme
1. Install theme
- Step 1: Download theme default: https://github.com/tinhnguyenvan/laravel-wordpress-cms-theme-default
- Step 2: cài đặt theme php artisan theme:install {--name=}
- Example: php artisan theme:install --name=default
Plugin
- Laravel Package Woocommerce
Queue
- default:php artisan queue:work php artisan queue:listen –timeout=0
- set queue namephp artisan queue:work –queue=admin
- Nếu không dùng rabbitmq thì config .env QUEUE_CONNECTION=sync
Integrate third-party
- generators: https://github.com/laracademy/generators
- cart: https://github.com/darryldecode/laravelshoppingcart
- permission: https://github.com/spatie/laravel-permission
- generate code: https://laravelarticle.com/laravel-custom-id-generator
- image: https://image.intervention.io/getting_started/introduction
- autocomplete: https://easyautocomplete.com/guide#sec-trigger-event
- jquery cookie: https://github.com/carhartl/jquery-cookie
- simple qrcode: https://www.simplesoftware.io/simple-qrcode/
- generator: https://www.simplesoftware.io/simple-qrcode/
- api genera doc: https://github.com/mpociot/laravel-apidoc-generator
- excel: https://docs.laravel-excel.com/3.1/getting-started/
- datetime: https://flatpickr.js.org/getting-started/
- rating: https://github.com/willvincent/laravel-rateable
- timeline: https://bootsnipp.com/tags/timeline
- development package: https://laravelpackage.com/02-development-environment.html#installing-composer
- multi language: https://docs.astrotomic.info/laravel-translatable/