Showing 7 of 1,697 result(s)
…non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following...
In this article we will create an implementation of Illuminate\Contracts\Hashing\Hasher using PHP's crypt function and the CRYPT_SHA512 hashing function. Like in the previous sections, we will examine each method before looking at the full...
To start, we will create a simple route within our routes/web.php file we can use as the action of our form: We named our route "submit" to make it easier to reference later when building our template. We will work with the...
…o our peek character, we can add a new conditional branch to detect the TOKEN_STR_ESCAPE character. We will create a list of all valid characters that can follow the string escape sequence and check against that, as well as check if we are...
Whenever we are inside a tag pair and attempt to access a variable that does not exist, Antlers will attempt to locate it somewhere else by moving "up" what is called the Cascade. In simple terms, it will continue searching for a variable at all...
Starting with a fresh Laravel application, we need to install two new dependencies. The first will be Volt, which will also add Livewire to our project for us: composer require livewire/volt The second dependency we will use is a Blade parser...
We could create a new website targeted at a specific range of topics. There are quite a few start-ups appearing in this area. These are largely commercial projects. I will not point any one out in particular, but the process is fairly...