Showing 10 of 2,044 results.

License

Tidal is released under the GPL-3.0 license.

13. Use with the GNU Affero General Public License. | License

Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting...

Tidal Multisite | Installation and Upgrading

…you are looking to use Tidal with Statamic's multi-site feature replace stillat/tidal with stillat/tidal-multisite below. 1 statamic new my-site stillat/tidal If you are looking to install Tidal into an existing project, you can instead use: 1...

The "where" Filters

The where filters provide the greatest control when querying comments across arbitrary comment properties . For example, you can apply comparison operators, or check an arbitrary property against a list of provided values.

Menu Item Icons | Navigation Menus

An icon may be associated with any navigation menu item by selecting a value for the "Menu Icon" field when editing a menu item within the Statamic Control Panel.

Laravel 5: Redirecting Users to the Previous Page With back

…r to change the HTTP status code for the request. By default, the code is 302 ("Found"), but could easily be changed to 301 ("Moved Permanently"). Specific headers can also be set by providing an argument for the $headers parameter. There is an...