Showing 10 of 1,322 results.

Laravel Collection Public API: slice

…. The $offset tells the slice method where to begin when creating the collection. For example, if the $offset is 3 , the new collection will begin with the third item in the collection. If the $offset is negative, the new collection will start...

Laravel Helper Function: env

…) 15 16 TEST_FALSE1=false 17 TEST_FALSE2=(false) 18 19 TEST_NULL1=null 20 TEST_NULL2=(null) 21 22 TEST_EMPTY1=empty 23 TEST_EMPTY2=(empty) The returned value will appear above the function call as a comment (the actual values returned will likely...

Laravel Artisan General Command: The tinker Command

The tinker command can be used to start an interactive language shell for interacting with your Laravel framework application. The tinker command defines an optional array input include . Traditionally this is used to include auto-loaders for...

Publishing Comments | Managing Comments

Comments may be published from the Control Panel by selecting the "Publish" option below the comment's content. By default, unpublished comments are not displayed to your site's visitors. It is recommended to not enable automatic publishing so...

Unpublishing Comments | Managing Comments

Comments may be un-published from the Control Panel by selecting the "Unpublish" option below the comment's content. By default, unpublished comments are not displayed to your site's visitors.

Filter Search