Showing 10 of 2,133 results.

MySQL: Root Element Is Missing (Windows 8.1)

The other day when I restarted my development machine I got a nice little surprise from MySQL Notifier. A charming error message appeared on the screen that said "High Severity Error: Root element is missing". Dismissing this error, another one...

addValidators | Validating Blade

Adds the validators to validator instance. Argument Description $validators The validators. 1 <?php 2 3 use Stillat \ BladeParser \ Validation \ BladeValidator ; 4 5 public function addValidators ( 6 array $ validators 7 ) : BladeValidator ;

addDocumentValidators | Validating Blade

Registers multiple document validators with the BladeValidator instance. Argument Description $validators The document validator instances. 1 <?php 2 3 use Stillat \ BladeParser \ Validation \ BladeValidator ; 4 5 public function...

removeValidator | Validating Blade

Removes a validator instance with the provided validator class name. Argument Description $validatorClass The validator class name. 1 <?php 2 3 use Stillat \ BladeParser \ Validation \ BladeValidator ; 4 5 public function removeValidator ( 6...

Tidal Multisite | Installation and Upgrading

Important : If you are looking to use Tidal with Statamic's multi-site feature replace stillat/tidal with stillat/tidal-multisite below. 1 statamic new my-site stillat/tidal If you are looking to install Tidal into an existing project, you can...

Laravel Artisan Generator Command: The make:seeder Command

…d seeder classes 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...

Managing Projects and Versions

Tidal supports multiple projects and versions. Projects are created and managed via. the control panel, and versions can be easily managed from the command line.