Showing 10 of 1,322 results.

Introduction & Installation

Site Essentials for Statamic is a Statamic addon that provides many different features, each targeted at simplifying an aspect of creating Statamic websites. Site Essentials for Statamic ships with the following features out of the box: Favicon...

Laravel Artisan Vendor Command: The vendor:publish Command

…eServiceProvider extends ServiceProvider 8 { 9 /** 10 * Bootstrap the application services. 11 * 12 * @return void 13 */ 14 public function boot ( ) 15 { 16 17 // Translations example. 18 // `translations` is the tag. 19 $ this -> publishes ( [...

Laravel Helper Function: bcrypt

…s = []) The bcrypt function will return a hashed representation of the given $value . The bcrypt function also accepts an array of $options which can be used to affect how the hash is computed. Each invocation of the bcrypt function should...

Tidal Multisite | Installation and Upgrading

Important : If 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...

The Search Report

Once visitors have made a few searches on your site, you can view them within Statamic's Control Panel by going to "Utilities > Search Report". The search report provides a number of fields to help you make sense of your user's searches: Index:...

Laravel Artisan Tinker: The wtf Command

The wtf command is used to show details about the most recently thrown exception. When an exception is thrown, it is usually displayed in the console window with a red background stating that an exception has been thrown and the exception's...

License

…der the MIT license.Copyright (c) <Johnathon Koster> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction,...