Reset laravel folders
Useful for when switching between branches.
- This will clear the following folders:
- bootstrap/cache
- vendor
- node_modules
- Next, it installs all the composer packages.
- It then clears the Laravel route and view caches.
- Finally, it installs the node modules.