Kieren Eaton
Kieren Eaton
@ssestantech > masonite.exceptions.exceptions.MissingContainerBindingNotFound: routes.api.location key was not found in the container As per the error shown in your screenshot the routes.api.location binding is missing. As per the documentstion: https://docs.masoniteproject.com/features/api `You...
@girardinsamuel @josephmancuso IMHO this would be a great addition as Redis is used in many production systems. I have not needed a queueing mechanism (yet) but can see a need...
@ssestantech Your issue has nothing to do with Masonite. Its due to the name of your fields in the form not being unique. This same issue will happen with many...
Nice work @girardinsamuel This looks exactly like what I was getting at in #663. Functional and flexible. Keep up the great work. Cheers
non interactive deployment ie using Capistrano 3.x Currently I have modified the Yiinitializr callback to check for an ENV var set by capistrano and so interaction is not required and...
No Worries. I have not fully tested all the modules yet but have been through them and think I got all the aliases sorted. NP on the column names as...
Yeah gonna sort a pull request soon there are just a couple of minor issues I need to pin down first ;) On 10/01/2013, at 10:19 PM, PrplHaz4 [email protected] wrote:...
IIRC you can put all the modules in common/modules/ Then in the common/config/main.php follow the install instructions but change the class in the 'user' component to point to the common...
> I think that's what [send_verification](https://github.com/pvizeli/pycognito#send-verification) is for. @amankejriwal did you try that already? send_verification requires an active access token which is obviously not available if the user has not...
@amankejriwal A bit late I know but I have addressed this issue in #99