Showing 10 of 2,133 results.

The Function | Laravel and Kint Debugging

Looking through the issue some more today, I decided to write a new modify one of Kint's functions to work really nice with Laravel. Add this function to some helpers file, or a file that is accessed throughout your application: 1 if ( !...

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