Search

Showing 7 of 2,041 result(s)

/social-media-image-kit/v1/license#content-gnu-general-public-license

Version 3, 29 June 2007 Copyright © 2007 Free Software Foundation, Inc. < https://fsf.org/ > Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

/tidal-starter-kit/v1/license#content-gnu-general-public-license

Version 3, 29 June 2007 Copyright © 2007 Free Software Foundation, Inc. < https://fsf.org/ > Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

/antlers-toolbox/formatting-cli#content-installation

The command line Antlers formatter can be installed with npm using the following command: 1 npm install antlers-formatter -g

/blog/2016/11/29/laravel-messagebag-public-api-getformat

The getFormat is the logical opposite of the setFormat method. It simply returns the current format that is being used by the MessageBag instance.This article is the start of a mini-series about Laravel's ErrorMessageBag component. Click through...

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

The transChoice is functionally identical to the choice method. It internally returns the value of the choice method using the $id , $number , $parameters and $locale parameters. The $domain parameter is not used and is completely ignored. The...

/blog/2017/11/27/laravel-55-string-helper-function-camel_case

Camel casing is similar to studly case such that each word starts with a capitalized letter, with the difference being the first character is lower cased. Like the studly method, the camel method will not affect the casing of the rest of the word.