Showing 10 of 2,144 results.

Creating Projects | Managing Projects and Versions

New projects you'd like to document can be added within the Statamic control panel. Existing projects may be managed from the "Software Projects" collection; this collection is orderable, and the order of projects will be used on the default home...

How to Rebuild the Site? | Rebuilding Stillat.com

This was a tough question for me to answer at first: if I rebuilt my site exactly as it was, I would be able to complete the project much faster, but I would ultimately be unhappy with the end result. On the other hand, if I rebuilt the site...

Laravel Artisan Generator Command: The make:command Command

The make:command command can be used to generate a new command class. The class will be created in the app/Console/Commands directory. The command requires a name argument to be supplied. This name will be the name of the newly generated command...

Permission Variables | Default Variables

Each comment author array ( author or internal_parent_author ) contains an array permissions containing all of the resolved permissions for the user. Anonymous authors will also have a permissions array, with all permissions set to false . The...

Creating Our Modifier | Creating a Statamic Compact Modifier

In this section we will work on getting our custom modifier created, and start on it's implementation. To get started, we will use Statamic's please utility to help us scaffold the code. From the root of your project, issue the following command...