lumberjack-core icon indicating copy to clipboard operation
lumberjack-core copied to clipboard

Results 18 lumberjack-core issues
Sort by recently updated
recently updated
newest added

Add parameters to the helpers functions, so the developer can know what is going on when using an IDE

What code do I need for the router to recognize an optional query string? I specifically need a query string because it will be parsed by JavaScript on the page....

(Thanks for sending a pull request! Please make sure you read the contribution guidelines, then fill out the blanks below.) What does this implement/fix? Explain your changes. --------------------------------------------------- This fix...

This adds a `paginate()` method to the QueryBuilder that returns an instance of Timber's `PostQuery` instead of a Collection. This needs to be tested in a WordPress install. Possible enhancements...

Update monolog/monolog package to resolved conflict with other packages.

Used in `Contracts\QueryBuilder` interface, defined in `QueryBuilder` How could that be fixed?

Hello, I'm trying to figure out the best way to return a 404 error from my product controller. This would happen when the product route matches but there is no...

documentation

Given: ```php session()->put([ 'foo' => [ 'bar' => 123, ], ]); ``` I expected `session()->has('foo.bar')` to return `true`, however it returns `false` because it currently doesn't support dot syntax. This...

tests needed