Package Data | |
---|---|
Maintainer Username: | alograg |
Maintainer Contact: | henry@alograg.me (Alograg) |
Package Create Date: | 2019-07-04 |
Package Last Update: | 2021-02-15 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-04 03:01:01 |
Package Statistics | |
---|---|
Total Downloads: | 51 |
Monthly Downloads: | 5 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Dev tools for Lumen/Laravel projects
Based on:
composer require --desv alograg/dev-tools
Description:
Set the application key
Usage:
key:generate [options]
Options:
--key[=KEY] Key to modify files [default: "APP_KEY"]
-s, --show Display the key instead of modifying files
Description:
Create a new Eloquent model class
Usage:
make:model [options] [--] <name>
Arguments:
name The name of the class
Options:
-t, --template[=TEMPLATE] Relative path to stub file. DEFAULT: /home/alograg/proyectos/libraries/dev-tools/src/stubs/model.stub