-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Description
Feature Description
What
I would like to be able to do these from command palette with Laravel extension:
- migration status
- run migrations
- rollback migrations (with specific number of steps)
- migrate fresh
- run seeds
Why?
- Running these from terminal normally easy enough. However in my case my OS does not allow me to (easily) install specific version of php. Thus I usually run php only in container. Therefore I need to run docker commands to container in the beginning of actual artisan commands. This would make running them much easier.
- This makes writing typos less frequent
- This can encourage user to explore features of Laravel
Thank you.
Reactions are currently unavailable