Browse Source

Add stubs publisher script and

pull/30/head
Nafies Luthfi 5 years ago
parent
commit
67c89cd81b
  1. 4
      src/ServiceProvider.php

4
src/ServiceProvider.php

@ -27,5 +27,9 @@ class ServiceProvider extends BaseServiceProvider
$this->publishes([ $this->publishes([
__DIR__.'/config.php' => config_path('simple-crud.php'), __DIR__.'/config.php' => config_path('simple-crud.php'),
], 'config'); ], 'config');
$this->publishes([
__DIR__.'/stubs' => base_path('stubs/simple-crud'),
], 'stubs');
} }
} }
Loading…
Cancel
Save