Showing 10 of 2,055 results.

canceled Event Method | Advanced Reply Forms

The canceled() method is called after a visitor has clicked the "Cancel Reply" link on your site. Meerkat will supply the ID of the comment that the visitor was replying to as well as an instance of the comment form: 1 MeerkatReply . canceled =...

0. Definitions. | License

…resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. A “covered work” means either the unmodified Program or a work based on the Program. To “propagate” a work means to do anything with it that,...

Example Use | Laravel 5: Filtering Array Elements With only

The only helper method is the logical opposite of the except method. Using the same $_POST array from the previous example, we could retrieve only a user's first name like so: 1 use Illuminate \ Support \ Arr ; 2 3 $ inputData = Arr :: only ( 4 $...

Laravel Artisan Route Command: The route:cache Command

…t ( ' / ' , function ( ) { 2 return view ( ' welcome ' ) ; 3 } ) ; In order to use route caching, all routes must be registered using controller classes. The following routes file could be cached: 1 <?php 2 3 Route :: get ( ' / ' , [ 4 ' uses '...

0. Definitions. | License

…resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. A “covered work” means either the unmodified Program or a work based on the Program. To “propagate” a work means to do anything with it that,...

Validating Workspaces

Validating workspaces works the same as validating individual documents. The difference is that all the configured nodes and document validators will be executed against all documents within the workspace. 1 <?php 2 use Stillat \ BladeParser \...

User and Visitor Data Privacy

Meerkat allows site administrators to collect less data about their visitors, and make it easier than ever to comply with local laws, customs, and be completely transparent with their users. Meerkat allows you to make visitor names and email...