How to Deploy Laravel 8 undertaking on cPanel least difficult way – Set up Laravel on Cpanel
In this movie, I will show you how to very easily add a Laravel software to a shared hosting account through Cpanel
Discover How to Upload Laravel Undertaking on cPanel || How to Deploy Laravel 7 on cPanel
How to host laravel in cpanel
————————————————
// GET Totally free .com domain with 10GB SSD internet hosting
————————————————
//htaccess file code
Heaps of programmers obtaining troubles whilst uploading laravel programs into a Cpanel shared internet hosting server.
even me in the 1st position. I spend some time figuring it the most common issues you may possibly encounter whilst uploading the laravel application into Cpanel.
in this online video, i am outlining all these troubles and answers
* Uploading laravel application into Cpanel
* Adding Htaccess file
* Connecting with databases
* Handling env file error in MySQL databases relationship
* Make it live
Hope you can master a thing new while seeing this movie
// Get in touch with me on:
Fb :
Instragram :
Linkedin :
Whatsapp : +91 8129 505 560
Sign : +91 8129 505 560
Email : ajithjojo07@gmail.com
Our web site :
*offered for operates
Out of many tutorials, actually this did work. Thank You!
Thanks bady
good explanation – he deserved more subs + 1
thanks, worked it. i subscribed
Superb tutorial sir thank you so much for that, also sir upload more interesting laravel packages.
why we need to create .htaccess file…
And if suppose I have 2 3 project then how can I upload it.
Sir, When should you Delivery to me?
Thank you so much 💗🥰
But, here we can access the site with "public" url too
Did you use jetstream with?
In live server you do not have to npm install & npm run because Cpanel only support nodejs 10 and jetstream require at least nodejs version 12
c'est super cool merci bcp
can you tell me why the whole project works on web hosting but the chat(chatify) gives 403 access denied? but if in a url to add public / index.php that it works,but not correctly(js).
.htaccess in root:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule ((?s).*) public/$1 [L]
</IfModule>
public/.htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^((?s).*)$ index.php?_url=/$1 [QSA,L]
</IfModule>
Love u brother…
404 error.
finally youtube understand what i really want insted of some long bullcrap
Amazing video. Explained everything perfectly. Thank you!
I am getting below error
Warning: require(/storage/ssd3/370/16599370/public_html/vendor/composer/../../app/helpers/common.php): failed to open stream: No such file or directory in /storage/ssd3/370/16599370/public_html/vendor/composer/autoload_real.php on line 71
Access denied for user 'myusername' @ 'localhost'……. Why still i am getting localhost here
Thank you bro, very good !!!
Hello brother. Hope u alright.
I upload laravel project on cpanel.
First create folder outside public_html with the name of realestate, where I extract my project. And place public folder inside public_html folder.
My all images are showing on the website. But
The problem is that when I upload images it never save/upload to public images folder.
I don't know how I can solve this issue. Maybe somewhere I need to set path.. Help me to solve the issue.?
Superb bro…
Thank you brother, this was very helpful
thanks man, it worked
// GET Free .com domain with 10GB SSD hosting https://serverorbits.net/server-offers
So helpful!!! Ambali from Nigeria
Please how can one add ssl certificate to laravel 8 app on cpanel. Thank you