Search

Showing 7 of 1,975 result(s)

/social-media-image-kit/v1/license#content-14-revised-versions-of-this-license

…you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you...

/tidal-starter-kit/v1/license#content-terms-and-conditions

…resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. A “covered work” means either the unmodified Program or a work based on the Program. To “propagate” a work means to do anything with it that,...

/tidal-starter-kit/v1/license#content-14-revised-versions-of-this-license

…you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you...

/antlers-toolbox/getting-started#content-migrating-from-version-1

…his bundled PHP analyzer would create an .antlers.json file at the root of your project, and may have created a /storage/antlers-language-server/ directory. The file and directories created by the PHP analyzer from version 1 can be safely removed...

/blog/2013/11/02/laravel-4-getting-user-input

No matter what application you're developing, or what platform you are developing on, it is a safe bet you need to get input from your users some how. Laravel 4 provides a really convenient way to do this using the Input facade. Let's look at a...

/blog/2014/07/28/laravel-paginator-pretty-urls#content-creating-the-prettypaginator-class

…and Composer can find it. For this tutorial, I will just be declaring it in the global namespace. Also, make sure to import (or use ) Laravel's Paginator class: That's the start of our class. Remember we need to override the getUrl($page)...

/blog/2016/11/29/laravel-collection-public-api-flip

flip The flip method will return a new Collection instance where are the all the collection item's keys have been exchanged with their corresponding values. The following code example demonstrates the effects of the flip method: The...