Showing 7 of 1,216 result(s)

/blog/2014/04/02/how-does-php-work-with-the-web-server-and-browser#content-introduction

…some of them you probably use every single day). A large amount of web sites and applications are powered by PHP; therefore an understanding of the PHP language is mandatory to fully understand and accept the power behind popular frameworks (such...

/blog/2014/06/25/lambdas-and-closures

When building our applications in Laravel, we often make use of the routing system. The most basic example of this is by using the Route facade, and then appending a HTTP verb, the URI and some weird function looking thing: This is not something...

/blog/2014/06/25/lambdas-and-closures#content-what-are-they

As stated earlier lambda's are anonymous functions. That is, a function without a name. PHP allows you to create these lambda functions and assign them to a variable, or even pass them as arguments to a function (this is what we are doing with...

/blog/2014/06/25/lambdas-and-closures#content-but-why

These anonymous functions are useful when we as developers need to do something right then and there, but do not necessarily want, or need to create a dedicated function for the task. Like when we define routes in Laravel, it would be cumbersome...

/blog/2017/07/23/the-statamic-addon-roundup#content-routelist

The RouteList is another add-on that is freely available to the Statamic community (you can read specific details about it at https://github.com/JohnathonKoster/statamic-route-list-command ). I am really comfortable developing applications with...

/blog/2023/09/03/creating-a-hybrid-cache-system-for-statamic-part-six#content-excluding-pages-with-csrf-tokens

In this section, we will update our ResponseCreatedListener implementation to prevent caching pages containing Laravel's CSRF token. As stated during the introduction, this will help simplify the management of pages containing forms we don't want...

/meerkat/responses-and-replies#content-pagination-variables

…total_pages }} The total number of paginated pages. {{ current_page }} The current paginated page; this will match the query parameter for this paginator instance. {{ auto_links }} Provides ready-made HTML for the paginated results, built on top...

Some absolutely amazing
people

The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.