Showing 10 of 2,044 results.

Installing Dependencies | Contributing

Once your environment has the required software and tools available, we must download the source code for both the Visual Studio Code extension and the language server. To do this, either clone or download the...

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