Leo Lutz
Leo Lutz
The problem isn't that the priority isn't high enough, it's that there are two main stylesheets. The dependencies should be ``` [ 'hello-elementor`, 'hello-elementor-theme-style', ] ```
@cbratschi, is #78 what you're seeing with duplicated tasks?
I hope we can use an official release soon, but for now this is the command. ``` composer require phpoffice/phpspreadsheet:dev-master ```
I just ran into this issue because I wanted to use the 'm/Y' format. The Carbon::parse() doesn't do anything helpful. I ended up having to abandon this validation for regex/date_format/after...
I'm not sure if this is a bug as much as insufficient documentation. I was having the issue and dove into the code, The TextRun element translates to a paragraph...
Sorry, I can't. I've never used templates, just adapted the OP's code to something similar to what I tested.
I found that the plugin _Servd Assets and Helpers_ is somehow preventing the table footer with the pagination and delete action to not load.
I've added an example. If you run that on the main branch js, you'll notice that entering other items doesn't always get picked up.
Resolves #99
This package is set to run every 3 minutes starting on the hour. Did you run `php artisan schedule:run` during one of those minutes when testing?