all your problems are about permissions. You shouldn’t have uploaded the directory next to the file that says “DO_NOT_UPLOAD_HERE”
ErSoul2020-01-16 22:31:41
next to it, is a public_html folder. You should have uploaded your project there.
ErSoul2020-01-16 22:32:47
Mahdi_khani2020-01-16 22:29:30
I dont no
How to know??
On the panel you can check if it has/says something about SSH
behindfactss2020-01-16 22:37:50
ErSoul2020-01-16 22:30:54
all your problems are about permissions. You shouldn’t have uploaded the directory next to the file that says “DO_NOT_UPLOAD_HERE”
Deploy Laravel To Shared Hosting The Easy Way – YouTube In this video I will show you how to easily deploy a Laravel application to a shared hosting account with InMotion hosting. We will deploy without having to type in one command. Everything will be done via Cpanel and FTP.
INMOTION HOSTING: Get an account for $5.99 per month
https://secure1.inmotionhosting.com/cgi-bin/gby/clickthru.cgi?id=traversymedia
10 PROJECT LARAVEL COURSE: Please use affiliate link below
https://www.eduonix.com/affiliates/id/16-10485
50% OFF: Use special code “traversy”
CODE: Complete Code For This Series
https://github.com/bradtraversy/lsapp
FULL SERIES:
SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support:
http://www.paypal.me/traversymedia
http://www.patreon.com/traversymedia
FOLLOW TRAVERSY MEDIA:
http://www.facebook.com/traversymedia Tweets by traversymedia
http://www.linkedin.com/in/bradtraversy
behindfactss2020-01-16 22:38:47
behindfactss2020-01-16 22:37:50
https://www.youtube.com/watch?v=6g8G3YQtQt4
but in this video he put whole packagein outside of public_html
behindfactss2020-01-16 22:39:23
only public folder was move in public_html
ErSoul2020-01-16 22:41:00
uhm… I thought you were on a VPS…
2020-01-16 22:42:50
Ok
ErSoul2020-01-16 22:43:16
do a ls -l, its still a permissions problem
ErSoul2020-01-16 22:46:27
btw, why do you need to execute artisan commands? In a shared host you should upload everything ready to deploy.
behindfactss2020-01-16 23:08:00
ErSoul2020-01-16 22:46:27
btw, why do you need to execute artisan commands? In a shared host you should upload everything ready to deploy.
what method i can use
behindfactss2020-01-16 23:08:24
in shared hosting
ErSoul2020-01-16 23:11:07
rrajesh0112020-01-16 21:28:51
I have a doubt in my mind, why big companies don’t use php why they go for java .net.
I guess because performance, or maybe they can reuse packages or libraries in other desktop apps that they may develop…
ErSoul2020-01-16 23:13:19
behindfactss2020-01-16 23:08:24
in shared hosting
In shared hosting there’s already a service (generally apache, or nginx) that serves the webpage.
So you should only upload your project ready-to-run. And point your server to wherever your index file is.
behindfactss2020-01-16 23:14:11
but i have ssh access
behindfactss2020-01-16 23:14:41
i cann’t update composer in ftp
ErSoul2020-01-16 23:17:39
And you shouldn’t…
You shouldn’t do testing or being developing on a shared host.
ErSoul2020-01-16 23:21:29
You do that on your local instance, and you should have an .env file for production (whatever you’ll upload to the shared host, or VPS), and another for development (e.g localhost instance ). Otherwise you’ll end up in a mess
ErSoul2020-01-16 23:24:52
However, for every change that you do, you’ll have to upload all the changes through FTP. And if you’re lucky (it’ll depend on your shared host provider) you can use GIT, but I guess its not one of these cases…
Yannickshadownet2020-01-17 01:28:53
2020-01-16 21:09:30
hope this solves the stuff for you
Unfortunately no
2020-01-17 03:41:45
Yannickshadownet2020-01-17 01:28:53
Unfortunately no
send Screenshots of your Codes your database and Model Controller and Blades in my DM see if i can help
blizth2020-01-17 05:37:19
Hi i want export a table to xml
blizth2020-01-17 05:37:27
This is my code
blizth2020-01-17 05:37:50
blizth2020-01-17 05:38:04
blizth2020-01-17 05:38:33
This error appears
Khoerulhumam2020-01-17 05:43:34
help me please , How do I make data exports based on queries? and the variables are taken from a diagram?