Showing 7 of 2,041 result(s)
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 / }}
…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...
…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...
The getLocale method is used to retrieve the current locale being used by the translator. The method is required by Symfony's TranslatorInterface .
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:...
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:
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...