Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

How to extend with own stuffs #32

Open
lgt opened this issue Jul 7, 2014 · 0 comments
Open

How to extend with own stuffs #32

lgt opened this issue Jul 7, 2014 · 0 comments

Comments

@lgt
Copy link

lgt commented Jul 7, 2014

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant