Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Migrate
  2. sudo php artisan migrate --bench="aeatour/icarus"
  3.  
  4. # Rollback
  5. sudo php artisan migrate:rollback --env='local'
  6.  
  7. # Publish
  8. php artisan asset:publish --bench="aeatour/icarus"
  9.  
  10. # Autoload
  11. php artisan dump-autoload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement