Showing 7 of 2,041 result(s)
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following...
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following...
This is a follow up article to the Creating a Custom Statamic 500 Server Error Page article. In the previous article, we created a generic server error page that would display the same information regardless of what type of error was raised within...
The third technique we will look at in this post is using dynamic variables . Dynamic variables let us store (or construct) a variable name as a string, and then get the value associated with that variable name. Dynamic variables begin with the @...
It is often very useful to create custom Artisan commands specifically for your application or package. Custom commands are, by default, stored in the app/Console/Commands directory (commands can be stored at any path that can be autoloaded based...
…ng the indexing process, and query transformers are applied to user search queries at search time.Document transformers are applied to each index entry during the indexing process. Document transformers should add a string to the index entry's...
Site Essentials for Statamic provides various types of modifiers to help in a wide variety of situations when developing Statamic websites. se_each Modifier, The se_each modifier can be used to render another template for each item within an...