/laravel-reset

Reset laravel folders

Primary LanguageShellMIT LicenseMIT

laravel-reset

Reset laravel folders

Useful for when switching between branches.

  1. This will clear the following folders:
  • bootstrap/cache
  • vendor
  • node_modules
  1. Next, it installs all the composer packages.
  2. It then clears the Laravel route and view caches.
  3. Finally, it installs the node modules.