Skip to content

Commit 96d852c

Browse files
Upgrade to Laravel 9.x
1 parent d60182a commit 96d852c

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![Product Image](/screens/nowgif.gif)
88

9-
Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 8.x and up.
9+
Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 9.x and up.
1010

1111
## Prerequisites
1212

@@ -18,7 +18,7 @@ If you don't already have an Apache local environment with PHP and MySQL, use on
1818

1919
Also, you will need to install Composer: https://getcomposer.org/doc/00-intro.md
2020

21-
And Laravel: https://laravel.com/docs/8.x/installation
21+
And Laravel: https://laravel.com/docs/9.x/installation
2222

2323
## Installation
2424

changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ All notable changes to `Now Ui Dashboard` frontend preset for Laravel will be do
1818

1919
- Update to Laravel 7.x
2020

21-
## Version 1.0.3 - 2020-09-121
21+
## Version 1.0.3 - 2020-09-21
2222

2323
- Update to Laravel 8.x
24+
25+
## Version 1.0.4 - 2022-03-28
26+
27+
- Update to Laravel 9.x

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "laravel-frontend-presets/now-ui-dashboard",
3-
"description": "Laravel 5.x Front-end preset for now ui dashboard",
3+
"description": "Laravel 9.x Front-end preset for now ui dashboard",
44
"license": "MIT",
55
"homepage": "https://github.com/creativetimofficial/now-ui-dashboard-laravel",
66
"keywords": ["Laravel", "Preset", "Now UI"],
77
"require": {
8-
"laravel/framework": "^8.0",
8+
"laravel/framework": "^9.0",
99
"laravel/legacy-factories": "^1.0"
1010

1111
},

license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 [Updivision](https://updivision.com) [Creative Tim](https://www.creative-tim.com)
3+
Copyright (c) 2022 [Updivision](https://updivision.com) [Creative Tim](https://www.creative-tim.com)
44

55
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:
66

0 commit comments

Comments
 (0)