Todd Valentine
Todd Valentine
looks like by the time we fail validation model is set to Image, so onValidating on my Photo model is never called. Can't seem to find a way to go...
I am using a couple different strategies to tackle the sub-directory issue. I have created a Service Provider: ``` public function register() { $this->app['path.public'] = base_path().DIRECTORY_SEPARATOR.'public'; if (App::environment(['staging'])) { $this->app['path.public']...
To get correct routes to destroy, I have also had to customize the shared footer haml files to use ``` %a.btn.btn-danger.delete(href=DecoyURL::relative('destroy', $item->id)) %span.glyphicon.glyphicon-trash.glyphicon != __('decoy::form.actions.delete') ``` to ``` %a.btn.btn-danger.delete(href=URL::to(DecoyURL::relative('destroy', $item->id)))...
5.6.30
When upgrading to 3.1 I am getting an error. For example if my secure file is located in Music/Secure I get the following: Action 'Secure' isn't available on class SecureFileController.
Thanks Hamish, Look forward to it. In the meantime I am trying to hack it into SS3 shape the best I can (which I have to admit is not doing...