Showing 10 of 2,055 results.

Laravel Companion: Second Edition

Laravel Companion: Second Edition is the practical, example-rich reference guide designed for developers who want to work smarter with Laravel. Whether you're just getting started or looking to level up, this book gives you a fast and accessible...

1. Source Code. | License

…tandards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The “System Libraries” of an executable work include anything, other than the work as...

Format Command | Formatting CLI

The CLI utility currently only offers a format command. The format command accepts the following options: Option Flag Description file --f The path to the template to format. dir --d output --out An optional file path where the formatted results...

Data Tools | The Statamic Add-on Roundup

…here might be some syntax to accomplish this with Antlers, I just couldn't figure it out at the time). You can use comparision operators in Antlers templates, but that becomes much more complicated when variables are being passed into partials,...

Laravel 5: Accessing HTTP Request Details With request

The request helper function is a useful helper function that can be used to either retrieve an instance of Illuminate\Http\Request or retrieve an item from the user's input. To retrieve an instance of Request , call the request method without...

Laravel Application Helper: app_path

…ath to the Laravel application directory (which is named app by default). The exact value returned by calling app_path is dependent on the specific folder structure where the application is residing. An example path returned might look like this:...

The Language | How Does PHP Work With The Web Server And Browser?

…s means that you will write code statements (lines of code) and when a page is requested, the PHP interpreter will load your PHP code, parse it and then execute it. This differs from other languages, such as Java or C#, where the source code is...