|
1 |
| -# UIkit starter template for Laravel 8 |
| 1 | +# UIkit starter template for Laravel 9 |
2 | 2 | ## Including authentication scaffolding for Laravel Fortify
|
3 | 3 |
|
4 | 4 | 
|
5 | 5 |
|
6 |
| -Out of the box, Laravel 8 ships with a default welcome template built with |
| 6 | +Out of the box, Laravel 9 ships with a default welcome template built with |
7 | 7 | [Tailwind CSS](https://tailwindcss.com). On top of the base framework,
|
8 | 8 | [Laravel JetStream](https://jetstream.laravel.com/) provides two user
|
9 | 9 | interfaces (your choice of Laravel Livewire or InertiaJS) for login and
|
@@ -52,10 +52,10 @@ on how to deploy the project on a live system.
|
52 | 52 |
|
53 | 53 | ### Prerequisites
|
54 | 54 |
|
55 |
| -To begin, you'll need a **fresh** install of Laravel 8. **Adding this to an |
| 55 | +To begin, you'll need a **fresh** install of Laravel 9. **Adding this to an |
56 | 56 | existing project is not recommended and may cause issues**. For full
|
57 | 57 | instructions on installing Laravel, refer to the
|
58 |
| -[Laravel installation docs](https://laravel.com/docs/master/installation), but |
| 58 | +[Laravel installation docs](https://laravel.com/docs/9.x/installation), but |
59 | 59 | something like the following will get you up and running:
|
60 | 60 |
|
61 | 61 | ```
|
@@ -87,7 +87,7 @@ configure the file `.env` with the correct credentials for it.
|
87 | 87 | ```
|
88 | 88 | composer require laravel/fortify
|
89 | 89 |
|
90 |
| -php artisan vendor:publish --provider="Laravel\\Fortify\\FortifyServiceProvider" |
| 90 | +php artisan vendor:publish --provider="Laravel\Fortify\FortifyServiceProvider" |
91 | 91 |
|
92 | 92 | php artisan migrate
|
93 | 93 | ```
|
@@ -155,7 +155,7 @@ that you'll be delighted to build your next Laravel project with!
|
155 | 155 | * [Laravel](https://laravel.com/) - The awesome PHP framework that makes all
|
156 | 156 | of this worthwhile.
|
157 | 157 | * [Laravel Fortify](https://github.com/laravel/fortify) - The backend Laravel
|
158 |
| -8 uses to power its authentication system. |
| 158 | +9 uses to power its authentication system. |
159 | 159 |
|
160 | 160 | ## Author
|
161 | 161 |
|
|
0 commit comments