You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this project is a 'skeleton' in that it is added to gitpod-laravel-starter as an example project it can break if the Laravel version changes. This is beacause Laravel bumps versions of their dev dependencies such as bootstrap on any minor release or patch.
At the time of writing this, the typical Laravel version that gitpod-laravel-starter will use is 8.* which will always give you the latest minor and patch version.
The text was updated successfully, but these errors were encountered:
Although making this project forward compatible with Laravel 8.* is the best thing to do here, in the interest of time, pinning the dev dependencies here in the skeleton project by adding a package.json is probably what I will do.
Since this project is a 'skeleton' in that it is added to
gitpod-laravel-starter
as an example project it can break if the Laravel version changes. This is beacause Laravel bumps versions of their dev dependencies such as bootstrap on any minor release or patch.At the time of writing this, the typical Laravel version that
gitpod-laravel-starter
will use is8.*
which will always give you the latest minor and patch version.The text was updated successfully, but these errors were encountered: