File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ A Laravel CMS Starter project with AdminLTE theme and core features.
1212
1313### What is New?
1414- Upgraded to Laravel 5.6'
15+ - App\User model was changed to App\Models\User model
1516- Add config/app.php - "is_preview". This is to prevent users to delete pages and users from the demo site.
1617- Add admin/accounts. The clients index.blade.php is a good example when working with 1+K entries. It use Laravel Paginator via Ajax pages and filter.
1718
@@ -33,6 +34,8 @@ A Laravel CMS Starter project with AdminLTE theme and core features.
3334## Setup (Basic)
3435- ``` composer create-project bpocallaghan/laravel-admin-starter:dev-master laravel-admin-starter ```
3536- open .env and set the app info (url, title, description, etc)
37+ - check the installation with file search by Notepad++ (App\Models\User the new place instead of the the App\User model)
38+ - check ..TableSeeder.php files because the DB::delete('TRUNCATE.. lines will generate DB errors, comment out them
3639- create your database and set db name in .env
3740- ``` php artisan migrate ```
3841- ``` php artisan db:seed ```
You can’t perform that action at this time.
0 commit comments