From 2b1e7c38c466338c4fd03d073f640fa01a88d8ab Mon Sep 17 00:00:00 2001 From: ovidiustanc123 Date: Mon, 28 Mar 2022 10:21:36 +0300 Subject: [PATCH] Upgrade to Laravel 9.x --- changelog.md | 4 ++++ composer.json | 4 ++-- license.md | 2 +- readme.md | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index dc52261..d5043ca 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/composer.json b/composer.json index b1e1c19..b0ab40c 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/license.md b/license.md index 584aa77..59c8937 100644 --- a/license.md +++ b/license.md @@ -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: diff --git a/readme.md b/readme.md index 95b6923..3c3d85d 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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