ohmyzsh/plugins/laravel-complete
2015-09-18 14:17:32 +05:30
..
laravel.plugin.zsh Added laravel plugin 2015-09-18 14:17:32 +05:30
README.md Added laravel plugin 2015-09-18 14:17:32 +05:30

Introduction

Laravel Development process made easy than ever.

Installation

Open your ~/.zshrc file and enable the laravel-complete plugin:


plugins=( ... laravel-complete)

Usage

snip expandion
artisan php artisan
controller php artisan make:controller
model php artisan make:model
down php artisan down
up php artisan up
env php artisan env
serve php artisan serve
server php artisan serve --host local.dev --port 8888
appname php artisan app:name
seed php artisan db:seed --force
cmdclass php artisan make:command
console php artisan make:console
seeder php artisan make:seeder
migration php artisan make:migration
request php artisan make:request
event php artisan make:event
provide php artisan make:provider
migrate php artisan migrate

Author

Aditya Giri (BrainBuzzer)