Download the PHP package jobzmall/lucid-laravel-console without Composer
On this page you can find all versions of the php package jobzmall/lucid-laravel-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package lucid-laravel-console
Lucid • Console
The Console companion for the Lucid Architecture.
Command Line Interface
The console ships with a command line interface called lucid
that you can find in vendor/bin/lucid
and use as
To be able to address the
lucid
cli directly you need to have./vendor/bin
as part of your$PATH
. To do that, put this in your shell profile (~/.bash_profile, ~/.zshrc, ~/bashrc)export PATH="$PATH:./vendor/bin
"
Available Commands
help
Displays help for a commandlist
Lists commands- make
make:controller
Create a new resource Controller class in a servicemake:feature
Create a new Feature in a servicemake:migration
Create a new Migration in a servicemake:operation
Create a new Operation in a servicemake:job
Create a new Job in a domainmake:service
Create a new Servicemake:model
Create a new Modelmake:request
Create a new Request in a servicemake:policy
Create a new Policy
- list
list:features
List the features.list:services
List the services in this project.
- delete
delete:feature
Delete an existing Feature in a servicedelete:operation
Delete an existing Operation in a servicedelete:job
Delete an existing Job in a domaindelete:service
Delete an existing Servicedelete:model
Delete an existing Modeldelete:request
Delete an existing Request in a servicedelete:policy
Delete an existing Policy
- src
src:name
Set the source directory namespace.
Commands Usage
Make
make:controller <controller> [<service>]
make:migration <migration> <service>
make:feature <feature> [<service>]
make:job <job> <domain> [--queue]
make:service <name>
make:model <model>
make:request <request> [<service>]
make:policy <policy>
List
list:services
list:features [<service>]
Delete
delete:service <name>
delete:feature <feature> [<service>]
delete:job <job> <domain>
delete:model <model>
delete:request <request> [<service>]
delete:policy <policy>
Set Source Namespace
src:name <name>
All versions of lucid-laravel-console with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
^5.1.7
symfony/process Version ^5.1.7
symfony/finder Version ^5.1.7
symfony/filesystem Version ^5.1.7
laravel/framework Version ^8.0
phploc/phploc Version ~7.0
symfony/process Version ^5.1.7
symfony/finder Version ^5.1.7
symfony/filesystem Version ^5.1.7
laravel/framework Version ^8.0
phploc/phploc Version ~7.0
The package jobzmall/lucid-laravel-console contains the following files
Loading the files please wait ....