Showing 10 of 1,204 results.

Laravel Artisan Generator Command: The make:request Command

…verwrite any existing form request validation request classes that have the same name. An error stating Request already exists! will be displayed instead. The make:request command is also capable of generated namespaced classes. Accomplish this...

Laravel Array Helper Functions

…rray functions offer additional functionality on top of PHP's built in array functions. The helper functions in this section are located within the Illuminate\Support\Arr static class. There are functions defined in the static class that have...

Laravel 5: Accessing the Logging Features With logger

…ger ( ' This is a log message ' , $ context ) ; 9 10 // A log message where the context is an array of objects. 11 logger ( ' This is another log message ' , [ ( object ) $ context ] ) ; The above code would produce results similar to the...

Submitting Our First Comment | Integrating Meerkat

…your comment!" button. Once you have done this, navigate to the Comment Manager within the Control Panel; you should see your new comment waiting for you: Perfect! We've created a comment form and submitted a comment in about five minutes; that's...

Laravel String Helper Function: upper

The upper method is the opposite of the lower method and it takes a given value and returns the upper case variant. This method is useful when doing string comparisons. The signature for the upper helper method is: upper($value) 1 use Illuminate...

Laravel Helper Function: info

…info ( ' This is a log message ' , $ context ) ; 11 12 // A log message where the context is an array of objects. 13 info ( ' This is another log message ' , [ ( object ) $ context ] ) ; The above code would produce results similar to the...

Overview

…g, and strategy. If you're looking for a more SEO-focused way to let your client's manage metadata information, you may consider checking out the Statamic Marketplace SEO category: https://statamic.com/addons/tags/seo . You are free to use any...

Author Variables | Default Variables

By default, Meerkat provides an author array and an internal_parent_author array (if the comment is a reply). These arrays will contain the following additional information: Variable Description {{ id }} The author's identifier, or null . {{ email...

Filter Search