Download the PHP package phamvanhieu/package-pexcel without Composer
On this page you can find all versions of the php package phamvanhieu/package-pexcel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phamvanhieu/package-pexcel
More information about phamvanhieu/package-pexcel
Files in phamvanhieu/package-pexcel
Download phamvanhieu/package-pexcel
More information about phamvanhieu/package-pexcel
Files in phamvanhieu/package-pexcel
Vendor phamvanhieu
Package package-pexcel
Short Description Create overview pexcel can intergrate other project
License MIT
Package package-pexcel
Short Description Create overview pexcel can intergrate other project
License MIT
Keywords foostartlaravel 5 package pexcel
Please rate this library. Is it a good library?
Informations about the package package-pexcel
@webiste: http://foostart.com
@package-name: sample @author: Kang @date: 27/12/2017 @version: 2.0
@features
- CRUD
- Add category to form
- Language standard
- Add filters on table data
- Add token for prevent XSRF ====================================== Setting Pexcels ===============================
Step 1: Add service providers to config/app.php Foostart\Pexcel\PexcelServiceProvider::class, Foostart\Slideshow\SlideshowServiceProvider::class, Foostart\Filemanager\FilemanagerServiceProvider::class, Intervention\Image\ImageServiceProvider::class, Maatwebsite\Excel\ExcelServiceProvider::class,
Step 2: Install publish php artisan vendor:publish --provider="Foostart\Pexcel\PexcelServiceProvider" --force
Step 3: And add class aliases 'Image' => Intervention\Image\Facades\Image::class, 'Excel' => Maatwebsite\Excel\Facades\Excel::class,
Step 4: Publish the package’s config and assets : php artisan vendor:publish --tag=lfm_config php artisan vendor:publish --tag=lfm_public
All versions of package-pexcel with dependencies
PHP Build Version
Package Version
No informations.
The package phamvanhieu/package-pexcel contains the following files
Loading the files please wait ....