Skip to content

Commit eec8750

Browse files
Merge pull request #12 from laravel-frontend-presets/master
Update to Material Design 2
2 parents 4f4832e + 2c6a696 commit eec8750

File tree

7,796 files changed

+96743
-956513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,796 files changed

+96743
-956513
lines changed

CHANGELOG.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
# Changelog
2-
3-
All notable changes to `Argon` frontend preset for Laravel will be documented in this file.
2+
All notable changes to `Material Dashboard Laravel` frontend preset for Laravel will be documented in this file.
43

54
## Version 1.0.0
65

76
### Added
8-
- Argon v1.0.0 frontend theme
7+
- Material Dashboard v1.0.0 frontend theme
98
- Laravel Auth preset
109
- Change user profile
1110
- User CRUD
1211

13-
## Version 1.0.1 - 1.0.4
14-
- Bugfixes
12+
## Version 1.0.0 - Version 1.0.4
13+
- Bugfixes
14+
15+
## Version 1.0.5
16+
- Add link to pro theme
1517

16-
## Version 1.0.5 - 1.0.6
17-
- More flexible password setting
18+
## Version 1.0.6 - 2019-09-23
19+
- Update to Laravel 6.x
1820

19-
## Version 1.0.7 - 1.0.10
20-
- Menu structure changes, replace texts
21-
22-
## Version 1.0.11 - 2019-09-23
23-
- Update to Laravel 6.x
24-
2521
## Version 1.1.0 - 2020-03-18
26-
- Update to Laravel 7.x
27-
28-
## Version 1.1.1 - 2020-09-23
29-
- Update to Laravel 8.x
22+
- Update to Laravel 7.x
23+
24+
## Version 1.0.8 - 2020-09-21
25+
- Update to Laravel 8.x
3026

31-
## Version 1.1.2 - 2022-03-25
32-
- Update to Laravel 9.x
27+
## Version 1.0.9 - 2022-03-25
28+
- Update to Laravel 9.x
3329

3430
## Version 2.0.0 - 2022-09-27
3531
- Update to Material Design 2

README.md

Lines changed: 195 additions & 126 deletions
Large diffs are not rendered by default.

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ All notable changes to `Material Dashboard` frontend preset for Laravel will be
2626
- Update to Laravel 8.x
2727
## Version 1.0.9 - 2022-03-25
2828
- Update to Laravel 9.x
29+
30+
## Version 2.0.0 - 2022-04-18
31+
- Update to Material Design 2
32+
- Update Bootstrap to v5.1.3
33+
- New Documentation version
34+
- New Product structure

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "laravel-frontend-presets/argon",
3-
"description": "Laravel 9.x Front-end preset for argon",
2+
"name": "laravel-frontend-presets/material",
3+
"description": "Laravel 9.x Front-end preset for material",
44
"license": "MIT",
5-
"homepage": "https://github.com/creativetimofficial/argon-dashboard-laravel",
6-
"keywords": ["Laravel", "Preset", "Argon"],
5+
"homepage": "https://github.com/creativetimofficial/material-dashboard-laravel",
6+
"keywords": ["Laravel", "Preset", "Material"],
77
"require": {
88
"laravel/framework": "^9.0",
99
"laravel/legacy-factories": "^1.0"
@@ -16,7 +16,7 @@
1616
"extra": {
1717
"laravel": {
1818
"providers": [
19-
"LaravelFrontendPresets\\ArgonPreset\\ArgonPresetServiceProvider"
19+
"LaravelFrontendPresets\\MaterialPreset\\MaterialPresetServiceProvider"
2020
]
2121
}
2222
}

src/ArgonPreset.php

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

src/ArgonPresetServiceProvider.php

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

0 commit comments

Comments
 (0)