Showing 10 of 1,322 results.

Laravel Task Scheduler: Limiting the Execution of Tasks

…hedule -> command ( ' command:name --options ' ) 14 -> daily ( ) 15 -> environments ( [ 16 ' production ' , 17 ' local ' 18 ] ) ; 19 } 20 21 // ... The environments method mutates a public property named $environments . This property can be...

Directive Parsing and Whitespace Constraints | Core Concepts

Another significant difference in the parser implementations is that directives do not require a leading space with the library (but require a trailing space if the next character is not a left parenthesis, line break or null ). 1...

Laravel 5: The Translator's File Loader

The FileLoader is the class that is responsible for loading the translation files from the file system. The language files are loaded from the /resources/lang/ directory by default. The lang/ directory contains the en (English from the ISO 639-1...

Preamble | License

…so to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom...

Creating Custom Forms | Meerkat Forms

…l allow you to seamlessly integrate Meerkat forms into client project and design. The following example was built using Cool Writings Statamic starter kit and Tailwind CSS . 1 {{ meerkat : create class = " w-full " data-attribute = " test " }} 2...