Skip to content

Commit 045a4b4

Browse files
committed
Merge branch 'Shifterovich-patch-1' of https://github.com/Shifterovich/docs into Shifterovich-Shifterovich-patch-1
2 parents 6d77125 + b4cce83 commit 045a4b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

upgrade.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ Then, update any reference to the old directories in your `webpack.mix.js` file:
6262
mix.js('resources/js/app.js', 'public/js')
6363
.sass('resources/sass/app.scss', 'public/css');
6464

65+
#### `svg` Directory Added
66+
67+
**Likelihood Of Impact: Very High**
68+
69+
A new directory, `svg`, was added to the `public` directory.
70+
71+
It contains four svg files -- 403.svg, 404.svg, 500.svg, and 503.svg -- which are displayed on their respective error pages.
72+
73+
You can get the files [from this commit](https://github.com/laravel/laravel/commit/0d43633f9f13de2c392331cdef3f1d48b04781ed).
74+
6575
### Authentication
6676

6777
#### The `Authenticate` Middleware

0 commit comments

Comments
 (0)