From 4ecd0abb21a1defb28fc1f17b42284d4fd6f4767 Mon Sep 17 00:00:00 2001 From: mark-git07 Date: Sun, 9 Oct 2022 19:27:32 +0800 Subject: [PATCH 1/2] CHANGELOG.md --- changelog.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 0fd53d07..a567d67c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,5 @@ # Changelog - -All notable changes to `Material Dashboard` frontend preset for Laravel will be documented in this file. +All notable changes to `Material Dashboard Laravel` frontend preset for Laravel will be documented in this file. ## Version 1.0.0 @@ -24,11 +23,13 @@ All notable changes to `Material Dashboard` frontend preset for Laravel will be ## Version 1.0.8 - 2020-09-21 - Update to Laravel 8.x + ## Version 1.0.9 - 2022-03-25 - Update to Laravel 9.x -## Version 2.0.0 - 2022-04-18 -- Update to Material Design 2 -- Update Bootstrap to v5.1.3 -- New Documentation version -- New Product structure +## Version 2.0.0 - 2022-09-27 + - Update to Material Design 2 + - Update Bootstrap to v5.1.3 + - Add new example pages + - Add Light/Dark feature + - New Documentation version From 6ebb9c660a3a7534a71826edd96099a96badd234 Mon Sep 17 00:00:00 2001 From: mark-git07 Date: Sun, 9 Oct 2022 19:28:33 +0800 Subject: [PATCH 2/2] correction on composer command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc1ea857..8f40b2c6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con 1. `Cd` to your Laravel app 2. Type in your terminal: `composer require laravel/ui` -3. Install this preset via `composer require laravel-frontend-presets/material`. No need to register the service provider. Laravel 9.x & up can auto detect the package. +3. Install this preset via `composer require laravel-frontend-presets/material-dashboard`. No need to register the service provider. Laravel 9.x & up can auto detect the package. 4. Run `php artisan ui material` command to install the Material 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` (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php) 5. In your terminal run `composer dump-autoload`