porta325 Posted October 8, 2023 Share Posted October 8, 2023 Hello, I am trying to install creagia/laravel-sign-pad but obviously i'm doing something wrong. https://github.com/creagia/laravel-sign-pad All clear up to configuration. Database migrated, folders copied as per instructions. At this stept https://github.com/creagia/laravel-sign-pad#preparing-your-model, I am assuming we are talking about the signatures table. "A $model object will be automatically injected into the Blade template, so you will be able to access all the needed properties of the model." This step confuses me a little. I just created a new instance of a signatures model and passed that to the view, but something should happen on form submit to populate the signatures table, but nothing does. Usage step. https://github.com/creagia/laravel-sign-pad#usage I have created the view file and apparently the form looks ok but on submit nothing happens. in the Configuration step https://github.com/creagia/laravel-sign-pad#configuration I'v created a path for the signatures to be stored in ( 'signatures_path' => 'public/vendor/sign-pad/sign',) but nothing seems to happen. I am trying to achieve this on localhost so any help is much appreciated. Thank you. Quote Link to comment Share on other sites More sharing options...
maxxd Posted October 9, 2023 Share Posted October 9, 2023 Check your log files. It sounds a bit like a permissions error, assuming the package works as advertised (I've not read through the code, so I don't know if that's the case or not). Quote Link to comment Share on other sites More sharing options...
porta325 Posted October 9, 2023 Author Share Posted October 9, 2023 No luck there. Only installation related logs. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.