The recipes broken down by classes and methods
@append
@choice
@each
@else
@elseif
@endfor
@endforeach
@endif
@endunless
@endwhile
@extend
@for
@foreach
@if
@include
@lang
@overwrite
@section
@show
@stop
@unless
@while
@yield
App::abort()
App::after()
App::before()
App::bind()
App::booted()
App::booting()
App::detectEnvironment()
App::down()
App::environment()
App::error()
- Registering a "Last Chance" Error Handler
- Registering an Error Handler
- Registering an Error Handler for Fatal Errors
App::fatal()
App::finish()
App::forgetMiddleware()
App::getBootstrapFile()
App::getLocale()
App::instance()
App::isBooted()
App::isDownForMaintenance()
App::isLocal()
App::make()
- Binding an Interface to an Implementation
- Resolving Objects from the IoC Container
- Storing a Value in the IoC Container
App::middleware()
App::missing()
App::onRequest()
App::pushError()
App::readyForResponses()
App::register()
App::requestClass()
App::runningInConsole()
App::runningUnitTests()
App::setLocale()
App::setRequestForConsoleEnvironment()
App::shutdown()
App::singleton()
app()
Auth::attempt()
Auth::attempting()
Auth::basic()
Auth::check()
Auth::createDatabaseDriver()
Auth::createEloquentDriver()
Auth::getCookieJar()
Auth::getDispatcher()
Auth::getName()
Auth::getProvider()
Auth::getRecallerName()
Auth::getRequest()
Auth::getSession()
Auth::getUser()
Auth::guest()
Auth::login()
Auth::loginUsingId()
Auth::logout()
Auth::once()
Auth::onceBasic()
Auth::onceUsingId()
Auth::setCookieJar()
Auth::setDispatcher()
Auth::setProvider()
Auth::setRequest()
Auth::setUser()
Auth::user()
Auth::validate()
Auth::viaRemember()
Blade::extend()
Blade::setContentTags()
Blade::setEscapedContentTags()
Cache
Cache::add()
Cache::decrement()
Cache::driver()
Cache::extend()
Cache::flush()
- Clearing the Application Cache
- Removing All the Items From the Cache
- Storing an Item in the Cache Forever
Cache::forever()
Cache::forget()
Cache::get()
Cache::getDrivers()
Cache::getPrefix()
Cache::increment()
Cache::put()
Cache::remember()
Cache::rememberForever()
Cache::sear()
Cache::section()
Config::decrement()
Config::get()
- Decrypting a Value
- Determining If a Configuration Value Exists
- Encrypting a Value
- Getting the Cache Prefix Value
- Getting the Current Application Locale
- Retrieving All the Configuration Items
- Retrieving a Specific Configuration Value
- Setting a Specific Configuration Value
- Setting the Encryption Key
Config::getItems()
Config::has()
Config::hasGroup()
Config::increment()
Config::set()
Config::setMode()
config/auth.php
- Changing Your Authentication Driver
- Changing Your Authentication Model
- Changing Your Authentication Table
Controller::afterFilter()
Controller::beforeFilter()
Controller::getAfterFilters()
Controller::getBeforeFilters()
Cookie::get()
Cookie::make()
copy()
Crypt::decrypt()
Crypt::encrypt()
Crypt::setCipher()
Crypt::setKey()
e()
Event::listen()
File::allFiles()
File::append()
File::cleanDirectory()
File::copy()
File::copyDirectory()
File::delete()
File::deleteDirectory()
File::directories()
File::exists()
File::extension()
File::files()
File::get()
File::getRemote()
File::getRequire()
File::glob()
File::isDirectory()
File::isFile()
File::isWritable()
File::lastModified()
File::makeDirectory()
File::move()
File::prepend()
File::put()
File::requireOnce()
File::size()
File::type()
Form::button()
Form::checkbox()
Form::close()
Form::email()
Form::file()
Form::getIdAttribute()
Form::getSelectOption()
Form::getSessionStore()
Form::getValueAttribute()
Form::hidden()
Form::image()
Form::input()
- Creating a File Input Field
- Creating a Form Input Field
- Creating a Hidden Input Field
- Creating an Email Input Field
- Creating a New Model Based Form
- Creating a Password Input Field
- Creating a Text Input Field
- Creating a URL Input Field
- Creating Form Macros
Form::label()
Form::macro()
- Bulding an HTML Attribute String From an Array
- Creating Form Macros
- Getting the ID Attribute For a Field Name
- Getting the Value Attribute a Field Should Use
Form::model()
- Creating a File Input Field
- Creating a Form Input Field
- Creating a Hidden Input Field
- Creating an Email Input Field
- Creating a New Model Based Form
- Creating a Text Input Field
- Creating a URL Input Field
- Creating Form Macros
- Generating a Hidden Field With the CSRF Token
Form::old()
Form::oldInputIsEmpty()
Form::open()
- Creating a New Model Based Form
- Creating Form Macros
- Generating a Hidden Field With the CSRF Token
- Getting the Value Attribute a Field Should Use
- Opening a New HTML Form
Form::password()
Form::radio()
Form::reset()
Form::select()
Form::selectMonth
Form::selectMonth()
Form::selectRange
Form::selectRange()
Form::selectYear
Form::selectYear()
Form::setSessionStore()
Form::submit()
Form::text()
Form::textarea()
Form::token()
Form::url()
glob()
Hash::make()
HTML::attributes()
HTML::decode()
HTML::email()
HTML::entities()
HTML::image()
HTML::link()
- Creating HTML Macros
- Generating a HTML Link
- Generating a HTML Link to an Asset
- Generating a Secure HTML Link
HTML::linkAction()
HTML::linkAsset()
HTML::linkRoute()
HTML::linkSecureAsset()
HTML::macro()
HTML::mailto()
HTML::obfuscate()
- Creating HTML Macros
- Generating a HTML Link to an Email Address
- Obfuscating an Email Address
- Obfuscating a String
HTML::ol()
HTML::script()
HTML::secureLink()
HTML::style()
HTML::ul()
htmlentities()
is_dir()
is_file()
is_writable()
Lang::addNamespace()
Lang::choice()
- Getting a Translation Using Pluralization Rules
- Outputting a Translation With Pluralization in a Blade Template
