Sunday, August 7, 2022

Deploy project in 000webhost.com website

Complete guide line to deploy project in 000webhost.com website.

Uploaded file in the 000webhost while extracting show this error

Ftp_put(): Can’t open that file: 
No such file or directory in 000webhost file manager

No problem follow this guide line and extract this like a pro.


To download Unzipper file follow this link or Click Here

https://github.com/ndeet/unzipper


Past this link inside the /App/Providers/AppserviceProvider.php file.

inside the register section.

$this->app->bind('path.public', function() {return base_path('public_html'); });

Inside the Config/App file. Past this code and and past and replace you app key.

'key' => env('APP_KEY', base64_decode('past your generated app key')),


No comments:

Post a Comment

Thank you for your valuable time