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 28, 2022
1 parent d7e5aac commit 2b1e7c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ All notable changes to `Paper Dashboard` frontend preset for Laravel will be doc
## Version 1.0.4 - 2020-09-21

- Update to Laravel 8.x

## Version 1.0.5 - 2022-03-28

- 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/paper",
"description": "Laravel 5.x Front-end preset for paper dashboard",
"description": "Laravel 9.x Front-end preset for paper dashboard",
"license": "MIT",
"homepage": "https://github.com/creativetimofficial/paper-dashboard-laravel",
"keywords": ["Laravel", "Preset", "Paper"],
"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) 2019 [Updivision](https://updivision.com) [Creative Tim](https://www.creative-tim.com)
Copyright (c) 2022 [Updivision](https://updivision.com) [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 in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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

![Product Image](https://github.com/creativetimofficial/public-assets/raw/master/paper-dashboard-2-laravel/intro.gif?raw=true)

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 2b1e7c3

Please sign in to comment.