Skip to content

Commit

Permalink
Upgrade to Laravel 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiustanc123 committed Mar 25, 2022
1 parent f0577da commit a45f0bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<img src="screens/material-free.gif" width="100%"/>

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

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

Expand Down

0 comments on commit a45f0bc

Please sign in to comment.