FilesystemServiceProvider

FilesystemServiceProvider class FilesystemServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. 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 arr

FilesystemAdapter::__call()

mixed __call(string $method, array $parameters) Pass dynamic methods call onto Flysystem. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Connection::logging()

bool logging() Determine whether we're logging queries. Return Value bool

Pivot::hasMany()

HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany

HasOne::saveMany()

Collection|array saveMany(Collection|array $models) Attach a collection of models to the parent instance. Parameters Collection|array $models Return Value Collection|array

ApplicationTrait::seed()

void seed(string $class = 'DatabaseSeeder') Seed a given database connection. Parameters string $class Return Value void

UserTrait::setRememberToken()

void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void

Config::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Collection::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

SoftDeletingTrait::trashed()

bool trashed() Determine if the model instance has been soft-deleted. Return Value bool