ride / wba-assets
Assets library for the Ride base application
Installs: 4 496
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 0
Requires
- ride/app: ^1.0.0
- ride/app-orm: ^1.0.0
- ride/app-orm-asset: ^1.4.0
- ride/lib-form: ^1.0.0
- ride/lib-http: ^1.0.0
- ride/lib-i18n: ^1.0.0
- ride/lib-image: ^1.0.0
- ride/lib-media: ^1.0.0
- ride/lib-orm: ^1.0.0
- ride/lib-system: ^1.0.0
- ride/lib-validation: ^1.0.0
- ride/web: ^1.0.0
- ride/web-base: ^1.0.0
- dev-master
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.11.1
- 0.11.0
- 0.10.0
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.13
- 0.8.12
- 0.8.11
- 0.8.10
- 0.8.9
- 0.8.8
- 0.8.7
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-develop
- dev-release/0.5.3
- dev-feature/AssetsDroparea
This package is auto-updated.
Last update: 2024-10-18 14:38:21 UTC
README
This module adds the backend for assets to the Ride web application.
User Chrooting
You can chroot users in their own folder by granting the assets.chroot
permission to a user.
This will create a Users
folder in the root directory which is the parent for all chrooted folders.
A user's folder has the username as name.
Related Modules
- ride/app
- ride/app-orm
- ride/app-orm-asset
- ride/lib-form
- ride/lib-http
- ride/lib-image
- ride/lib-media
- ride/lib-orm
- ride/lib-system
- ride/lib-validation
- ride/web
- ride/web-base
- ride/web-form
Installation
You can use Composer to install this application.
composer require ride/wba-assets