diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/commandlinetools/Laravel_11_27_21__10_54_AM.xml b/.idea/commandlinetools/Laravel_11_27_21__10_54_AM.xml
new file mode 100644
index 0000000..640f686
--- /dev/null
+++ b/.idea/commandlinetools/Laravel_11_27_21__10_54_AM.xml
@@ -0,0 +1,3275 @@
+
+
+
+
+ clear-compiled
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ db
+
| Options: |
| --read | | Connect to the read connection |
| --write | | Connect to the write connection |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ connection[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ down
+
| Options: |
| --redirect | | The path that users should be redirected to |
| --render | | The view that should be prerendered for display during maintenance mode |
| --retry | | The number of seconds after which the request may be retried |
| --refresh | | The number of seconds after which the browser may refresh |
| --secret | | The secret phrase that may be used to bypass maintenance mode |
| --status | | The status code that should be used when returning the maintenance mode response |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ env
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ help
+ help command displays help for a given command:
/home/ale/php/librilladora/artisan help list
You can also output the help in other formats by using the --format option:
/home/ale/php/librilladora/artisan help --format=xml list
To display the list of available commands, please use the list command.
| Options: |
| --format | | The output format (txt, xml, json, or md) |
| --raw | | To output raw command help |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ command_name[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inspire
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ list
+ list command lists all commands:
/home/ale/php/librilladora/artisan list
You can also display the commands for a specific namespace:
/home/ale/php/librilladora/artisan list test
You can also output the information in other formats by using the --format option:
/home/ale/php/librilladora/artisan list --format=xml
It's also possible to get raw list of commands (useful for embedding command runner):
/home/ale/php/librilladora/artisan list --raw
| Options: |
| --raw | | To output raw command list |
| --format | | The output format (txt, xml, json, or md) |
| --short | | To skip describing commands' arguments |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ namespace[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ migrate
+
| Options: |
| --database | | The database connection to use |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --schema-path | | The path to a schema dump file |
| --pretend | | Dump the SQL queries that would be run |
| --seed | | Indicates if the seed task should be re-run |
| --step | | Force the migrations to be run so they can be rolled back individually |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ optimize
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ serve
+
| Options: |
| --host | | The host address to serve the application on |
| --port | | The port to serve the application on |
| --tries | | The max number of ports to attempt to serve from |
| --no-reload | | Do not reload the development server on .env file changes |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ test
+
| Options: |
| --without-tty | | Disable output to TTY |
| --parallel | (-p) | Indicates if the tests should run in parallel |
| --recreate-databases | | Indicates if the test databases should be re-created |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tinker
+
| Options: |
| --execute | | Execute the given code using Tinker |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ include[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+ up
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ auth:clear-resets
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+ cache:clear
+
| Options: |
| --tags | | The cache tags you would like to clear |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ store[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cache:forget
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ key store[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+ cache:table
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ config:cache
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ config:clear
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ db:seed
+
| Options: |
| --class | | The class name of the root seeder |
| --database | | The database connection to seed |
| --force | | Force the operation to run when in production |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ class[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ db:wipe
+
| Options: |
| --database | | The database connection to use |
| --drop-views | | Drop all tables and views |
| --drop-types | | Drop all tables and types (Postgres only) |
| --force | | Force the operation to run when in production |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ event:cache
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ event:clear
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ event:generate
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ event:list
+
| Options: |
| --event | | Filter the events by name |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ key:generate
+
| Options: |
| --show | | Display the key instead of modifying files |
| --force | | Force the operation to run when in production |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:cast
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+ make:channel
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+ make:command
+
| Options: |
| --command | | The terminal command that should be assigned |
| --test | | Generate an accompanying PHPUnit test for the Console command |
| --pest | | Generate an accompanying Pest test for the Console command |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:component
+
| Options: |
| --force | | Create the class even if the component already exists |
| --inline | | Create a component that renders an inline view |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:controller
+
| Options: |
| --api | | Exclude the create and edit methods from the controller. |
| --type | | Manually specify the controller stub file to use. |
| --force | | Create the class even if the controller already exists |
| --invokable | (-i) | Generate a single method, invokable controller class. |
| --model | (-m) | Generate a resource controller for the given model. |
| --parent | (-p) | Generate a nested resource controller class. |
| --resource | (-r) | Generate a resource controller class. |
| --requests | (-R) | Generate FormRequest classes for store and update. |
| --test | | Generate an accompanying PHPUnit test for the Controller |
| --pest | | Generate an accompanying Pest test for the Controller |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:event
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+ make:exception
+
| Options: |
| --render | | Create the exception with an empty render method |
| --report | | Create the exception with an empty report method |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:factory
+
| Options: |
| --model | (-m) | The name of the model |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:job
+
| Options: |
| --sync | | Indicates that job should be synchronous |
| --test | | Generate an accompanying PHPUnit test for the Job |
| --pest | | Generate an accompanying Pest test for the Job |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:listener
+
| Options: |
| --event | (-e) | The event class being listened for |
| --queued | | Indicates the event listener should be queued |
| --test | | Generate an accompanying PHPUnit test for the Listener |
| --pest | | Generate an accompanying Pest test for the Listener |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:mail
+
| Options: |
| --force | (-f) | Create the class even if the mailable already exists |
| --markdown | (-m) | Create a new Markdown template for the mailable |
| --test | | Generate an accompanying PHPUnit test for the Mail |
| --pest | | Generate an accompanying Pest test for the Mail |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:middleware
+
| Options: |
| --test | | Generate an accompanying PHPUnit test for the Middleware |
| --pest | | Generate an accompanying Pest test for the Middleware |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:migration
+
| Options: |
| --create | | The table to be created |
| --table | | The table to migrate |
| --path | | The location where the migration file should be created |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --fullpath | | Output the full path of the migration |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:model
+
| Options: |
| --all | (-a) | Generate a migration, seeder, factory, policy, and resource controller for the model |
| --controller | (-c) | Create a new controller for the model |
| --factory | (-f) | Create a new factory for the model |
| --force | | Create the class even if the model already exists |
| --migration | (-m) | Create a new migration file for the model |
| --policy | | Create a new policy for the model |
| --seed | (-s) | Create a new seeder for the model |
| --pivot | (-p) | Indicates if the generated model should be a custom intermediate table model |
| --resource | (-r) | Indicates if the generated controller should be a resource controller |
| --api | | Indicates if the generated controller should be an API controller |
| --requests | (-R) | Create new form request classes and use them in the resource controller |
| --test | | Generate an accompanying PHPUnit test for the Model |
| --pest | | Generate an accompanying Pest test for the Model |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:notification
+
| Options: |
| --force | (-f) | Create the class even if the notification already exists |
| --markdown | (-m) | Create a new Markdown template for the notification |
| --test | | Generate an accompanying PHPUnit test for the Notification |
| --pest | | Generate an accompanying Pest test for the Notification |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:observer
+
| Options: |
| --model | (-m) | The model that the observer applies to. |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:policy
+
| Options: |
| --model | (-m) | The model that the policy applies to |
| --guard | (-g) | The guard that the policy relies on |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:provider
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+ make:request
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+ make:resource
+
| Options: |
| --collection | (-c) | Create a resource collection |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:rule
+
| Options: |
| --implicit | (-i) | Generate an implicit rule. |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make:seeder
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+ make:test
+
| Options: |
| --unit | (-u) | Create a unit test. |
| --pest | (-p) | Create a Pest test. |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ name
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ migrate:fresh
+
| Options: |
| --database | | The database connection to use |
| --drop-views | | Drop all tables and views |
| --drop-types | | Drop all tables and types (Postgres only) |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --schema-path | | The path to a schema dump file |
| --seed | | Indicates if the seed task should be re-run |
| --seeder | | The class name of the root seeder |
| --step | | Force the migrations to be run so they can be rolled back individually |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ migrate:install
+
| Options: |
| --database | | The database connection to use |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ migrate:refresh
+
| Options: |
| --database | | The database connection to use |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --seed | | Indicates if the seed task should be re-run |
| --seeder | | The class name of the root seeder |
| --step | | The number of migrations to be reverted & re-run |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ migrate:reset
+
| Options: |
| --database | | The database connection to use |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --pretend | | Dump the SQL queries that would be run |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ migrate:rollback
+
| Options: |
| --database | | The database connection to use |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --pretend | | Dump the SQL queries that would be run |
| --step | | The number of migrations to be reverted |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ migrate:status
+
| Options: |
| --database | | The database connection to use |
| --path | | The path(s) to the migrations files to use |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ model:prune
+
| Options: |
| --model | | Class names of the models to be pruned |
| --chunk | | The number of models to retrieve per chunk of models to be deleted |
| --pretend | | Display the number of prunable records found instead of deleting them |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ notifications:table
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ optimize:clear
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ package:discover
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:batches-table
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:clear
+
| Options: |
| --queue | | The name of the queue to clear |
| --force | | Force the operation to run when in production |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ connection[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:failed
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:failed-table
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:flush
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:forget
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ id
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:listen
+
| Options: |
| --name | | The name of the worker |
| --delay | | The number of seconds to delay failed jobs (Deprecated) |
| --backoff | | The number of seconds to wait before retrying a job that encountered an uncaught exception |
| --force | | Force the worker to run even in maintenance mode |
| --memory | | The memory limit in megabytes |
| --queue | | The queue to listen on |
| --sleep | | Number of seconds to sleep when no job is available |
| --timeout | | The number of seconds a child process can run |
| --tries | | Number of times to attempt a job before logging it failed |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ connection[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:monitor
+
| Options: |
| --max | | The maximum number of jobs that can be on the queue before an event is dispatched |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ queues
+
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:prune-batches
+
| Options: |
| --hours | | The number of hours to retain batch data |
| --unfinished | | The number of hours to retain unfinished batch data |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:prune-failed
+
| Options: |
| --hours | | The number of hours to retain failed jobs data |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:restart
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:retry
+
| Options: |
| --queue | | Retry all of the failed jobs for the specified queue |
| --range | | Range of job IDs (numeric) to be retried |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ id[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:retry-batch
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ id
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:table
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ queue:work
+
| Options: |
| --name | | The name of the worker |
| --queue | | The names of the queues to work |
| --daemon | | Run the worker in daemon mode (Deprecated) |
| --once | | Only process the next job on the queue |
| --stop-when-empty | | Stop when the queue is empty |
| --delay | | The number of seconds to delay failed jobs (Deprecated) |
| --backoff | | The number of seconds to wait before retrying a job that encountered an uncaught exception |
| --max-jobs | | The number of jobs to process before stopping |
| --max-time | | The maximum number of seconds the worker should run |
| --force | | Force the worker to run even in maintenance mode |
| --memory | | The memory limit in megabytes |
| --sleep | | Number of seconds to sleep when no job is available |
| --rest | | Number of seconds to rest between jobs |
| --timeout | | The number of seconds a child process can run |
| --tries | | Number of times to attempt a job before logging it failed |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ connection[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ route:cache
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ route:clear
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ route:list
+
| Options: |
| --columns | | Columns to include in the route table |
| --compact | (-c) | Only show method, URI and action columns |
| --json | | Output the route list as JSON |
| --method | | Filter the routes by method |
| --name | | Filter the routes by name |
| --path | | Only show routes matching the given path pattern |
| --except-path | | Do not display the routes matching the given path pattern |
| --reverse | (-r) | Reverse the ordering of the routes |
| --sort | | The column (precedence, domain, method, uri, name, action, middleware) to sort by |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ schedule:finish
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+ id code[=null]
+
+
+
+
+
+
+
+
+
+
+
+
+ schedule:list
+
| Options: |
| --timezone | | The timezone that times should be displayed in |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ schedule:run
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ schedule:test
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ schedule:work
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ schema:dump
+
| Options: |
| --database | | The database connection to use |
| --path | | The path where the schema dump file should be stored |
| --prune | | Delete all existing migration files |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ session:table
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ storage:link
+
| Options: |
| --relative | | Create the symbolic link using relative paths |
| --force | | Recreate existing symbolic links |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ stub:publish
+
| Options: |
| --force | | Overwrite any existing files |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ vendor:publish
+
| Options: |
| --force | | Overwrite any existing files |
| --all | | Publish assets for all service providers without prompt |
| --provider | | The service provider that has assets you want to publish |
| --tag | | One or many tags that have assets you want to publish |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ view:cache
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ view:clear
+
| Options: |
| --help | (-h) | Display help for the given command. When no command is given display help for the list command |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force (or disable --no-ansi) ANSI output |
| --no-ansi | | Negate the "--ansi" option |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd b/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd
new file mode 100644
index 0000000..f2efc6d
--- /dev/null
+++ b/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.idea/librilladora.iml b/.idea/librilladora.iml
new file mode 100644
index 0000000..09ac4b0
--- /dev/null
+++ b/.idea/librilladora.iml
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..cac3358
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100644
index 0000000..f8d1ca9
--- /dev/null
+++ b/.idea/php.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Http/Controllers/LibrilladoraController.php b/app/Http/Controllers/LibrilladoraController.php
new file mode 100644
index 0000000..0db22e5
--- /dev/null
+++ b/app/Http/Controllers/LibrilladoraController.php
@@ -0,0 +1,15 @@
+prueba();
+ }
+}
diff --git a/app/Models/Librilladora.php b/app/Models/Librilladora.php
new file mode 100644
index 0000000..f1fc0e6
--- /dev/null
+++ b/app/Models/Librilladora.php
@@ -0,0 +1,21 @@
+WriteHTML('Hello World');
+
+ // Output a PDF file directly to the browser
+ $mpdf->Output();
+
+ }
+}
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
index 6d341cd..06798e7 100644
--- a/resources/views/welcome.blade.php
+++ b/resources/views/welcome.blade.php
@@ -45,7 +45,7 @@