mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 18:54:03 +00:00
write readme
This commit is contained in:
parent
d26fa93f1e
commit
28e16d6bef
7 changed files with 619 additions and 5 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace Airwire;
|
||||
|
||||
use Airwire\Commands\ComponentCommand;
|
||||
use Airwire\Commands\GenerateDefinitions;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Collection;
|
||||
|
|
@ -12,7 +13,7 @@ class AirwireServiceProvider extends ServiceProvider
|
|||
{
|
||||
public function boot()
|
||||
{
|
||||
$this->commands([GenerateDefinitions::class]);
|
||||
$this->commands([GenerateDefinitions::class, ComponentCommand::class]);
|
||||
|
||||
$this->loadDefaultTransformers();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue