Showing 10 of 1,280 results.

hasComponents | The Document Parser

Returns a value indicating if any Laravel tag components were parsed. 1 <?php 2 3 public function hasComponents ( ) : bool ;

Document Static API | Blade Documents

An important thing to note about the Document static API is that internally it will use the Laravel service container to resolve its dependencies. It does this through a DocumentFactory, the behavior of which can be changed by library users. For...

Setup & Configuration

…arch logs within a database, even if the rest of your site is using flat files. If you don't want to setup a large database server, you may also use SQLite. For more information on how to configure a database connection, please consider checking...

Using a Job Queue

…red to process image rendering using a job queue. The typical setup for this scenario will involve having a database available, or some other asynchronous method of processing jobs. Before continuing, it is recommended that you are familiar with...

Pint Result Cache | Formatter Configuration and Usage

…output on a per-file basis. By default this cache is stored in node_modules/prettier-plugin-blade/_cache . The location of the cache can be changed by updating the .blade.format.json file and specifying a path for the pintCacheDirectory : 1 { 2...

Introduction | How Does PHP Work With The Web Server And Browser?

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

Registering Custom Validators | Validating Blade

…ngleton objects and have specific requirements for configuration. Instead, suppose you want to ensure custom validator implementations are available on every BladeValidator instance created. In that case, you can use the resolving method provided...

Filter Search