From a45f0bcf8ffeb88f87deb2500aef4172b40223ff Mon Sep 17 00:00:00 2001 From: ovidiustanc123 Date: Fri, 25 Mar 2022 10:43:18 +0200 Subject: [PATCH 1/2] Upgrade to Laravel 9.x --- changelog.md | 2 ++ composer.json | 4 ++-- license.md | 2 +- readme.md | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 9168dec5..945fa395 100644 --- a/changelog.md +++ b/changelog.md @@ -24,3 +24,5 @@ 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 diff --git a/composer.json b/composer.json index 5b836e5c..41ee6446 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "laravel-frontend-presets/material-dashboard", - "description": "Laravel 5.x Front-end preset for material dashboard", + "description": "Laravel 9.x Front-end preset for material dashboard", "license": "MIT", "homepage": "https://github.com/creativetimofficial/material-dashboard-laravel", "keywords": ["Laravel", "Preset", "Material"], "require": { - "laravel/framework": "^8.0", + "laravel/framework": "^9.0", "laravel/legacy-factories": "^1.0" }, "autoload": { diff --git a/license.md b/license.md index 73164ce6..5d69343a 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Creative Tim (https://www.creative-tim.com) +Copyright (c) 2022 Creative Tim (https://www.creative-tim.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/readme.md b/readme.md index 1b5e6ed7..5a2eb19e 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ -Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 8.x and up. +Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 9.x and up. ## Note @@ -21,7 +21,7 @@ If you don't already have an Apache local environment with PHP and MySQL, use on - Mac: https://wpshout.com/quick-guides/how-to-install-mamp-on-your-mac/ Also, you will need to install Composer: https://getcomposer.org/doc/00-intro.md -And Laravel: https://laravel.com/docs/8.x/installation +And Laravel: https://laravel.com/docs/9.x/installation ## Installation From e952741c0fe1018b000919fe53b6623859c771e9 Mon Sep 17 00:00:00 2001 From: Updivision Team <45566836+teamupdivision@users.noreply.github.com> Date: Tue, 29 Mar 2022 13:08:09 +0300 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5a2eb19e..8a4cf69f 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ *Frontend version*: Material Dashboard v2.1.1. More info at https://www.creative-tim.com/product/material-dashboard - +[](https://www.creative-tim.com/live/material-dashboard-laravel) Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 9.x and up.