Search

Showing 7 of 2,041 result(s)

/site-essentials-for-statamic/v1/antlers-tags/se-current-view#content-se-current-viewend-tag

The se_current_view:end tag will output a <!-- END: --> HTML comment with the current relative view path. This tag does nothing when the site is in production mode. 1 {{ se_current_view : end / }}

/blog/2014/12/13/semantic-ui-paginator-for-laravel-4#content-step-12-the-getdisabledtextwrapper

…ngs. For example, when rendering the ellipsis and, of course, any disabled links, it calls this method to do it. So our code needs to return some HTML and CSS that will indicate to the user that the link is disabled. For Semantic UI, our...

/blog/2016/11/30/the-laravel-translator#content-transid-array-parameters---domain--messages-locale--null

usage to the get method. It internally makes a call and returns the value of the get method, passing in the $id , $parameters and $locale . The $domain is not used and is completely ignored. The trans method exists to satisfy the requirements of...

/blog/2016/11/30/the-laravel-translator#content-getlocale

The getLocale method is used to retrieve the current locale being used by the translator. The method is required by Symfony's TranslatorInterface .

/blog/2016/12/07/laravel-artisan-queue-command-the-queuefailed-command

The queue:failed command is a simple command that will list all of the queue jobs that have failed. The data for the generated table comes from the failed_jobs database table. This command defines no parameters or options and can be used like so:...

/blog/2016/12/07/laravel-artisan-tinker-the-throw-up-command

The throw-up command can be used to re-throw an exception out of a Tinker REPL session. By default, it throws the exception that last occurred, but will accept an exception instance as an argument:

/blog/2017/11/30/laravel-55-string-helper-method-kebab

The snake helper method replaces all uppercase letters within the string with the lower cased variant prefixed with the - character. The only exception to this rule is that if the first character of the string is capitalized, it will be replaced...