Download the PHP package truongbo/uploadtolaravel without Composer
On this page you can find all versions of the php package truongbo/uploadtolaravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download truongbo/uploadtolaravel
More information about truongbo/uploadtolaravel
Files in truongbo/uploadtolaravel
Download truongbo/uploadtolaravel
More information about truongbo/uploadtolaravel
Files in truongbo/uploadtolaravel
Vendor truongbo
Package uploadtolaravel
Short Description Upload documents to Laravel for Crawl
License MIT
Package uploadtolaravel
Short Description Upload documents to Laravel for Crawl
License MIT
Keywords truongbouploadtolaravel
Please rate this library. Is it a good library?
Informations about the package uploadtolaravel
UploadToLaravel
Description
- Upload document from database or storage =))
Installation
- The library can be installed via Composer:
Configuration
-
After UploadToLaravel has been installed, publish its configuration file using:
-
Config in
config/uploadtolaravel.php
:-
Document storage table , two columns upload_status and uploaded_at will be added to this table
-
Config host and token upload
-
You should have a column to check if there is data
-
Select the columns where you want it to be uploaded
- If you store data in storage, set it to true
Note : You need to specify the column to save data_file and don't forget to add this column to the config columns above
- Time upload (wait_time must be greater than or equal to time_limit)
-
- Finally, don't forget to run Laravel database migrations to add second columns upload_status and uploaded_at
Usage
-
Run command :
"App\Models\CrawlUrl"
: Your model want upload- limit : Limit upload to host
- Add option --reload if you want to reupload
- You can add option host and token if you don't config it in
config/uploadtolaravel.php
All versions of uploadtolaravel with dependencies
PHP Build Version
Package Version
Requires
bensampo/laravel-enum Version
^4
vuh/cli-echo Version ^0.2.1
guzzlehttp/guzzle Version ^7.0.1
vuh/cli-echo Version ^0.2.1
guzzlehttp/guzzle Version ^7.0.1
The package truongbo/uploadtolaravel contains the following files
Loading the files please wait ....