Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ Potential statuses:
```
1. Run `php artisan fetch-laravel-versions` to pull in the latest releases.
1. [Install frontend dependencies](https://docs.npmjs.com/cli/install) with `npm install`
1. Build frontend assets with `npm run dev`
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.
1. Build frontend assets with `npm run build`
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.

```bash
php -S localhost:8080 -t public
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"php": "^8.2",
"codezero/laravel-localized-routes": "^4.0.1",
"guzzlehttp/guzzle": "^7.9.2",
"laravel/framework": "^11.39",
"laravel/framework": "^11.45",
"laravel/tinker": "^2.10",
"phlak/semver": "^4.1",
"silber/page-cache": "^1.1",
"spatie/laravel-ignition": "^2.9"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.14.10",
"barryvdh/laravel-debugbar": "^3.16",
"brianium/paratest": "^7.7",
"fakerphp/faker": "^1.24.1",
"laravel/sail": "^1.40",
Expand Down
Loading