Skip to content

Commit

Permalink
Merge pull request #10 from laravel-frontend-presets/master
Browse files Browse the repository at this point in the history
Update Laravel 9
  • Loading branch information
teamupdivision authored Mar 30, 2022
2 parents 65e4bc8 + 6f0e580 commit 7bb23b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
![version](https://img.shields.io/badge/version-1.0.9-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/laravel-frontend-presets/material-dashboard.svg?maxAge=2592000)](https://github.com/laravel-frontend-presets/material-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/laravel-frontend-presets/material-dashboard.svg?maxAge=2592000)](https://github.com/laravel-frontend-presets/material-dashboard/issues?q=is%3Aissue+is%3Aclosed)

*Frontend version*: Material Dashboard v2.1.1. More info at https://www.creative-tim.com/product/material-dashboard
[ <img src="https://s3.amazonaws.com/creativetim_bucket/products/154/original/opt_md_laravel_thumbnail.jpg?1554814177" width="100%" />](https://material-dashboard-laravel.creative-tim.com/?ref=mdl-readme)

Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 8.x and up.
[<img src="https://s3.amazonaws.com/creativetim_bucket/products/154/original/opt_md_laravel_thumbnail.jpg" width="100%" />](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.

## Note

Expand All @@ -20,7 +22,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 7bb23b9

Please sign in to comment.