{"id":33014375,"url":"https://github.com/Saleh7/laravel-au-zsh-plugin","last_synced_at":"2025-11-19T09:01:22.681Z","repository":{"id":85444106,"uuid":"219065194","full_name":"Saleh7/laravel-au-zsh-plugin","owner":"Saleh7","description":" Laravel 6 Artisan/PHPUnit commands aliases plugin for zsh","archived":false,"fork":false,"pushed_at":"2019-11-03T18:15:46.000Z","size":94,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T10:41:18.272Z","etag":null,"topics":["aliases","artisan","laravel","laravel6","oh-my-zsh","oh-my-zsh-plugin","phpunit","plugin","zsh"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Saleh7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-11-01T21:28:31.000Z","updated_at":"2021-12-15T00:04:27.000Z","dependencies_parsed_at":"2023-03-13T05:18:00.117Z","dependency_job_id":null,"html_url":"https://github.com/Saleh7/laravel-au-zsh-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Saleh7/laravel-au-zsh-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saleh7%2Flaravel-au-zsh-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saleh7%2Flaravel-au-zsh-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saleh7%2Flaravel-au-zsh-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saleh7%2Flaravel-au-zsh-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saleh7","download_url":"https://codeload.github.com/Saleh7/laravel-au-zsh-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saleh7%2Flaravel-au-zsh-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285215532,"owners_count":27133906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aliases","artisan","laravel","laravel6","oh-my-zsh","oh-my-zsh-plugin","phpunit","plugin","zsh"],"created_at":"2025-11-13T18:00:20.528Z","updated_at":"2025-11-19T09:01:22.673Z","avatar_url":"https://github.com/Saleh7.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"# laravel-au-zsh-plugin\n\n## Laravel 6 Artisan/PHPUnit Commands Aliases Plugin for ZSH\n\n### The idea Commands Aliases\n\n![idea](https://raw.githubusercontent.com/Saleh7/laravel-au-zsh-plugin/master/ideaCommands.png)\n\n### Example\n\nWithout typing full `Artisan` command in console, like:\n\n```bash\nphp artisan make:model Attachment -m\n```\nthere is more convenient alias:\n```bash\namamod Attachment -m\n```\n\nWithout typing full `PHPUnit` command in console, like:\n```bash\nvendor/bin/phpunit\n```\nthere is more convenient alias:\n```bash\npu\n```\n\n### Installation on oh-my-zsh\n\n1- Go to oh-my-zsh plugins directory:\n```bash\ncd ~/.oh-my-zsh/plugins\n```\n2- Clone the repository into a new directory `laravel-au`:\n```bash\ngit clone https://github.com/Saleh7/laravel-au-zsh-plugin.git laravel-au\n```\n3- Enable laravel-au plugin by adding to your `.zshrc` configuration file:\n```bash\nplugins=(.... laravel-au)\n```\n### Aliases PHPUnit\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| pu  | `vendor/bin/phpunit`    |phpunit|\n| puf  | `vendor/bin/phpunit --filter`    |Filter which tests to run|\n| put  | `vendor/bin/phpunit --testsuite`    |Filter which testsuite to run|\n| pug  | `vendor/bin/phpunit --group`    |Only runs tests from the specified group(s)|\n| pueg  | `vendor/bin/phpunit --exclude-group`    |Exclude tests from the specified group(s)|\n| pulg  | `vendor/bin/phpunit --list-groups`    |List available test groups|\n| puls  | `vendor/bin/phpunit --list-suites`    |List available test suites|\n| pult  | `vendor/bin/phpunit --list-tests`    |List available tests|\n\n### Aliases Artisan\n\n#### General\n\n| Alias | Command            | Description |\n|-------|--------------------|-------------|\n|a       | `php artisan`                | Main Artisan command|\n|av     | `php artisan -V`     |Display this application version|\n|acc    | `php artisan clear-compiled`     |Remove the compiled class file|\n|adow     | `php artisan down`     |Put the application into maintenance mode|\n|aenv     | `php artisan env`     |Display the current framework environment|\n|ahel     | `php artisan help`     |Displays help for a command|\n|ains     | `php artisan inspire`     |Display an inspiring quote|\n|alis     | `php artisan list`     |Lists commands|\n|amig     | `php artisan migrate`     |Run the database migrations|\n|migrate     | `php artisan migrate`     |Run the database migrations|\n|aopt     | `php artisan optimize`     |Cache the framework bootstrap files|\n|apre     | `php artisan preset`     |Swap the front-end scaffolding for the application|\n|aser     | `php artisan serve`     |Serve the application on the PHP development server|\n|serve     | `php artisan serve`     |Serve the application on the PHP development server|\n|atin     | `php artisan tinker`     |Interact with your application|\n|tinker     | `php artisan tinker`     |Interact with your application|\n|aui     | `php artisan ui`     |Swap the front-end scaffolding for the application|\n|aup     | `php artisan up`     |Bring the application out of maintenance mod|\n\n#### Auth\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| aaucr       | `php artisan auth:clear-resets` | Flush expired password reset tokens  |\n\n#### cache\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| acacle  | `php artisan cache:clear`    | Flush the application cache|\n| acafor | `php artisan cache:forget`     | Remove an item from the cache|\n| acatab | `php artisan cache:table` | Create a migration for the cache database table |\n\n#### config\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| acocac  | `php artisan config:cache`    | reate a cache file for faster configuration loading|\n| acocle | `php artisan config:clear`     | Remove the configuration cache file|\n\n#### db\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| adbsee  | `php artisan db:seed`    | Seed the database with records|\n| adbwip | `php artisan db:wipe`     | Drop all tables, views, and types|\n\n#### event\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| aevcac  | `php artisan event:cache`    |Discover and cache the application's events and listeners|\n| aevcle | `php artisan event:clear`     |Clear all cached events and listeners|\n| aevgen | `php artisan event:generate`     |Generate the missing events and listeners based on registration|\n| aevlis | `php artisan event:list`     |List the application's events and listeners|\n\n#### key\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| akegen  | `php artisan key:generate`    |Set the application key|\n\n#### make\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| amacha  | `php artisan make:channel`    |Create a new channel class|\n| amacom  | `php artisan make:command`    |Create a new Artisan command|\n| amacon  | `php artisan make:controller`    |Create a new controller class|\n| amaeve  | `php artisan make:event`    |Create a new event class|\n| amaexc  | `php artisan make:exception`    |Create a new custom exception class|\n| amafac  | `php artisan make:factory`    |Create a new model factory|\n| amajob  | `php artisan make:job`    |Create a new job class|\n| amalis  | `php artisan make:listener`    |Create a new event listener class|\n| amamai  | `php artisan make:mail`    |Create a new email class|\n| amamid  | `php artisan make:middleware`    |Create a new middleware class|\n| amamig  | `php artisan make:migration`    |Create a new migration file|\n| amamod  | `php artisan make:model`    |Create a new Eloquent model class|\n| amanot  | `php artisan make:notification`    |Create a new notification class|\n| amaobs  | `php artisan make:observer`    |Create a new observer class|\n| amapol  | `php artisan make:policy`    |Create a new policy class|\n| amapro  | `php artisan make:provider`    |Create a new service provider class|\n| amareq  | `php artisan make:request`    |Create a new form request class|\n| amares  | `php artisan make:resource`    |Create a new resource|\n| amarul  | `php artisan make:rule`    |Create a new validation rule|\n| amasee  | `php artisan make:seeder`    |Create a new seeder class|\n| amates  | `php artisan make:test`    |Create a new test class|\n\n#### migrate\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| amifre  | `php artisan migrate:fresh`    |Drop all tables and re-run all migrations|\n| amiins  | `php artisan migrate:install`    |Create the migration repository|\n| amiref  | `php artisan migrate:refresh`    |Reset and re-run all migrations|\n| amires  | `php artisan migrate:reset`    |Rollback all database migrations|\n| amirol  | `php artisan migrate:rollback`    |Rollback the last database migration|\n| amista  | `php artisan migrate:status`    |Show the status of each migration|\n\n#### notifications\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| anotab  | `php artisan notifications:table`    |Create a migration for the notifications table|\n\n#### optimize\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| aopcle  | `php artisan optimize:clear`    |Remove the cached bootstrap files|\n\n#### package\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| apadis  | `artisan package:discover`    |Rebuild the cached package manifest|\n\n#### queue\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| aqufai  | `php artisan queue:failed`    |List all of the failed queue jobs|\n| aqufait  | `php artisan queue:failed-table`    |Create a migration for the failed queue jobs database table|\n| aquflu  | `php artisan queue:flush`    |Flush all of the failed queue jobs|\n| aqufor  | `php artisan queue:forget`    |Delete a failed queue job|\n| aqulis  | `php artisan queue:listen`    |Listen to a given queue|\n| aqures  | `php artisan queue:restart`    |Restart queue worker daemons after their current job|\n| aquret  | `php artisan queue:retry`    |Retry a failed queue job|\n| aqutab  | `php artisan queue:table`    |Create a migration for the queue jobs database table|\n| aquwor  | `php artisan queue:work`    |Start processing jobs on the queue as a daemon|\n\n\n#### route\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| arocac  | `php artisan route:cache`    |Create a route cache file for faster route registration|\n| arocle  | `php artisan route:clear`    |Remove the route cache file|\n| arolis  | `php artisan route:list`    |List all registered routes|\n\n\n#### schedule\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| ascrun  | `php artisan schedule:run`    |Run the scheduled commands|\n\n\n#### session\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| asetab  | `php artisan session:table`    |Create a migration for the session database table|\n\n#### storage\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| astlin  | `php artisan storage:link`    |Create a symbolic link from `public/storage` to `storage/app/public`|\n\n#### ui\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| auiaut  | `php artisan ui:auth`    |Scaffold basic login and registration views and routes|\n\n#### vendor\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| avepub  | `php artisan vendor:publish`    |Publish any publishable assets from vendor packages|\n\n#### view\n\n| Alias     | Command                      | Description                                        |\n|-----------|------------------------------|----------------------------------------------------|\n| avicac  | `php artisan view:cache`    |Compile all of the application's Blade templates|\n| avicle  | `php artisan view:clear`    |Clear all compiled view files|\n\n\n### License\n\nThe MIT License (MIT). Please see [License File](https://github.com/crazybooot/laravel-zsh-plugin/blob/master/LICENSE.MD) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaleh7%2Flaravel-au-zsh-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSaleh7%2Flaravel-au-zsh-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaleh7%2Flaravel-au-zsh-plugin/lists"}