Showing 10 of 1,090 results.

Laravel Collection Public API: sort

…= new Collection ( [ 7 [ ' name ' => ' Sue ' , ' age ' => 23 ] , 8 [ ' name ' => ' Simon ' , ' age ' => 38 ] , 9 [ ' name ' => ' Jane ' , ' age ' => 25 ] , 10 [ ' name ' => ' Dave ' , ' age ' => 19 ] 11 ] ) ; 12 13 // Sort the collection based on...

Laravel Artisan Tinker: The migrate Command

…er to be incremented for each migration so that each migration can be rolled back separately from the others. The default behavior is to give all newly ran migrations the same batch number and not increment the batch for each migration. This...

Refunds | Licensing

Stillat, LLC offers refunds on software within 14 days of purchase . Please contact refunds@stillat.com for assistance. All users are encouraged to take advantage of the free development access and unlimited trial periods (in non-production...

KeePass: Failed to Load the Specified File! Error Fix

I use KeePass to manage my personal passwords on my computer. I’ve used it without incident for quite a while, but that streak recently came to an end after having to completely reinstall Windows 8.1 after a hard drive failure (luckily I do manage...

setDirectiveNames | Blade Documents

Sets the document's directive names. The directive names supplied to this method should match those that were used when initially parsing the input template. These directive names will be used when performing structural analysis. If you are using...

removeNode | Blade Documents

Removes the provided node instance from the document. Calling this method will reindex the nodes, but will not trigger structural analysis. If structural analysis has already been performed on the document, calling this method may remove the start...

Document Structures

…e also has a corresponding directive name that appears with the word end , those  can  be paired together. In the following example, we create two custom directives. The second directive name is the same as the first but is prefixed with end ....

resolveStructures | Document Structures

Resolves structures within the document, such as directive pairs. Structural analysis can only be performed once on a Document instance. If changes have been made to the node structure, you are encouraged to call the toDocument() method to...

getAllStructures | Document Structures

Returns all the document structures. This method automatically performs structural analysis on the document. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getAllStructures ( ) : Collection ; Example Use 1 <?php 2 3 use...

Filter Search