daft

Results 58 comments of daft

The migration guide has been updated to include this step --- Once this file has been updated, you may run `composer update` to perform the upgrade. Then run `php artisan...

Hi @Dheia Thanks for the report! Could you confirm that this happens using the [Test plugin](https://github.com/octobercms/test-plugin). If so, can you tell us where it happens in this plugin?

Something doesn't add up here, the dirname function returns something different for me: ``` λ php artisan tinker Psy Shell v0.12.7 (PHP 8.0.3 — cli) by Justin Hileman > dirname('Aso\\Demo\\Plugin')...

Yes you're right on Unix it produces a different outcome: ``` $ php artisan tinker Psy Shell v0.9.7 (PHP 7.1.22-1+ubuntu14.04.1+deb.sury.org+1 — cli) by Justin Hileman >>> dirname('Aso\\Demo\\Plugin') => "." ```

This function works in both ```php implode('\\', explode('\\', 'Aso\\Demo\\Plugin', -1)); ``` It has been patched in v4.0.11 Thanks!

This could be that you need to also specify the CACHE_PATH where the cache files are written. It can be different from STORAGE_PATH since this is more permanent (shared), whereas...

Hey @MartinK85 , can you test it on the latest (v4.0.18) and see if there are any changes?

Hi @dathwa None of the submenu types provided are related to blueprints. It is likely an issue with the plugin compatibility instead. You should debug one of these plugins to...

Hi @dathwa, Taken another look at this. The Tailor blueprint menus require you to manually resolve dynamic page types (like All Static Pages) using the `link()` function with the nesting...

Hi @Alexander-Kane I no longer use this package, however, will accept a pull request if you need to make any changes to it.