| Package Data | |
|---|---|
| Maintainer Username: | biggo |
| Maintainer Contact: | joramkimata@gmail.com (Joram Kimata) |
| Package Create Date: | 2017-08-30 |
| Package Last Update: | 2022-06-07 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-11-03 03:02:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 122 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 23 |
| Total Watchers: | 3 |
| Total Forks: | 7 |
| Total Open Issues: | 0 |
The tool which makes your laravel project ready to be deployed to your web shared hosting file manager (cpanel file manager)

Laravel 5+
PHP >= 5.6
chumper/zipper >= 1.0.1! @ https://github.com/Chumper/Zipper
a) Run
composer require biggo6/cpanel
b) Add service provider to /config/app.php file.
'providers' => [
...
Biggo6\Cpanel\Biggo6CpanelServiceProvider::class,
Chumper\Zipper\ZipperServiceProvider::class,
],
c) add to aliases 'Zipper' => 'Chumper\Zipper\Zipper'
d) Recommended but not necessary, run this command composer dump-autoload
This package registers new commands, do php artian list to see, find command called cpanel:build.
To build your laravel 5 project as as can be uploaded later in your web shared hosting cpanel run the following command
$~/opt/codes >php artisan list
=======================================
---
...
.....
cpanel:build
$~/opt/codes >php artisan cpanel:build
Follow the rest instructions
build.zip file under project root folder, this is one uploded to cpanel file managers