TaggedCache::flush()

void flush() Remove all items from the cache. Return Value void

User::syncOriginalAttribute()

$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this

Laravel Valet

Laravel Valet Introduction Valet Or Homestead Installation Upgrading Serving Sites The "Park" Command The "Link" Command Securing Sites With TLS Sharing Sites Viewing Logs Custom Valet Drivers Other Valet Commands Introduction Valet is a Laravel development environment for Mac minimalists. No Vagrant, No Apache, No Nginx, No /etc/hosts file. You can even share your sites publicly using local tunnels. Yeah, we like it too. Laravel Valet configures your Mac to always run Caddy in the back

Builder::drop()

void drop(string $table) Drop a table from the schema. Parameters string $table Return Value void

QueueServiceProvider

QueueServiceProvider class QueueServiceProvider 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.

HasOneOrMany::match()

abstract array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array

MigrationServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

DatabaseMigrationRepository::delete()

void delete(object $migration) Remove a migration from the log. Parameters object $migration Return Value void

Validator::setData()

$this setData(array $data) Set the data under validation. Parameters array $data Return Value $this

RouteListCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int