Search

Showing 7 of 2,041 result(s)

/blog/2018/04/21/laravel-5-fluent-api-the-public-api#content-signature-2

The signature of the toArray method is: public function toArray();

/site-essentials-for-statamic/v1/license#content-15-disclaimer-of-warranty

…D WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR...

/social-media-image-kit/v1/license#content-15-disclaimer-of-warranty

…D WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR...

/tidal-starter-kit/v1/license#content-15-disclaimer-of-warranty

…D WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR...

/blog/2016/12/07/laravel-artisan-tinker-the-whereami-command

The whereami command can be used to approximate where you are currently executing code within your code base. Starting a fresh Tinker REPL session and issuing the whereami command produces these results:

/blog/2017/12/06/laravel-5-string-helpers-replacing-the-first-occurrence-of-a-value

The replaceFirst helper method is used to replace the first occurrence of a given $search string with the provided $replace string in the $subject string. All three parameters are required and must be strings.