-
## Expected Behavior
On Nav Menu editor in Admin menu, I should have choices to add my custom types to nav menus.
![image](https://user-images.githubusercontent.com/1850524/84019007-07812180-a981-…
-
I'm getting this error on a fresh install:
```
Fatal error: Uncaught Error: Class 'Dotenv\Environment\DotenvFactory' not found in /Users/simon/Code/exp/wordplate/vendor/illuminate/support/helpers.…
-
It would be nice if we could use the autoloader outside of Bedrock. Would it be possible to move the class to its own Composer package or its own plugin?
-
Hi,
I have this error when `composer update` :
`
Fatal error: Uncaught Error: Class 'Dotenv\Environment\DotenvFactory' not found in C:\laragon\www\starter\vendor\illuminate\support\helpers.php:6…
-
Hello everyone,
I have a problem with js translations that are not properly loaded by wordpress. Thanks to the koodimonni-language repository I have all my translations in the `public/languages` fold…
-
Hi,
Is there a standardized location for keeping custom classes or helper methods related to project within wordplate?
I usually do plugins to encapsulate site-data related functionality. But I …
-
-
Hello,
i have installed wordplate on my server and it works great! the next thing i wanted to do is installing laravel besides wordplate... all went good, merged files like composer etc... but then…
-
## Expected Behavior
the returnFormat should be a field on ButtonGroup.
## Actual Behavior
Causes an error:
```Call to undefined method WordPlate\Acf\Fields\ButtonGroup::returnFormat()```…
-
```php
$key = __CLASS__ === 'WordPlate\Acf\Fields\Layout' ? 'display' : 'layout';
```
This is a big hack 😿 and not testable.
Please have two different traits instead: Layout and Display.