Skip to content

Commit

Permalink
Merge pull request #14 from laravel-frontend-presets/master
Browse files Browse the repository at this point in the history
Sync with preset
  • Loading branch information
teamupdivision authored Nov 17, 2022
2 parents 5f6c04a + 29c7109 commit 05f3f3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

Speed up your web development with the Bootstrap 5 Admin Dashboard built for Laravel Framework 9.x and up.

If you want to get more features, go PRO with [Material Dashboard 2 PRO Laravel](https://www.creative-tim.com/product/material-dashboard-pro-laravel).

## Table of Contents
* [Prerequisites](#prerequisites)
* [Installation](#installation)
Expand Down Expand Up @@ -51,7 +53,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`
Expand Down
15 changes: 8 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit 05f3f3a

Please sign in to comment.