David Llop
David Llop
I'm having the same error, with bootstrap too. Any solution for now? Thanks for the package Thujohn, very simply and helpful.
Totally agree. It was one of the first things I saw when joining the community and felt a bit disoriented or even that no one was taking care of all...
Currently applying it at work. Good explained and useful information 🙂
I don't think this approach would be useful. The same way you have a different Laravel app for each website you built, you have a different Botman app for each...
That's because anno.js creates a button without specifying the type `button`. Inside forms, buttons act like `input type="submit"`. You need to modify the file `anno.js` and add `type="button"` in line...
I think it's a good idea. Other approach would be to get a relation from `WinkAuthor` to a `User` automatically, but I think extending it would be better (not sure...
Yeah i wanted to ask that to @themsaid also. Why not using auto increment ids? They are supported in almost every database engine, it’s easy to read or check against...
What would be a good example of that kind of data non-nullable but you can't fill on the first create step? I've always worked with auto-increment ID both in work...
I agree with using / extending Laravel's default auth system, or relating it to WinkAuthor which I still think it's necessary to store `wink` fields. Also using `id` instead of...
Mmm... I have no idea 🤔 But this works as so many other extensions that use console outputs, so my guess is that if you look for information regarding phpunit...