You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 5.5 and up.
4
4
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 <ahref="https://packagist.org/packages/laravel-frontend-presets/material-dashboard"><imgsrc="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
6
8
7
9
## Note
8
10
@@ -26,7 +28,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
26
28
### Via composer
27
29
28
30
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.
30
32
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`
31
33
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
32
34
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
0 commit comments