Skip to content

[Feature]: Add Artisan migration commands #560

@stgpepper

Description

@stgpepper

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?

  1. 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.
  2. This makes writing typos less frequent
  3. This can encourage user to explore features of Laravel

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions