Skip to content

Commit

Permalink
Merge pull request #252 from tighten/shift-ci-v10.31.0
Browse files Browse the repository at this point in the history
Laravel 10.31.0 Shift
  • Loading branch information
vaughnjones-marcus authored Nov 13, 2023
2 parents 238b050 + 337a8d5 commit 2124b3e
Show file tree
Hide file tree
Showing 6 changed files with 753 additions and 661 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Application Name: `Local Ozzie`
- Homepage URL: `https://ozzie.test`
- Application Description: `Local Version of Ozzie`
- Authorization Callback URL: `http://ozzie.test/callback`
- Authorization Callback URL: `http://ozzie.test/auth/callback`
4. Copy the example `.env` file: `cp .env.example .env` and modify its settings to match your local install, including the client ID and secret from the previous step
5. Run `php artisan key:generate`
6. Create a database (by default `.env` looks for one named `ozzie`) and run the migrations (`php artisan migrate`)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"guzzlehttp/guzzle": "^7.2",
"http-interop/http-factory-guzzle": "^1.2",
"inertiajs/inertia-laravel": "^0.6.9",
"laravel/framework": "^10.15",
"laravel/framework": "^10.31",
"laravel/tinker": "^2.8",
"nathanheffley/laravel-slack-blocks": "^2.3",
"laravel/nova": "~4.0",
Expand Down
Loading

0 comments on commit 2124b3e

Please sign in to comment.