laravel clear the cache

     Cleanup view cache 
          php atisan view: clear 
      Clear cache running 
          php artisan cache: clear 
     Clear the configuration 
          php artisan config: clear 
     clear the route cache 
          php artisan route: clear 
     to create a migration table to establish session 
          php artisan session: table

 

Guess you like

Origin www.cnblogs.com/yingyong/p/11519971.html