to rollback only :
Rolled back: 2015_05_15_195423_alter_table_web_directories
php artisan migrate:roll
As stated in the Laravel manual, you may roll back specific number of migrations using the --step option
--step
php artisan migrate:rollback --step=5