Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Crawford Laravel Package

superdupercybertechno/crawford

View on GitHub
Deep Wiki
Context7

crawford

AKA Scaleway Object Storage File System Driver for Laravel

A simple extension that adds the Scaleway Object Storage as a file system extension to Laravel.

Just install via Composer:

composer require superdupercybertechno/crawford

... add the driver to app/filesystems.php...:

'scaleway' => [
    'driver' => 'scaleway',
    'key' => env('SCALEWAY_OBJECT_STORAGE_KEY'),
    'secret' => env('SCALEWAY_OBJECT_STORAGE_SECRET'),
    'region' => env('SCALEWAY_OBJECT_STORAGE_REGION'),
    'bucket' => env('SCALEWAY_OBJECT_STORAGE_BUCKET'),
],

... and finally add the credentials to .env:

SCALEWAY_OBJECT_STORAGE_KEY=[your key]
SCALEWAY_OBJECT_STORAGE_SECRET=[your secret]
SCALEWAY_OBJECT_STORAGE_REGION=[your region]
SCALEWAY_OBJECT_STORAGE_BUCKET=[your bucket name]

At this point you should be good to go!

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui