File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- name : run-tests
1+ name : test-stubs
22
33on :
44 push :
55 paths :
66 - ' **.php'
7- - ' .github/workflows/run-tests.yml'
87 - ' .github/workflows/test-stubs.yml'
98 - ' phpunit.xml.dist'
109 - ' composer.json'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ laravel new jetpass-app --stack=livewire --jet --dark --api --dev
1818Using Composer
1919
2020``` bash
21- composer require laravel/jetstream
21+ composer require " laravel/jetstream:^5.x-dev "
2222```
2323
2424``` bash
@@ -27,11 +27,11 @@ php artisan jetstream:install livewire --api --dark --pest
2727
2828See [ Docs] ( https://jetstream.laravel.com/installation.html ) for more info.
2929
30- 1 . Install this package:
30+ 2 . Install this package:
3131
3232
3333``` bash
34- composer require headerx/laravel-jetstream-passport
34+ composer require " headerx/laravel-jetstream-passport:^1.0 "
3535```
3636
3737``` bash
Original file line number Diff line number Diff line change 55use Illuminate \Support \ServiceProvider ;
66use Laravel \Passport \Passport ;
77
8- class PassportServiceProvider extends ServiceProvider
8+ class ApiServiceProvider extends ServiceProvider
99{
1010 /**
1111 * Register services.
Original file line number Diff line number Diff line change 33// This file is automatically generated by Laravel...
44
55return [
6+ App \Providers \ApiServiceProvider::class,
67 App \Providers \AppServiceProvider::class,
78 App \Providers \FortifyServiceProvider::class,
89 App \Providers \JetstreamServiceProvider::class,
9- App \Providers \PassportServiceProvider::class,
1010];
You can’t perform that action at this time.
0 commit comments