Maarten Tolhuijs
Maarten Tolhuijs
Hi @lfbn , I ran into this too. The following fixed it for me. In `main.js:22` change bin to use the one on your machine: ``` phpServer.createServer({ port: port, hostname:...
Hi @ClementN, That's unfortunate. Could you add some more information about your situation? f.e. OS, Laravel & PHP version.
@cord Model creation was still focused on `app_path()` so models would be stored there based on the namespace. This caused some weird behavior. I solved this by adding a 'path'...
Hi @cord ! Could you maybe share how the class file looks like? Is it's path {app}/csm? I'm having trouble reproducing it. Are you perhaps on Windows as well? Thanks!...
Ah, I see. There is no $fillable. I'll see what I can do about that this evening (since I'm at work right now).
Oh yeah! High on my list as well. Difficult to do since I'm not having a good PostgreSQL setup here at the moment.
Help would be hugely appreciated. Right now I only have a Ubuntu 18.04 with mysql 5.7 setup. Haven't ever set up postgresql for personal use. So even though this one...
On my to-do list.
Hi @robsontenorio! This is indeed a feature I want to implement asap. I just released 0.9.9 making much of the scaffolding optional as well. I want to create checkboxes for...
Hi @morawcik ! I'm getting annoyed by it too indeed. Have to see what I can do about it since it's handled by configurations in jsPlumb. I guess I could...