Search

Showing 7 of 1,975 result(s)

/blog/2014/09/04/editing-large-files-on-windows

I haven't had much of a chance to publish any articles or tutorials lately (I do have some awesome ones planned and in the furnace, though!). For this post I'd like to make note of the newest text editor to join my arsenal (Sublime Text and PHP...

/blog/2017/09/29/building-a-simple-statamic-request-addon

In this tutorial we will look at building a really simple Statamic addon. The addon we will build will let us determine if the incoming web request to our site has a specific query parameter; this will allow us to have greater control in the way...

/blog/2017/11/27/laravel-55-string-helper-function-studly#content-example-use

Let's take a look at a few examples to see how this would format a few example strings. The string returned will appear above the function call as a comment. In fact, all of the function calls below will return the string MyWords : Pascal Case...

/meerkat/basic-filtering#content-an-introduction-to-filter-expressions

…structions; multiple filters can be supplied by separating them with a pipe | character. Before we get too far into the details, let's revisit the example of using the basic spam filter: We could rewrite this as a filter expression like so:...

/blog/2016/11/29/laravel-viewerrorbag-public-api-put

put($key, Illuminate\Contracts\Support\MessageBag $bag) The put method is used to add a new MessageBag implementation instance to the ViewErrorBag instance, supplied as the argument to the $bag parameter with some name determined by the $key...

/blog/2016/12/07/laravel-artisan-queue-command-the-queuefailed-command

The queue:failed command is a simple command that will list all of the queue jobs that have failed. The data for the generated table comes from the failed_jobs database table. This command defines no parameters or options and can be used like so:...

/blog/2016/12/07/laravel-artisan-tinker-the-optimize-command

The optimize command optimizes various aspects to improve the performance of the Laravel application. The command provides two flags. The --force flag can be set to indicate that the compiled class file should be written (by default the compiled...