Shady Slim

Results 9 comments of Shady Slim

I only use the CCF on one page in most cases. In my enqueue-functions.php file for the theme, I basically check to see if that page is the current one....

Did you copy the config files from this package into your theme? Specifically, `config\app.php`, which has the list of `providers` that it is looking for.

Also make sure you are using the latest version. I added the auto-loading of providers in v0.2.0.

@minimallinux Are you still having trouble with this?

In your composer.json file update the codesniffer dev require to 0.7.0, which works in 2 and compatible with 1 as well. `"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"`

I've worked with Mix on some Laravel apps and my first use in a stand-alone was with a new WordPress install. Got everything working fairly easy, except couldn't nail the...

@greatislander Cool. I had already revised the manifest. Didn't know about the `asset_path` quirk, but I haven't had any problems with that using the path setups that I outlined above....

@greatislander Okay. It is all clear now. Forgot about the `asset_path()` helper function. On a side note, I was checking out `asset()` and `mix()` in a blade file. Guess what?...

I do believe I found a fix for this. Taylor Otwell had a similar problem with Laravel Dusk. Check out the fix to [Add Windows support](https://github.com/laravel/dusk/pull/13/files)