Pagination

Illuminate\Pagination Classes BootstrapPresenter Factory PaginationServiceProvider Paginator Presenter

PageConstraint::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string

PageConstraint

PageConstraint class PageConstraint extends PHPUnit_Framework_Constraint (View source) Methods string toString() Get a string representation of the object.

Package Development

Package Development Introduction A Note On Facades Service Providers Routing Resources Configuration Migrations Translations Views Commands Public Assets Publishing File Groups Introduction Packages are the primary way of adding functionality to Laravel. Packages might be anything from a great way to work with dates like Carbon, or an entire BDD testing framework like Behat. Of course, there are different types of packages. Some packages are stand-alone, meaning they work with any PHP fra

OutputStyle::__construct()

void __construct(InputInterface $input, OutputInterface $output) Create a new Console OutputStyle instance. Parameters InputInterface $input OutputInterface $output Return Value void

OutputStyle::isVeryVerbose()

bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). Return Value bool

OutputStyle::isVerbose()

bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool

OutputStyle::isQuiet()

bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool

OutputStyle::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool

OutputStyle

OutputStyle class OutputStyle extends SymfonyStyle (View source) Methods void __construct(InputInterface $input, OutputInterface $output) Create a new Console OutputStyle instance. bool isQuiet() Returns whether verbosity is quiet (-q). bool isVerbose() Returns whether verbosity is verbose (-v). bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). bool isDebug() Returns whether verbosity is debug (-vvv).