Showing 10 of 2,044 results.

10. Automatic Licensing of Downstream Recipients. | License

…a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that...

Laravel 5: Accessing the Cache System With cache

…function is: 1 function cache ( ) ; 2 3 function cache ( 4 string $ name 5 ) ; 6 7 function cache ( 8 string $ name , 9 $ defaultValue 10 ) ; 11 12 function cache ( 13 [ 14 $ name , 15 $ value 16 ] , 17 $ expirationInMinutes 18 ) ;The following...

Creating Simple Forms | Meerkat Forms

To create simple forms, you have the option to use the {{ fields }} value. This value will be an array of all the fields configured in the Meerkat blueprint. The following example demonstrates how to iterate all the form fields and render them to...

Laravel ViewErrorBag Public API: hasBag

hasBag($key = 'default') The hasBag method is used to determine if a MessageBag instance exists within the ViewErrorBag instance with the given $key . The $key is set to default unless it is changed. The following example will highlight the usage...