55[ ![ image] ( docs/images/min/styleci.svg )] ( https://github.com/AlexStack/Laravel-CMS/releases )
66[ ![ Latest Stable Version] ( https://poser.pugx.org/alexstack/laravel-cms/v/stable )] ( https://github.com/AlexStack/Laravel-CMS/releases )
77
8- - Free, open-source Simple Bootstrap Laravel CMS, support Laravel 7 .x or 6 .x or old Laravel 5.x
8+ - Free, open-source Simple Bootstrap Laravel CMS, support Laravel 8 .x or 7 .x or old Laravel 6.x & 5.x
99- Can integrate with any existing Laravel project, install as an individual Laravel package
1010- Only add a few database tables with a prefix, not effect your existing database tables.
1111- You can easily custom the database table names, the page URL path(route) and the template(theme)
1212- Build-in Website is ready after install. Easy to use, simple enough but flexible.
13- - Basic Laravel 7.x /Laravel 6.x / Laravel 5.x syntax and blade template, no need to learn a "new language"
13+ - Basic Laravel 8.x/ Laravel 7.x /Laravel 6.x / Laravel 5.x syntax and blade template, no need to learn a "new language"
1414
15- ## How to install & uninstall (Support Laravel 7.x & Laravel 6.x & Laravel 5.x)
15+ ## How to install & uninstall (Support Laravel 8.x & Laravel 7.x & Laravel 6.x & Laravel 5.x)
1616
1717``` php
1818// Make sure you already configured the database in the .env
@@ -59,7 +59,7 @@ php artisan laravelcms --action=uninstall
5959- Can be fixed by the below commands:
6060
6161``` php
62- // Laravel 6.x & Laravel >= 7
62+ // Laravel 6.x & Laravel >= 7 & Laravel >= 8
6363composer require laravel/ui && php artisan ui vue --auth
6464// Laravel 5.x, run blow command instead
6565php artisan make:auth && php artisan migrate
@@ -191,7 +191,7 @@ php artisan laravelcms --action=clear
191191- It's good for a local test
192192
193193``` php
194- // Install Laravel 6.x/7.x & the CMS package
194+ // Install Laravel 6.x/7.x/8.x & the CMS package
195195composer create-project --prefer-dist laravel/laravel cms && cd cms && composer require alexstack/laravel-cms
196196
197197// Then you need to change the database settings in the .env after that initialize CMS
@@ -201,7 +201,7 @@ php artisan laravelcms
201201// Or initialize the CMS with silent mode
202202php artisan laravelcms --action=initialize --locale=en --table_prefix=cms_ --silent=yes
203203
204- // Enable auth system for Laravel 6.x/7.x
204+ // Enable auth system for Laravel 6.x/7.x/8.x
205205composer require laravel/ui && php artisan ui vue --auth && php artisan migrate
206206
207207// Config the document root to point to the cms/public then you can access the backend
0 commit comments