wardrobecms / core-archived

Wardrobe Core Files

Home Page:http://wardrobecms.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with wardrobe.per_page

adamgoose opened this issue · comments

Haven't researched where else this issue occurs, but in PostController::index(), the Config::get() method is not properly retrieving the per_page configuration.

Did you run php artisan config:publish wardrobe/core?

The wardrobe config file should be in app/config/packages/wardrobe/core/ directory.

Yes, I did. The file was there, and the configuration value was appropriately set.

@adamgoose Was you able to get this sorted?

Yes, by not using any functions that utilize this feature. I used the new facadeSearch method instead.