Skip to content

Commit 544d912

Browse files
author
AkkuFresh
authored
Updated for the latest change
1 parent d82ce28 commit 544d912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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```

0 commit comments

Comments
 (0)