Showing 10 of 2,044 results.

Validating Blade

The Blade Parser library provides a simple yet powerful validation system. The validation system can be used to validate individual nodes within a document or entire document instances at once.

10. Automatic Licensing of Downstream Recipients. | License

…a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that...

Setting up the Database | Installation and Upgrading

Some Tidal features, such as search logging and social media image generation queues will require a database to be setup and configured. If you are not already running a database, or want just want a simple way to get started using these features,...

Laravel Application Helper: config_path

…unction can be used to retrieve the path the config directory. It can also be used to construct paths relative to the configuration directory by supplying a $path . The following examples will assume that the Laravel application is installed in...

Error Contexts | Parser Errors

The following error contexts are available: Error Context Code Echo 001 Comment 002 Verbatim 003 Directive Arguments 004 Blade PHP Block 005 Component Tag 006 Raw Echo 007 Triple Echo 008 PHP Short Open Tag ( <?= ) 009 PHP Open Tag ( <?php ) 010...

Managing Spam Comments | Managing Comments

…ay then select either "Spam" or "Not Spam". Note: Some spam guards utilize third-party services that may support submitting manual results. If this feature is enabled by the site administrator, Meerkat must submit relevant comment data in order...

Laravel 5: Conditionally Throwing Exceptions With throw_if

The throw_if function can be used to throw an exception if the supplied $boolean value evaluates to true . The supplied $parameters will be passed along to the exception's constructor.The signature of the throw_if function is: 1 function throw_if...