Skip to content

Commit c622dd7

Browse files
Update to Laravel 11.x
1 parent 953df01 commit c622dd7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*Frontend version*: Material Dashboard v3.0.0. More info at https://www.creative-tim.com/product/material-dashboard
99
[ <img src="https://s3.amazonaws.com/creativetim_bucket/products/154/original/material-dashboard-laravel.jpg" width="100%" />](https://material-dashboard-laravel.creative-tim.com)
1010

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

1313
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).
1414

@@ -42,7 +42,7 @@ If you don't already have an Apache local environment with PHP and MySQL, use on
4242
- Mac: https://wpshout.com/quick-guides/how-to-install-mamp-on-your-mac/
4343

4444
Also, you will need to install Composer: https://getcomposer.org/doc/00-intro.md
45-
And Laravel: https://laravel.com/docs/9.x/installation
45+
And Laravel: https://laravel.com/docs/11.x/installation
4646

4747

4848
## Installation
@@ -53,7 +53,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
5353

5454
1. `Cd` to your Laravel app
5555
2. Type in your terminal: `composer require laravel/ui`
56-
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.
56+
3. Install this preset via `composer require laravel-frontend-presets/material-dashboard`. No need to register the service provider. Laravel 11.x & up can auto detect the package.
5757
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`
5858
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
5959
5. In your terminal run `composer dump-autoload`

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "laravel-frontend-presets/material",
3-
"description": "Laravel 10.x Front-end preset for material",
3+
"description": "Laravel 11.x Front-end preset for material",
44
"license": "MIT",
55
"homepage": "https://github.com/creativetimofficial/material-dashboard-laravel",
66
"keywords": ["Laravel", "Preset", "Material"],
77
"require": {
8-
"laravel/framework": "^10.0",
8+
"laravel/framework": "^11.0",
99
"laravel/legacy-factories": "^1.0"
1010
},
1111
"autoload": {

0 commit comments

Comments
 (0)