Showing 10 of 2,133 results.

License

Attribute Renderer for Statamic is free software, released under the MIT license.Copyright (c) <Johnathon Koster> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the...

Laravel Array Helper Function: array_except

The except helper method will return all the key/value pairs of the $array where the keys in the original array are not in the $keys array. The signature for the except helper method is: except($array, $keys) Assuming that the $_POST super-global...

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...

License

Template Resolver for Statamic is free software, released under the MIT license.Copyright (c) <Johnathon Koster> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the...

No Comment Messages | Responses and Replies

To offer the best user experience, you may wish to display a message to users to encourage them to leave the first comment on a blog post or page. To do this, we will make use of the no_results value that is available to use when rendering Meerkat...

Step 3: Configuring Laravel | Semantic UI Paginator for Laravel 4

Now we need to configure Laravel to use our Semantic UI paginator view. Don't worry - this is really easy. Open up the config/view.php file and look for the pagination key within the array and change its value to the location of your Semantic...

Laravel Artisan Route Command: The route:cache Command

The route:cache command is used to create a route cache file. This cache file will improve the performance of the route registration process. This command accepts no parameters or options. This command will be unable to cache any routes that use a...

Laravel Artisan Command Input Syntax Reference

The following table serves as a quick reference for the common command signature definitions. The Syntax column demonstrates the syntax required, the Description column provides a description or quick explanation of the syntax and the Required...

Filter Search