DODMax
DODMax
Fixes CSS not found when web root != '/'
When allowMismatch is enabled, if the user first selects an option and then enter a custom value the value of the first selected item is still associated to the field...
Hi, If you're interested in reviewing the following changes as I know you're working on updating to 5.1 The migration part would need to be reworked as having the migrations...
Hi, Looks like `Seeders\DatabaseSeeder` now has to implement a run() method. Without that I have the following error when trying to seed: ``` Class Ipalaus\Geonames\Seeders\DatabaseSeeder contains 1 abstract method and...
Currently detaching an action makes it [standalone](https://nova.laravel.com/docs/4.0/actions/registering-actions.html#standalone-actions). It would be great however to be able to detach an action (visually) while keeping it related to a model. For example I...
When using on a Ionic 2 project I get the following error at runtime (on my device) ``` Uncaught Error: Module build failed: Error: ENOENT: no such file or directory,...