• Taufek Johar's avatar
    Add artisan aliases · 8c1e71ec
    Taufek Johar authored
    Added below php artisan commonly used aliases:
    
    ```
    dusk =  php artisan dusk
    fresh = php artisan migrate:fresh
    refresh = php artisan migrate:refresh
    rollback = php artisan migrate:rollback
    ```
    8c1e71ec
aliases.sh 4.26 KB