Showing 10 of 2,133 results.

System and Software Requirements | Installation and Upgrading

Tidal makes use of the following PHP (and related) dependencies: PHP 8.2 or higher, composer, 2.x, ImageMagick, PHP extension, Statamic, 4.38 or higher The following additional PHP extensions are required to use Tidal: ext-dom, ext-mbstring,...

Installation | Introduction & Installation

Attribute Renderer can be installed by running the following command from the root of your project: 1 composer require stillat/statamic-attribute-renderer

setParserErrorsIsStrict | Blade Compiler

Sets whether the compiler will fail on any parser error. When set to true, the compiler will fail on any error type. When set to false, it will only fail on fatal errors. Argument Description $isParserErrorsStrict Whether to fail on any parser...

Laravel ViewErrorBag Public API: getBag

…n be used to retrieve a MessageBag instance associated with the provided $key . If a MessageBag instance does not exist with the provided $key , a new instance of Illuminate\Support\MessageBag will returned instead. The following code sample will...

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

Laravel Artisan Tinker: The show Command

The show command is similar to the ls command in that it helps you to learn more about a class instance or object, except that it will show you the underlying code for any function, class, object instance, constant, method or property. Using our...

Enabling Database Users in Statamic 3

While working on a recent Statamic 3 project, I had the requirement to switch to the database eloquent driver to store Statamic users. The Storing Users in a Database knowledge base article was great to get the configuration changes done, and the...