Algo-Web / POData-Laravel

Composer Package to provide Odata functionality to Laravel
MIT License
34 stars 29 forks source link

How to install/configure server #166

Closed makapaka23 closed 6 years ago

makapaka23 commented 6 years ago

Can anyone provide more instruction on any other config required server side in laravel ? Instructions here are a little bare - install the package, add the trait, and then what ? How to access ? oData php provider talks about apache mod-rewrite etc, is that still necessary ?

Sorry if this is not the right place, but would love some more instruction/tutorial on usage :)

CyberiaResurrection commented 6 years ago

Sorry, makapaka, life happened to me.

The instructions are fairly bare because there isn't that much to it - bolting in the model and controller traits, adding the definitions needed (for the controller trait), etc. There just isn't that much Laravel-side config required, as far as I understand - but being one of the guys who built it, I may not be able to see the forest for the trees.

The great bit about this being a Laravel package, from my own experience, is that it piggybacks onto however you've set your Laravel install up, as it's HTTP requests and responses flying back and forth.

CyberiaResurrection commented 6 years ago

Closing due to lack of activity