diff --git a/README.md b/README.md index cbc2e1a..924dcd3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![Product Image](/screens/nowgif.gif) -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. ## Prerequisites @@ -18,7 +18,7 @@ If you don't already have an Apache local environment with PHP and MySQL, use on 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 diff --git a/changelog.md b/changelog.md index 4eca098..c8739ce 100644 --- a/changelog.md +++ b/changelog.md @@ -18,6 +18,10 @@ All notable changes to `Now Ui Dashboard` frontend preset for Laravel will be do - Update to Laravel 7.x -## Version 1.0.3 - 2020-09-121 +## Version 1.0.3 - 2020-09-21 - Update to Laravel 8.x + +## Version 1.0.4 - 2022-03-28 + +- Update to Laravel 9.x diff --git a/composer.json b/composer.json index 1c3918f..6cfbeda 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "laravel-frontend-presets/now-ui-dashboard", - "description": "Laravel 5.x Front-end preset for now ui dashboard", + "description": "Laravel 9.x Front-end preset for now ui dashboard", "license": "MIT", "homepage": "https://github.com/creativetimofficial/now-ui-dashboard-laravel", "keywords": ["Laravel", "Preset", "Now UI"], "require": { - "laravel/framework": "^8.0", + "laravel/framework": "^9.0", "laravel/legacy-factories": "^1.0" }, 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: