Download the PHP package antonmakasin/oblako without Composer
On this page you can find all versions of the php package antonmakasin/oblako. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download antonmakasin/oblako
More information about antonmakasin/oblako
Files in antonmakasin/oblako
Download antonmakasin/oblako
More information about antonmakasin/oblako
Files in antonmakasin/oblako
Vendor antonmakasin
Package oblako
Short Description File cloud based on the Laravel Framework
License MIT
Package oblako
Short Description File cloud based on the Laravel Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package oblako
Start
- Public domain folder mast be setted as "public". For example: domain.com/public
- Make all actions with User, that run web server. It doesn't have to be a root
- Copy "run_start.sh" to the project root
- If PHP installed as main, change all "/opt/php80/bin/php" to "php"
- Make command: "sh run_start.sh"
- Follow instructions
Dashboard
- /auth/login
- If you forgot the authorization data (entered during installation), it
s in .env at the project
s root (ADMIN_EMAIL and ADMIN_PASSWORD)
Token for the file uploading
- If you forgot the token, it
s in .env at the project
s root (ADMIN_TOKEN) - If you want change the token, you have to change ADMIN_TOKEN in .env and then run in console "php artisan optimize". I plan make the token refresh option through the dashboard later.
Settings
- FILE_MAX_SIZE=20000
- FILE_MIMES=doc,xls,xlsx,docx,pdf,rtf,txt,ppt,pptx,png,jpeg,jpg,jpe,svg,rar,zip,webp,sql,xml,json
- FILE_BASE_PUBLIC_PATH=files
- FILE_IMAGE_PROCESS=1
- FILE_IMAGE_RESIZE_WIDTH=2000
- FILE_IMAGE_RESIZE_HEIGHT=2000
- FILE_IMAGE_QUALITY=90
- FILE_IMAGE_FORMAT=jpg
Used in the project and many thanks
All versions of oblako with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
imliam/laravel-env-set-command Version ^1.0
intervention/image Version ^2.5
laravel/framework Version ^8.12
laravel/tinker Version ^2.5
laravel/ui Version ^3.1
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
imliam/laravel-env-set-command Version ^1.0
intervention/image Version ^2.5
laravel/framework Version ^8.12
laravel/tinker Version ^2.5
laravel/ui Version ^3.1
The package antonmakasin/oblako contains the following files
Loading the files please wait ....