Showing 10 of 1,322 results.

Generation Failed | Events

…e image generation process failed for any reason. The event object will have the following properties: $entry, : The entry the image will be generated for., $size, : The details from the configuration file for the current image, such as the...

Adding Our Conditional Check | Laravel Paginator Pretty URLs

Now we need to add that conditional check we talked about earlier: 1 ... 2 if ( count ( $ parameters ) > 0 ) 3 { 4 $ pageUrl .= ' ? ' . http_build_query ( $ parameters , null , ' & ' ) ; 5 } 6 7 $ pageUrl .= $ this -> buildFragment ( ) ; 8 ... And...

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...