1
0
Fork 0
mirror of https://github.com/archtechx/airwire.git synced 2025-12-12 18:54:03 +00:00

write readme

This commit is contained in:
Samuel Štancl 2021-05-20 22:38:02 +02:00
parent d26fa93f1e
commit 28e16d6bef
7 changed files with 619 additions and 5 deletions

View file

@ -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();