syrian-open-source / laravel-short-artisan
A set of php artisan aliases (for windows only)
Installs: 206
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 1
Forks: 5
Open Issues: 0
Language:Batchfile
This package is auto-updated.
Last update: 2024-10-26 08:48:42 UTC
README
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
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.