The recipes in every topic
Apache
- Changing Storage Path Permissions
- Creating an Apache VirtualHost
- Installing Apache
- Provisioning Vagrant with a Shell Script
apc
artisan
- Bringing the Application Out of Maintenance Mode
- Clearing Expired Password Reminders
- Clearing the Application Cache
- Clearing the Compiled Class
- Creating a Migration for Password Reminders
- Creating a Migration for Sessions
- Creating a New Artisan Command
- Creating a New Migration
- Creating a New Package Workbench
- Creating a Reminders Controller
- Creating the Migration Repository
- Displaying Laravel's Change Log
- Displaying the Current Environment
- Generating a New Application Key
- Interacting With Your Application
- Listing Your Routes
- Optimizing the Framework for Better Performance
- Publishing a Package's Assets to Your Public Directory
- Publishing a Package's Configuration to Your Application
- Publishing a Package's Views to Your Application
- Putting the Application in Maintenance Mode
- Resetting and Re-running All Migrations
- Rolling Back All Database Migrations
- Rolling Back the Last Database Migration
- Running Database Migrations
- Running PHP's Built-in Web Server
- Seeding Your Database
- Tailing a Log File on a Remote Server
- Using Environment Specific Start Files
authentication
- Accessing the Current User
- Artisan Password Reminder Commands
- Changing the Password Reminder Expiration
- Changing the View For Password Reminders
- Changing Your Authentication Driver
- Changing Your Authentication Model
- Changing Your Authentication Table
- Changing Your Password Reminder Table
- Clearing Expired Password Reminders
- Creating a Migration for Password Reminders
- Creating a Reminders Controller
- Determine if the User Was Authenticated Via the Remember Cookie
- Determining if No User is Logged In
- Determining if the Current User is Authenticated
Blade
- Displaying a Variable in a Blade Template
- Including a Blade Template within another Template
- Outputting the Content of a Blade Section
- Using @for Control Structures in Blade
- Using @foreach Control Structures in Blade
- Using @if Control Structures in Blade
- Using @while Control structures in Blade
- Using Blade Layouts to Extend Templates
- Using Comments in Blade Templates
- Using the @unless Control Structure in Blade
cache
- Clearing the Application Cache
- Decrementing the Value of an Item in the Cache
- Determining if an Item Exists in the Cache
- Getting a Cache Driver Instance
- Getting All Created Cache Drivers
- Getting an Item from the Cache or Storing a Default Forever
- Getting the Cache Prefix Value
- Incrementing the Value of an Item in the Cache
- Installing APC
- Installing Memcached
- Installing XCache
- Organizing Your Cache into Sections
- Removing All the Items From the Cache
- Removing an Item from the Cache
- Retrieving an Item From the Cache
- Retrieving an Item from the Cache or Storing a Default
- Setting up the APC Cache Driver
- Setting up the Array Cache Driver
- Setting up the Memcached Cache Driver
- Setting up the Redis Cache Driver
- Setting up the WinCache Cache Driver
- Setting up the XCache Cache Driver
- Storing an Item in the Cache
- Storing an Item in the Cache Forever
- Storing an Item in the Cache if it Doesn't Exist
- Using a Cache Key Prefix
- Using Your Own Cache Driver
callbacks
- Calling the Registered Shutdown Callbacks
- Registering a Shutdown Callback
- Registering Booting or Booted Callbacks
Carbon
CodeIgniter
community
Composer
configuration
- Artisan Password Reminder Commands
- Changing Storage Path Permissions
- Changing the Password Reminder Expiration
- Changing the Storage Path
- Changing the View For Password Reminders
- Changing Your Authentication Driver
- Changing Your Authentication Model
- Changing Your Authentication Table
- Changing Your Password Reminder Table
- Creating a Helpers File
- Creating an Apache VirtualHost
- Creating a Nginx VirtualHost
- Detecting the Environment with a Closure
- Determining If a Configuration Group Exists
- Determining If a Configuration Value Exists
- Editing the Hosts File
- Environment Specific Configurations
- Retrieving All the Configuration Items
- Retrieving a Specific Configuration Value
- Setting a Specific Configuration Value
- Setting up the APC Cache Driver
- Setting up the Array Cache Driver
- Setting Up the Database Cache Driver
- Setting Up the File Cache Driver
- Setting up the Memcached Cache Driver
- Setting up the MySQL Database Driver
- Setting up the Redis Cache Driver
- Setting up the SQLite Database Driver
- Setting up the WinCache Cache Driver
- Setting up the XCache Cache Driver
- Using a PSR-0 Directory Structure
- Using Environment Specific Start Files
- Where to Keep Your Application Bindings
console
cookies
- Creating a new Cookie
- Retrieving a Cookie from the Request
- Understanding Where Laravel Uses Encryption
documentation
encryption
- Decrypting a Value
- Encrypting a Value
- Setting the Encryption Cypher
- Setting the Encryption Key
- Setting the Encryption Mode
- Understanding Where Laravel Uses Encryption
environment
- Checking if You're Running in the Console
- Checking Your Environment
- Detecting the Environment with a Closure
- Determining If a Configuration Group Exists
- Displaying the Current Environment
- Environment Specific Configurations
- Using Environment Specific Start Files
extension
file system
- Appending to a File
- Copying a Directory From One Location to Another
- Copying a File to a New Location
- Creating a Directory
- Deleting a File
- Determining If a File Exists
- Determining if a File or Directory is a Writable
- Determining if a Path is a Directory
- Determining if a Path is a File
- Emptying a Directory of All Files and Folders
- Extracting a File Extension From a Path
- Finding Files Matching a Pattern
- Getting a File's Last Modification Time
- Getting a List of All Files in a Directory
- Getting All the Directories in a Directory
- Getting All the Files Recursively From a Directory
- Getting the Contents of a File
- Getting the Return Value of a File.
- Getting the Size of a File
- Getting the Type of a File
- Moving a File to a New Location
- Prepending to a File
- Recursively Deleting a Directory
- Requiring a File Once
- Writing the Contents of a File
filters
- Registering a Before Application Filter
- Registering After Filters On a Controller
- Registering an After Application Filter
- Registering Before Filters On a Controller
- Retrieving a Controller's Before and After Filters
form
- Creating a Month Selection Field
- Creating a Select Range Field
- Creating a Select Year Field
- Creating Form Macros
forms
- Closing the Current Form
- Creating a Button Element
- Creating a Checkbox Input Field
- Creating a File Input Field
- Creating a Form Input Field
- Creating a Form Label Element
- Creating a Hidden Input Field
- Creating an Email Input Field
- Creating a New Model Based Form
- Creating an Image Input Element
- Creating a Password Input Field
- Creating a Radio Button Input Field
- Creating a Reset Input Field
- Creating a Select Box Field
- Creating a Submit Button
- Creating a Textarea Input Field
- Creating a Text Input Field
- Creating a URL Input Field
- Determining if the Old Input is Empty
- Generating a Hidden Field With the CSRF Token
- Getting a Value From the Session's Old Input
- Getting the ID Attribute For a Field Name
- Getting the Select Option for a Value
- Getting the Session Store
- Getting the Value Attribute a Field Should Use
- Opening a New HTML Form
- Setting the Session Store Implementation
forums
Git
help
html
- Bulding an HTML Attribute String From an Array
- Converting a HTML String to Entities
- Creating HTML Macros
- Decoding HTML Entities to a String
- Generating a HTML Link
- Generating a HTML Link to a Controller Action
- Generating a HTML Link to a Named Route
- Generating a HTML Link to an Asset
- Generating a HTML Link to an Email Address
- Generating a Link to a CSS File
- Generating a Link to a Javascript File
- Generating an HTML Image Element
- Generating an Ordered List of Items
- Generating an Unordered List of Items
- Generating a Secure HTML Link
- Generating a Secure HTML Link to an Asset
- Obfuscating an Email Address
- Obfuscating a String
installation
IoC container
- Binding an Interface to an Implementation
- Resolving Objects from the IoC Container
- Storing a Value in the IoC Container
- Where to Keep Your Application Bindings
IRC
Laravel API
localization
- Adding a New Namespace to the Message Loader
- Determining if a Translation Exists
- Getting a Translation Using Pluralization Rules
- Getting the Default Locale Being Used
- Getting the Translation for a Key
- Outputting a Translation With Pluralization in a Blade Template
- Setting the Default Locale
memcached
middleware
- Creating a Simple Middleware Class
- Registering HttpKernel Middleware
- Removing Middleware from the Application
- Understanding What Middleware Is
migrations
- Creating a New Migration
- Creating the Migration Repository
- Resetting and Re-running All Migrations
- Rolling Back All Database Migrations
- Rolling Back the Last Database Migration
- Running Database Migrations
Monolog
MySQL
Nginx
packages
password reminders
- Clearing Expired Password Reminders
- Creating a Migration for Password Reminders
- Creating a Reminders Controller
