Download the PHP package fitluismacedo/basher without Composer
On this page you can find all versions of the php package fitluismacedo/basher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fitluismacedo/basher
More information about fitluismacedo/basher
Files in fitluismacedo/basher
Package basher
Short Description A little command helper for laravel artisan
License Giftware
Homepage https://github.com/fitluismacedo/basher
Informations about the package basher
basher
A little helper for delevopers
Installation
Via Composer
Usage
clear all laravel cache's and regenerate composer using cache:clear, route:clear, view:clear, config:clear, clear-compiled and composer dump-autoload -o
set .env params to a desired enviroment, add {environment} argument to change; need a file .env.[envname] to copy params
hide/show a file that you do not want to commit, add argument {option} to hide/show file and add argument {filepath} to use
force to update dependencies from laravel project creating a swap
generate laravel models from mysql connection on .env file, add {option} and {directory} argument to generate models
- now can generate one o more tables comma-separated
- use PROJECT_DIRECTORY_NAME variable on .env to set default directory name
php artisan basher:generatephp artisan basher:generate all DevopsStablephp artisan basher:generate users,migrations,telescope_entries DevopsStable
move to project directory and pull content from repository
pushing files to git, type you {commit} name and {branch} name to push, if {branch} is empty, content will push to master branch
- use quotes to set {commit} name
- now exec git stash, pull and stash apply before push content
force to update this package
revert files to a specific commit id and force to push content, add argument {commidId} and branch to continue, if {branch} is empty, content will revert on master branch
create a git tag and push content, add {option} (new/del) argument and {tagname} to continue
- use quotes to set {tagname} name
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Luis Macedo
- All Contributors
License
Giftware License. Please see the license file for more information.