Showing 10 of 2,055 results.

Laravel String Helper Function: finish

The finish helper method will make sure that a given $value always ends with exactly one occurrence of the $cap . This helper method is incredibly useful when construction URIs or file paths. The $cap can be any string of characters, and does not...

Available Variables | Responses and Replies

The following table highlights the data that is available to you by default when developing a Meerkat thread. It should be noted, however, that because of the extensible nature of Meerkat and the customizations that blueprints provide, this is not...

GitHub For Windows: Sync Failed With Uncommitted Changes

…within the GitHub for Windows settings.Once the command-line environment opens, type the following command: 1 git push This will push all the changes you have committed to your repository, and you can get back to work! That's all there is to this...

Example Use | Laravel 5: String Translation Public API

For the following example, we will see how the results of calling the getLocale method change after we manipulate the currently configured default locale: 1 // Ask the Service Container for a translator instance. 2 $ translator = app ( '...

Default Expression Filters | Basic Filtering

Now that we have a basic idea of how filter expressions work, lets take a look at the default filters that are available to you when using filter expressions. There are a large number of built-in filters, organized into "namespaces". Namespaces...