Laravel 5 Artisan
Laravel 5 Artisan Commands for Sublime Text 3
Details
Installs
- Total 118K
- Win 78K
- Mac 19K
- Linux 21K
| Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 2 | 0 | 0 | 1 | 1 | 2 | 0 | 0 | 0 | 2 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 |
Readme
- Source
- raw.githubusercontent.com
Laravel 5 Artisan commands
Fork of Sublime Text plugin for Laravel 4 Artisan commands
This plugin allows you the run the normal Artisan CLI using the Sublime Text interface, without having to open and use the command line.
Several of the commands, such as Laravel Artisan: Make: Migration Schema require laracasts/generators to be installed, as the associated commands are not native to Laravel (yet).
Available commands:
General
Laravel Artisan 5: Clear CompiledLaravel Artisan 5: DownLaravel Artisan 5: HelpLaravel Artisan 5: ListLaravel Artisan 5: MigrateLaravel Artisan 5: OptimizeLaravel Artisan 5: ServeLaravel Artisan 5: Up
App
Laravel Artisan 5: App:Name
Auth
Laravel Artisan 5: Auth:Clear Resets
Cache
Laravel Artisan 5: Cache:ClearLaravel Artisan 5: Cache:Table
Config
Laravel Artisan 5: Config:CacheLaravel Artisan 5: Config:Clear
DB
Laravel Artisan 5: DB:Seed
Event
Laravel Artisan 5: Event:Generate
Key
Laravel Artisan 5: Key:Generate
Make
Laravel Artisan 5: Make:AuthLaravel Artisan 5: Make:ChannelLaravel Artisan 5: Make:CommandLaravel Artisan 5: Make:ControllerLaravel Artisan 5: Make:EventLaravel Artisan 5: Make:ExceptionLaravel Artisan 5: Make:FactoryLaravel Artisan 5: Make:JobLaravel Artisan 5: Make:ListenerLaravel Artisan 5: Make:MailLaravel Artisan 5: Make:MiddlewareLaravel Artisan 5: Make:MigrationLaravel Generate 5: Make:Migration: SchemaLaravel Generate 5: Make:Migration: PivotLaravel Artisan 5: Make:ModelLaravel Artisan 5: Make:NotificationLaravel Artisan 5: Make:ObserverLaravel Artisan 5: Make:ProviderLaravel Artisan 5: Make:RequestLaravel Artisan 5: Make:ResourceLaravel Artisan 5: Make:SeederLaravel Artisan 5: Make:Test
Migrate
Laravel Artisan 5: Migrate:FreshLaravel Artisan 5: Migrate:InstallLaravel Artisan 5: Migrate:RefreshLaravel Artisan 5: Migrate:ResetLaravel Artisan 5: Migrate:RollbackLaravel Artisan 5: Migrate:Status
Queue
Laravel Artisan 5: Queue:List Failed JobsLaravel Artisan 5: Queue:Failed TableLaravel Artisan 5: Queue:FlushLaravel Artisan 5: Queue:ForgetLaravel Artisan 5: Queue:ListenLaravel Artisan 5: Queue:RestartLaravel Artisan 5: Queue:RetryLaravel Artisan 5: Queue:SubscribeLaravel Artisan 5: Queue:TableLaravel Artisan 5: Queue:Work
Route
Laravel Artisan 5: Route:CacheLaravel Artisan 5: Route:ClearLaravel Artisan 5: Route:List
Schedule
Laravel Artisan 5: Schedule:Run
Session
Laravel Artisan 5: Session:Table
Vendor
Laravel Artisan 5: Vendor:Publish
View
Laravel Artisan 5: View:Clear
Custom
Laravel Artisan 5: Custom Command
Custom Commands
You can add custom commands.
Use Preferences/Package Settings/Laravel 5 Artisan/Commands – User menu item.
Simple command structure:
[
{
"caption": "Laravel Artisan: Deploy Project",
"command": "laravel5_artisan",
"args": {
"command": "deploy",
"fill_in": true,
"fill_in_lable": "Enter the branch name with options"
}
}
]
Change command caption and command in args.
Use fill_in: true if you need some input for your command and fill_in_lable: "Text" for message.
Installation:
Use Package Controller or create a the directory Laravel 5 Artisan in your Sublime Text Packages directory with source code, and you're ready to go.
Usage:
Press Cmd + Shift + P for the dropdown command list, search for Laravel, and pick your command. Also you can use Tools/Laravel... menu item
Notes:
- Artisan file needs to been in the root folder of your structure in the sidebar.
- You need insert in Sublime Text user settings
"show_panel_on_build": trueor useTools/Build Results/Show Build Resultsmenu item for view results. - Several commands do require laracasts/generators