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
mixed __call(string $method, array $parameters) Pass dynamic methods call onto Flysystem. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
bool logging() Determine whether we're logging queries. Return Value bool
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
Collection|array saveMany(Collection|array $models) Attach a collection of models to the parent instance. Parameters Collection|array $models Return Value Collection|array
void seed(string $class = 'DatabaseSeeder') Seed a given database connection. Parameters string $class Return Value void
void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
bool trashed() Determine if the model instance has been soft-deleted. Return Value bool
Page 974 of 996