laravel-bootstrap
laravel-bootstrap copied to clipboard
How to extend with own stuffs
Hi,
I just installed and is really promising. Congrats!! But what is the best approach to extend the functionality of backend with own methods?
I was following the wok flow after digging myself in this code
I made inside src/PropertiesController.php than I added to routes
Route::controller( $urlSegment.'/properties', 'Davzie\LaravelBootstrap\Controllers\PropertiesController' );
model = $properties; parent::__construct(); } ``` } but when I call the controller I get Illuminate \ Container \ BindingResolutionException Target [Davzie\LaravelBootstrap\Properties\PropertiesInterface] is not instantiable in oka what did I miss in ObjectBaseController.php ? UPDATE: Got it u have to bind those but still interested how to move out from vendor all those codes