Showing 10 of 2,145 results.

Laravel 5: Determining if a Variable Holds a Value With blank

The blank function is used to determine if the provided value contains a value that is not null , or a non empty value. It can be useful to check arguments supplied to functions for values without having to check many different types specifically....

Running the Project | Contributing

Once you have the project dependencies installed, you may open the project in Visual Studio Code. From within the Run and Debug panel, select the Client + Server startup task and start the debugging session. The Antlers Language for Statamic...

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...