• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

artisan

Laravel artisan commands inside Atom
  • #laravel
  • #artisan
dzava
0.3.2 10,686
8
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Laravel Artisan commands for Atom

Inspired by the Laravel artisan plugin for Sublime Text, this package allows you to run artisan commands from inside Atom.

Usage

Open the command menu and select the command you want to run, if a command requires additional arguments (like the make commands), you will be prompted for additional input.

Custom commands

Set the Custom commands setting to a JSON file containing custom commands. Custom commands will override the default when the names match.

Command structure

{
  "name": "the name that will appear in the command menu",
  "command": "the artisan command to run",
  "needsInput": true,
  "caption": "the message that will be displayed when asking for input",
  "showInPanel": true
}

Notes

  • The command will run on the first valid Laravel project (a project where artisan exists in the project root).
  • Commands that require long running processes are not supported (queue:work, serve).

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by