Skip to content

Commit 3fd1d05

Browse files
authored
Merge pull request #1 from laravel-frontend-presets/master
update to v1.0.3
2 parents 2cfb82a + 055d722 commit 3fd1d05

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 5.5 and up.
44

5-
*Current version*: Material Dashboard v1.0.0. More info at https://www.creative-tim.com/product/material-dashboard-laravel.
5+
*Current version*: Material Dashboard Free Laravel <a href="https://packagist.org/packages/laravel-frontend-presets/material-dashboard"><img src="https://poser.pugx.org/laravel-frontend-presets/material-dashboard/v/stable.svg" alt="Latest Stable Version"></a>
6+
7+
*Frontend version*: Material Dashboard v2.1.1. More info at https://www.creative-tim.com/product/material-dashboard
68

79
## Note
810

@@ -26,7 +28,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
2628
### Via composer
2729

2830
1. `Cd` to your Laravel app
29-
2. Install this preset via `composer require laravel-frontend-presets/material`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
31+
2. Install this preset via `composer require laravel-frontend-presets/material-dashboard`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
3032
3. Run `php artisan preset material` command to install the Argon preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`
3133
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
3234
4. In your terminal run `composer dump-autoload`
@@ -156,4 +158,4 @@ Please see the [changelog](changelog.md) for more information on what has change
156158

157159
![Material Users](/screens/Users.png)
158160

159-
![Material Profile](/screens/Profile.png)
161+
![Material Profile](/screens/Profile.png)

0 commit comments

Comments
 (0)