Skip to content

Commit ab62989

Browse files
Readme
1 parent c3b1f51 commit ab62989

File tree

11 files changed

+703
-329
lines changed

11 files changed

+703
-329
lines changed

README.md

Lines changed: 523 additions & 0 deletions
Large diffs are not rendered by default.

changelog.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
# Changelog
22

3-
All notable changes to `Now Ui` frontend preset for Laravel will be documented in this file.
3+
All notable changes to `Now Ui Dashboard` frontend preset for Laravel will be documented in this file.
44

55
## Version 1.0.0
66

77
### Added
8-
- Now Ui v1.0.0 frontend theme
8+
- Now Ui v1.4.0 frontend theme
99
- Laravel Auth preset
1010
- Change user profile
11-
- User CRUD
12-
13-
## Version 1.0.1 - 1.0.4
14-
- Bugfixes
15-
16-
## Version 1.0.5 - 1.0.6
17-
- More flexible password setting
18-
19-
## Version 1.0.7 - 1.0.10
20-
- Menu structure changes, replace texts
11+
- User CRUD

readme.md

Lines changed: 0 additions & 158 deletions
This file was deleted.

src/now-ui-stubs/app/Providers/AppServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Providers;
44

5-
use App\Item;
65
use App\User;
76
use App\Observers\ItemObserver;
87
use App\Observers\UserObserver;
@@ -17,7 +16,6 @@ class AppServiceProvider extends ServiceProvider
1716
*/
1817
public function boot()
1918
{
20-
Item::observe(ItemObserver::class);
2119
User::observe(UserObserver::class);
2220
}
2321

src/now-ui-stubs/resources/assets/css/now-ui-dashboard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-dashboard
8-
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
8+
* Copyright 2019 Creative Tim (http://www.creative-tim.com) & Updivision (https://updivision.com)
99
10-
* Designed by www.invisionapp.com Coded by www.creative-tim.com
10+
* Designed by www.invisionapp.com Coded by www.creative-tim.com & https://updivision.com
1111
1212
=========================================================
1313

0 commit comments

Comments
 (0)