You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 codesThe text was updated successfully, but these errors were encountered: