All Projects → Narven → sublime-artisan

Narven / sublime-artisan

Licence: other
Sublime Text plugin to replace Laravel Artisan CLI (NO LONGER MAINTAINED)

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sublime-artisan

inmetr
DEPRECATED A R-package to Import Historical Data from Brazilian Meteorological Stations
Stars: ✭ 18 (-5.26%)
Mutual labels:  deprecated-repo
python-support.nvim
[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
Stars: ✭ 25 (+31.58%)
Mutual labels:  deprecated-repo
Mercury
Mercury Editor: The Rails WYSIWYG editor that allows embedding full page editing capabilities directly inline.
Stars: ✭ 2,629 (+13736.84%)
Mutual labels:  deprecated-repo
link
This repository is now deprecated. To integrate with Plaid, visit the docs.
Stars: ✭ 261 (+1273.68%)
Mutual labels:  deprecated-repo
sha1.lua
(Deprecated Repo) SHA-1 secure hash computation, and HMAC-SHA1 signature computation in Lua (5.1)
Stars: ✭ 72 (+278.95%)
Mutual labels:  deprecated-repo
finance-qa-spider
金融问答平台文本数据采集/爬取,数据源涉及上交所,深交所,全景网及新浪股吧
Stars: ✭ 33 (+73.68%)
Mutual labels:  deprecated-repo
prestans
A WSGI compliant REST micro-framework.
Stars: ✭ 14 (-26.32%)
Mutual labels:  deprecated-repo

sublime-artisan

Sublime Text plugin for Laravel Artisan commands

This project is no longer maintained.

This plugin allows you the run the normal Artisan CLI using the Sublime Text interface, without having to open and use the command line.

Options Available:

  • Help (php artisan help:commands)
  • Generate an application key (php artisan key:generate)
  • Create a session table (php artisan session:table)
  • Create the Laravel migration table (php artisan migrate:install)
  • Creating a migration (php artisan migrate:make create_users_table)
  • Creating a migration for a bundle (php artisan migrate:make bundle::tablename)
  • Running outstanding migrations (php artisan migrate)
  • Running outstanding migrations in the application (php artisan migrate application)
  • Running all outstanding migrations in a bundle (php artisan migrate bundle)
  • Rolling back the last migration operation (php artisan migrate:rollback)
  • Roll back all migrations that have ever run (php artisan migrate:reset)
  • Install a bundle (php artisan bundle:install eloquent)
  • Upgrade a bundle (php artisan bundle:upgrade eloquent)
  • Upgrade all bundles (php artisan bundle:upgrade)
  • Publish a bundle assets (php artisan bundle:publish bundle_name)
  • Publish all bundles assets (php artisan bundle:publish)
  • Calling a task (php artisan notify), or passing arguments (php artisan notify taylor)
  • Running the application tests (php artisan test)
  • Running the bundle tests (php artisan test bundle-name)
  • Calling a route (php artisan route:call get api/user/1)
  • Support for Jeffrey Way's Laravel Generator

INSTALLATION Just create a the directory SublimeArtisan in your Sublime Text Packages directory, and you're ready to go.

Just press Cmd + Shift + P for the dropdown command list, and search for Artisan, and pick your command :D

NOTE: At the current moment, for the plugin to run correctly the artisan file needs to been in the root folder of your structure in the Side bar.

This is a young plugin, still needs alot of testing. Give some feedback. Thanks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].