Today I updated to laravel 5.7 and I don't know if you have to do things manually for an upgrade or I did not know how to upgrade.
But I noticed that when I updated to laravel 5.7 and ran composer update
it did not change the directory structure:
old: /resources/assets/saas and /resources/assets/js
new: resources/saas and resources/js
Also, the new packages for eg. beyondcode/laravel-dump-server were not included but I had to add it myself.
Also, the webpack.mix.js
file was not updated and was still pointing to resources/assests/
rather than resources/
So do you have to do these things manually or am I doing something wrong?