Git Product home page Git Product logo

sailor's Introduction

Sailor

If you've been using Oh-My-Zsh's Laravel Plugin to get aliases like pam for php artisan migrate and realized you need something similar for when you use Sail, this repo is for you.

Just clone the repository in your ~/.oh-my-zsh/plugins directory and modify plugins variable in your .zshrc file.

plugins=(... sailor)
Alias Description
sa sail artisan
sas sail artisan serve
sat sail artisan tinker

Database

Alias Description
sam sail artisan migrate
samf sail artisan migrate:fresh
samfs sail artisan migrate:fresh --seed
samr sail artisan migrate:rollback
samr1 sail artisan migrate:rollback --step=1
sads sail artisan db:seed

Makers

Alias Description
samm sail artisan make:model
sammi sail artisan make:migration
samc sail artisan make:controller
sams sail artisan make:seeder
samt sail artisan make:test
samfa sail artisan make:factory
samp sail artisan make:policy
same sail artisan make:event
samj sail artisan make:job
saml sail artisan make:listener
samn sail artisan make:notification

Clears

Alias Description
sacac sail artisan cache:clear
sacoc sail artisan config:clear
savic sail artisan view:clear
saroc sail artisan route:clear
saopc sail artisan optimize:clear

Queues

Alias Description
saqf sail artisan queue:failed
saqft sail artisan queue:failed-table
saql sail artisan queue:listen
saqr sail artisan queue:retry
saqt sail artisan queue:table
saqw sail artisan queue:work

sailor's People

Contributors

razzaghnoori avatar

Watchers

 avatar

sailor's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.