Download the PHP package vanchao0519/voyager-data-transport without Composer
On this page you can find all versions of the php package vanchao0519/voyager-data-transport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vanchao0519/voyager-data-transport
More information about vanchao0519/voyager-data-transport
Files in vanchao0519/voyager-data-transport
Package voyager-data-transport
Short Description A command line to generate voyager Controller and View files to import and export data with excel and database
License MIT
Homepage https://github.com/vanchao0519/VoyagerDataTransport
Informations about the package voyager-data-transport
VoyagerDataTransport
A command line tools to generate the Controller and the View files
which can import data to database and export data to the file which extension included excel, csv and pdf.
Notice that the package is based on Voyager.
Before install
You must confirm that laravel project created and the voyager package installed before.
Run the command below to install basic test data
Move the test data csv to 'public' folder
Suppose your current directory is path/to/VoyagerDataTransport
How to install the VoyagerDataTransport
How to use
The fastest way:
You can also used the single command which you want:
-
Create import permission record to database
-
Create export permission record to database
-
Create import controller file
-
Create export controller file
-
Create browse view file
-
Create import data view file
-
Create export data view file
-
Create voyager data transport permission detail config file
-
Create voyager data transport route detail config file
- Publish config files to app/VoyagerDataTransport/config/permissions and app/VoyagerDataTransport/config/route folder
More
Here is a demonstrate more details after you execute the command line of this project