Sean

Results 4 issues of Sean

This PR will allow setting the default selected option for the `SelectAction` under Page Actions. I had a problem where when I refresh the page, the default option I wanted...

enhancement

I'm using Vue.JS I installed particle.js via NPM window.particlesJS("Animations", { "particles":{ "number":{ "value":80, "density":{ "enable":true, "value_area":800 } }, "color":{ "value":"#ffffff" }, "shape":{ "type":["image","Star"], "stroke": { "width": 0, "color": "#000000" },...

This PR will allow support for nested directory structures for language files Example: Directory Structure: `lang -> en -> pages -> dashboard.php` Group Key: `pages/dashboard` This will also support even...

https://github.com/joedixon/laravel-translation/blob/e10786b0bcde76b684ad18dd21abe3dda9887c75/src/Drivers/File.php#L45 I was wondering also thou, since this package has it's own translations... but it does not include that in the database when syncing... please tell me if I'm missing...