syrian-open-source/laravel-short-artisan

A set of php artisan aliases (for windows only)

v1.1.0 2022-06-14 11:51 UTC

This package is auto-updated.

Last update: 2024-10-26 08:48:42 UTC


README

Latest Version on Packagist Total Downloads GitHub stars GitHub issues GitHub forks

This package is meant to be installed globally, and it's a set of aliases for php artisan commands. It doesn't require anything to be installed just add it with composer as a global dependency, run the installation command, and you're good to go.

composer global require syrian-open-source/laravel-short-artisan
short-artisan-install

Usage

Once this package is installed go to any Laravel project folder and use it:

# basic usage
art make:model Post -crm # short for php artisan make:model Post -crm
# you can make it shorter like this
model Post -crm

List of available aliases

Uninstallation

To remove the aliases all you have to do is run this command:

short-artisan-uninstall

TODO

  • Add uninstall command
  • Add support to all artisan commands
  • Refactor commands with symfony/console
  • Add output to commands

Changelog

Please see the CHANGELOG for more information about what has changed or updated or added recently.

Security

If you discover any security related issues, please email them first to roduan98@gmail.com, if we do not fix it within a short period of time please open a new issue describing your problem.

Credits

Roduan Kareem Aldeen

About Syrian Open Source

The Syrian Open Source platform is the first platform on GitHub dedicated to bringing Syrian developers from different cultures and experiences together, to work on projects in different languages, tasks, and versions, and works to attract Syrian developers to contribute more under one platform to open source software, work on it, and issue it with high quality and advanced engineering features, which It stimulates the dissemination of the open-source concept in the Syrian software community, and also contributes to raising the efficiency of developers by working on distributed systems and teams.