Showing 10 of 2,055 results.

Testing Code Changes | Contributing

The language server contains a test suite that should be be run periodically when working on the language server's parsers, formatters, and related features. The test suite can be ran by issuing the following command from the root of the project:...

se_current_view Tag

The se_current_view tag provides various utilities to retrieve information about the view currently being rendered. For example, it is capable of returning the current relative view path, as well as outputting <!-- START: --> and <!-- END: -->...

validateNodes | Validating Blade

Runs all registered node validators against the provided node list. Argument Description $nodes The nodes to validate. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function validateNodes ( 6 array $ nodes 7 ) : Collection ;

Laravel Artisan Generator Command: The make:seeder Command

…lasses are stored in the database/seeds/ directory by default. This command will not overwrite any existing seeder classes that have the same name. An error stating Seeder already exists! will be displayed instead. The following example...

hasErrorOnLine | Blade Compiler

Tests if an error matching the provided properties exists on a specific line. Argument Description $line The line to check. $type The error type to check for. $context The error context. 1 <?php 2 3 use Stillat \ BladeParser \ Errors \ ErrorType ;...