Skip to content

Commit bf6f402

Browse files
committed
Update for Laravel 9
1 parent 738d62d commit bf6f402

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "torrix/laravel-uikit",
3-
"description": "UIkit starter template for Laravel 8",
3+
"description": "UIkit starter template for Laravel 9",
44
"minimum-stability": "stable",
55
"keywords": [
66
"laravel",

resources/views/welcome.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
@section('content')
44
<div class="uk-section uk-section-small uk-section-muted">
55
<div class="uk-container">
6-
<h1 class="uk-heading-divider">UIkit starter template for Laravel 8</h1>
6+
<h1 class="uk-heading-divider">UIkit starter template for Laravel 9</h1>
77
<p>
8-
Congratulations, you've successfully installed the UIkit starter template for Laravel 8. Have a browse
8+
Congratulations, you've successfully installed the UIkit starter template for Laravel 9. Have a browse
99
through the links below for inspiration on how to work with Laravel, UIkit, and Vue.js. Happy coding!
1010
</p>
1111
<div class="uk-grid" data-uk-grid data-uk-height-match="target:.uk-card">

0 commit comments

Comments
 (0)