Skip to content

Instantly share code, notes, and snippets.

@kelvearagao
Last active November 26, 2015 18:33
Show Gist options
  • Save kelvearagao/62c3ad677884404ab2d2 to your computer and use it in GitHub Desktop.
Save kelvearagao/62c3ad677884404ab2d2 to your computer and use it in GitHub Desktop.
Laravel 4.2 commands for the development of packages
# Migrate
sudo php artisan migrate --bench="aeatour/icarus"
# Rollback
sudo php artisan migrate:rollback --env='local'
# Publish
php artisan asset:publish --bench="aeatour/icarus"
# Autoload
php artisan dump-autoload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment