anthonymartin
anthonymartin
You can follow these instructions to add config_path to Lumen: https://gist.github.com/mabasic/21d13eab12462e596120 However, now I'm stuck at `php artisan code:models` - I get the following error: ``` [ErrorException] mkdir(): Invalid path...
I tried that, but that command is not available in Lumen unfortunately. There's nothing in the storage/cache directory either.
Here's my workaround: I installed laravel and pointed it to my database. Then I installed and ran this package so I could generate the model files. I copied the model...
I also experienced similar findings in my own projects. Might this be _expected_ behavior? For instance, if one is attempting to send more messages than can be published OR ack'd...
Ok, I figured it out. You need to remove the .present beneath the required keys. For example: ``` yaml dbconfig: mysql_user.present: - name: vagruser - password: devman - require: -...
I got the same error here
The notifications are stacking up on top of each other ... any idea of why this is? I tried your fork but they keep showing up right on top of...
@jayalfredprufrock - any idea?
This type of HTML structure gets stacking working right: ``` ``` ``` javascript $('#notification_1').notify(); ```