Showing 10 of 1,322 results.

11. Patents. | License

…her already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of...

Comment Systems and Statamic | Rebuilding Stillat.com

My old site did not have many comments, but I feel like they are part of the site (even if I don't directly create them), and I learn things from them every now and then; I wanted them to be part of the new site. As stated in a previous section, I...

Configuring the Validate Command | The Validate Command

…/blade/validation.php . This configuration file contains the following entries: core_validators, : A list of the core validators that will be included when the, validate:blade, command is invoked. You may comment out/remove entries from this list...

Reloading Project Details | Getting Started

If you have made significant changes to your project's blueprints, globals, etc. and have Visual Studio Code open to just the resources/ directory, you may want to force the extension to reload your project's details. This can be done from Visual...

fake($disk = null) | Laravel 5 Facades

The fake method will replace the provided $disk with a local testing disk. The local disk will be stored in your application storage path under the sub-directory location framework/testing/disks/<DISK_NAME> . The local directory will be cleared...

persistentFake($disk = null) | Laravel 5 Facades

The persistentFake method will replace the provided $disk with a local testing disk. The local disk will be stored in your application storage path under the sub-directory location framework/testing/disks/<DISK_NAME> . The persistent local...