Showing 10 of 2,133 results.

Laravel String Helper Function: str_replace_first

…4 Str :: replaceFirst ( 5 ' http:// ' , ' // ' , 6 ' http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css ' 7 ) ; 8 9 // Hello, there! 10 Str :: replaceFirst ( ' there ' , ' Hello ' , ' there, there! ' ) ;The str_replace_first...

17. Interpretation of Sections 15 and 16. | License

If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability...

Laravel Helper Function: csrf_field

csrf_field() The csrf_field function can be used to generate a hidden HTML element containing the value of the CSRF token. For example, the following HTML code can be greatly simplified using the function: 1 <! DOCTYPE html > 2 < html > 3 < head >...

17. Interpretation of Sections 15 and 16. | License

If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability...

Upgrading Tidal | Installation and Upgrading

Because Tidal is distributed as a starter kit there is no automated upgrade process. If new versions of Tidal release improvements or features you'd like to use, you will need to copy/modify the relevant files.

Laravel Artisan Queue Command: The queue:forget Command

The queue:forget command is used to remove a single failed queue job entry from the failed_jobs database table. The command accepts the id of the job to remove as its only argument. The following example demonstrates the usage of the queue:forget...

Looking Forward | Rebuilding Stillat.com

The process of rebuilding the site has been fun, and there is still much work to be done. However, I am glad that the brunt of the work is done so that I can get back to publishing content again more consistently. I also have some ideas for video...