Showing 10 of 1,214 results.

Configuring Laravel Pint | Formatter Configuration and Usage

…nt to customize the Pint command, you can add a pintCommand configuration option to your .blade.format.json configuration file. 1 { 2 " useLaravelPint " : true , 3 " pintCommand " : " your-pint-command {file} " 4 } Make sure to include the {file}...

7. Additional Terms. | License

…r more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only...

What Comes Next | Laracon, Blade and What's Next

Forte will remain closed-sourced for now while I continue working through the core lexer and parser. There's just too much movement, and it allows me the freedom to scrap things and rewrite it a few dozen times as I go. Despite that, I'd like to...

Laravel URL Helper Function: secure_url

secure_url($path, $parameters = []) The secure_url helper function can be used to generate secure, fully qualified URLs to a given $path . You can also supply additional data that will be added as a query string by supplying an argument for the...

Example Use | Laravel 5: String Translation Public API

The following example will demonstrate how to call the parseKey method to return information about the translation key: 1 $ parts = $ translator -> parseKey ( ' passwords.reset ' ) ; After the above code has executed, the $parts array would...

Entering Data | Laravel Artisan: Interacting With Commands

…): 1 Usage: 2 make:model [options] [--] <name> 3 4 Arguments: 5 name The name of the class As we can see the command expects the name of the new model class; this is displayed in angle brackets. The name of the command and the...

7. Additional Terms. | License

…r more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only...