-
https://github.com/CMB2/CMB2-Snippet-Library/blob/master/options-and-settings-pages/theme-options-cmb.php#L208
```
br />
Warning: array_key_exists() expects parameter 2 to be array, string given…
-
**Issue:** On a fresh install from composer, Laravel Mix will not compile. Produces the following error:
```
Error: ENOENT: no such file or directory, open '/Users/Colin/Sites/wordplate/public/them…
-
## Prerequisites
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate
- [ ] The issue still exists against the latest `master` branch of WooComm…
-
```
Notice: Trying to get property of non-object in /www/lithuanianbakery.dev/public/themes/wordplate/functions.php on line 68
Fatal error: Uncaught TypeError: trim() expects parameter 1 to be str…
-
Hi,
Migrating from bedrock, have some getting started questions:
1. Why WordPress is not in composer.json from the start? as per docs added wp to require and did composer update. But this seems …
-
Hello! Sorry for the noob question, is it only possible to initialize setting up a vhost? I tried accessing localhost/wordplate/public and it would redirect me to localhost/wordpress/... which doesn't…
-
It would be nice to have a brief howto steps to get a development environment locally. #141
What it seems to work:
* `composer create wordplate/wordplate `
* ``
* edit `.env` accordingly (m…
-
I'm getting redirected from http://wordplate.dev to http://wordplate.dev/wordpress/wp-admin/install.php and then stuck in a redirect loop.
This is a fresh install with Laravel Valet 2.0.4 on PHP 7.…
-
As pointed out by @tditlu WP-CLI doesn't seem to work with the latest changes to the `wp-config.php` file. We've found a solution by including the `wp-settings.php` file in the `wp-config.php` file. M…
-
Usually, public folder is really the place all assets loaded but in wordpress case is different.
In wordpress our public assets directory is inside the theme.
`mix.setPublicPath('public/themes/wor…