RouteCollection::getByName()

Route|null getByName(string $name) Get a route instance by its name. Parameters string $name Return Value Route|null

SqlServerConnection::setSchemaGrammar()

void setSchemaGrammar(Grammar $grammar) Set the schema grammar used by the connection. Parameters Grammar $grammar Return Value void

Route

Route class Route extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolve

DatabaseJob::__construct()

void __construct(Container $container, DatabaseQueue $database, StdClass $job, string $queue) Create a new job instance. Parameters Container $container DatabaseQueue $database StdClass $job string $queue Return Value void

OptimizeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

MySqlConnection::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance on the connection. Parameters Dispatcher $events Return Value void

Filesystem::requireOnce()

mixed requireOnce(string $file) Require the given file once. Parameters string $file Return Value mixed

Transport::registerPlugin()

void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void

Connection::getPdo()

PDO getPdo() Get the current PDO connection. Return Value PDO

ArtisanServiceProvider

ArtisanServiceProvider class ArtisanServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array provides() Get the services provided by the provider.