hosting from godaddy – Laravel 5.4 Tutorial | Upload Laravel on Server (godaddy) | Part 26 | Bitfumes
Laravel 5.4 Tutorial | Upload Laravel on Server (godaddy) | Part 26 | Bitfumes
hosting from godaddy
Laravel 5.4 Upload on Godaddy server, Removing 404 erro and display 404 custom page, Removing debug error and much more.
Give thumbs up if you like this tutorial and dont forgot to subscribe.
Donate Any amount to Support Bitfumes via Paypal
Full Playlist for the “Laravel 5.3 Hindi Beginner Tutorials” Series:
— FOLLOW ME —
Subscribe for New Releases!
Twitter –
Facebook –
Instagram –
(ask me questions!)
— QUESTIONS? —
Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.
Email me [email protected]
Thanks for all your support!
-~-~~-~~~-~~-~-
Please watch: “Laravel 5.4 Tutorial | Email From Server (Godaddy) #3 | Part 26 | Bitfumes”
-~-~~-~~~-~~-~-
you search:
hosting from godaddy
Laravel 5.4 Tutorial | Upload Laravel on Server (godaddy) | Part 26 | Bitfumes
thanks sarthak!
Just wanted to comment out in addition when making this as live.
Add this code to your .htaccess
<FilesMatch "^.">
Order allow,deny
Deny from all
</FilesMatch>
so the .env file cannot be read. If you don't put this. all important credentials such as database password , email and etc on your .env file will be exposed…
I did the same on my godaddy plesk panel but it is not woking, it says server is not able to process request
please help..
image move to public path is not working when upload project like this
i am facing error after deployment on server.
client side working fine but at admin side facing problem
for example, example.com/admin..
i can see login page but css & js isn't loading.. it shows 404 error..
its wrong way you should made your domain to point with public directory so its automatically hide public folder and also your site protected
Bro actually you are not deploy any code or not run any home page on laravel you are only create 400 error custome page.
Please enter actual detail of video which you have create.
I am also saw you other video these are awesome but in this video you are not done what you want to do.
godaddy shared hosting laravel version support 5.3
Deluxe godaddy plan support in Linux hosting?
Whoops, looks like something went wrong. i only got this error can u help
Hey Buddy,
What if I have to use APIs created there? I'm not able to use APIs. Like we can on localhost as http://localhost:8000/api/login but here its giving error of 404. Can you please get with that?? Thanks
PHP artisan command not working on the server
my PHP version is 7.1 and Laravel version is 5.5
Hi Sarthak,
Thanks for the video.
I have uploaded the laravel project and it was working fine. After some time I removed my project from the server and uploaded it again. Now I'm getting error like below.
InvalidArgumentException
View [welcome] not found
A little help will be appreciated.
Thank you once again.
Hi mr. Sarthak, could you share how to make symlink on the server after hostinged laravel project ? Because my project used symlink to display any pictures. Thank you
I hope you will make video about this Laravel 5.6 Tutorial | Upload Laravel on Server (ubuntu) location: Folder in the desktop
Thats finte but there is some another .htacess putting some detail in it
i uploaded my site but it didnt have styling..what could be the problem
ErrorException (E_WARNING)
file_put_contents(G:xampphtdocsprojectssmvstorageframework/sessions/MulxG1riuTe3nHUnURhPfYdTOupYMhtfUP9d6Iww): failed to open stream: No such file or directory
I got while hosting laravel project on shared hosting in godaddy.. error is: file_put_contents(G:xampphtdocsprojectssmvstorageframework/sessions/MulxG1riuTe3nHUnURhPfYdTOupYMhtfUP9d6Iww): failed to open stream: No such file or directory
500 – Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed… This error come up with uploaded in godaddy plesk admin
error
PHP's json extension is required to use Monolog's NormalizerFormatter
Don't forget to change the version of PHP to 7.1 or higher!!!
QueryException
could not find driver
pls help this error in laravel 5.6 and php 7.1 on cpanel
Not Work Generate the 404 Error
Hi sir can you please help me with the problem that of my laravel 5 project upload file successfully on local server but when I'm going to upload a file on live server it call me for error that you temporary file directory doesn't exist what i can do. please give me feedback
nice
Hello sir! Can I make single page applications. Such as save, update, delete at a single page instead of crud.
Bro….Its Showing 403 forbidden error..what i have to do now…
after uploading laravel project on server, how to use PHP ARTISAN command line interface?
I try your step, In beginning everything went smooth, until I try 404 error message , fails but try in local host xmapp work steps fine. did i miss something , I got the standard 404 error , I try also to create some routes basics once , it tell me File not found (404 error ) .
Hi. Thank you for useful video. At minute 4:21, can you resolve the problem? My problem is that I can't get the controller in server. Can you please advise how to resolve it? Thank you
Awesome Tutorials
thanks for this video….But how we migrate our database tables when upload project? In our systems we use cmd so how we do with live servers?
I used to follow you and sometimes I found your videos are very useful except for this which is very vulnerable. Why would someone put all the files in public folder which all can read. Better put only the files from public folder of laravel to the public folder of the hosting and the rest put outside the public folder of the hosting server and edit the index.php the same way you put the rest of your laravel files or folder
Hello Ankur..You have been of great help in Learning Laravel. My best laravel tutor. I have been working on a project that involves file upload. I recently uploaded my project on a file server as explained above then i am now experiencing this error, while on the server, a file i uploaded does not reach the destination storage/public.. Please help
Sarthak, didn't your project have an SQL database? I didn't see you work with one.
I have uploaded on server using the same method on 1and1 server with PHP version 7.1
my storage directory is writable, I have uploaded Laravel latest version 5.5
my front page loaded but when I access other links it show 500 error