Showing 7 of 2,041 result(s)
Social Media Image Kit needs to know which collections to generate social media images for. This is done within the general.php configuration file: 1 <?php 2 3 return [ 4 5 // ... 6 7 /* 8...
The migrate:status command can be used to check the status of each migration. The command will output a table that lists each migration and an indicator of whether or not the migration has been ran. The migrate:status command provides a few...
The details used to generate your site's site.webmanifest file are contained within the site_essentials/webmanifest.php configuration file. Because of the large amount of options available when creating a manifest file, and the various...
The setProgressCharacter method is used to customize the character that separates the bar and empty bar characters. The method defines only one parameter—the character to use as the progress character. On Windows systems this character is set to >...
The Tinker REPL allows you to enter PHP code and have it evaluated immediately, similar to how Chrome's Developer Tools allow JavaScript developers to experiment directly with a running application. The following example demonstrates entering a...
Now that our cached responses include labels, we can begin the process of invalidating them using new event listeners. We'll be listening for the following events, all of which are triggered by Statamic's Control Panel:...
The migrate:refresh command can be used to reset and run all outstanding migrations again. This command is a shortcut to calling two other Artisan commands. The following examples are equivalent: The same using the migrate:refresh helper command:...