Showing 10 of 1,322 results.

Disabling the Preview Action | Creating Image Templates

If you need to disable the "Preview Social Media Template" action, you can update the config/social_media_image_kit/general.php configuration file and set the preview_enabled value to false : 1 <?php 2 3 return [ 4 5 // ... 6 7 /* 8...

Alternatives to Laravel Artisan Command Signatures

…protected $ name = ' new:command ' ; 15 16 /** 17 * The console command description. 18 * 19 * @var string 20 */ 21 protected $ description = ' Command description ' ; 22 23 // Methods omitted... 24 25 } At first glance there does not look to be...

11. Patents. | License

…her already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of...

Laravel Application Helper Function: redirect

redirect($to = null, $status = 302, $headers = [], $secure = null) The redirect helper function is a versatile helper function. The $to parameter is defined with a default value of null . When $to is null , the redirect function by default will...

Filter Search