Skip to content

Commit 5ca360c

Browse files
authored
Merge pull request #297 from tighten/shift-ci-v11.45.2
Laravel 11.45.2 Shift
2 parents 794220a + fb942fc commit 5ca360c

File tree

3 files changed

+779
-674
lines changed

3 files changed

+779
-674
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Potential statuses:
124124
```
125125
1. Run `php artisan fetch-laravel-versions` to pull in the latest releases.
126126
1. [Install frontend dependencies](https://docs.npmjs.com/cli/install) with `npm install`
127-
1. Build frontend assets with `npm run dev`
128-
1. Configure a web server, such as the [built-in PHP web server](http://php.net/manual/en/features.commandline.webserver.php), to use the `public` directory as the document root.
127+
1. Build frontend assets with `npm run build`
128+
1. If you're not running a tool like Valet or Herd, configure a web server, such as the [built-in PHP web server](http://php.net/manual/en/features.commandline.webserver.php), to use the `public` directory as the document root.
129129
130130
```bash
131131
php -S localhost:8080 -t public

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"php": "^8.2",
1212
"codezero/laravel-localized-routes": "^4.0.1",
1313
"guzzlehttp/guzzle": "^7.9.2",
14-
"laravel/framework": "^11.39",
14+
"laravel/framework": "^11.45",
1515
"laravel/tinker": "^2.10",
1616
"phlak/semver": "^4.1",
1717
"silber/page-cache": "^1.1",
1818
"spatie/laravel-ignition": "^2.9"
1919
},
2020
"require-dev": {
21-
"barryvdh/laravel-debugbar": "^3.14.10",
21+
"barryvdh/laravel-debugbar": "^3.16",
2222
"brianium/paratest": "^7.7",
2323
"fakerphp/faker": "^1.24.1",
2424
"laravel/sail": "^1.40",

0 commit comments

Comments
 (0)