Eh man thanks a lot, i messed up my whole cpanel files and folders- have been trying for fix for weeks. finally with your video i've managed to put everything back- God bless you bro
Very good explain But this may be can create problem if you have more then one laravel project But another solution Simply copy your project folder under the public_html folder under your project folder edit htaccess file (can get online from many sources) which redirect to you on public folder If you face autoloder......like error or other like path not find simply delete config file from bootstrap/cache/config.php I have my own AWS private sever i also face this issue . So i did follow these steps lots of other video and tutorial not helped so i find this solution myself. This may be help other also
Good to know that someone noticed this. Which I think is hard to find the solution to it, since Im new to website deployment to live server. Do you have any tutorials or detailed explanation on deploying many projects into cpanel. ive been trying to deploy laravel project, and some other project under one domain, one managed but the project wont run correctly after updating new classes. I just gave up. Please help
public_html should contain only those files which are publicly accessible. Uploading all project files to public_html can expose your files to public and can potentially put your project at risk.
hi, first of all thank you for the tutorial. it's very kind of you. Secondly, I did follow all the steps, but the website and css + js files are not connecting. kindly help
@@nasirsoft5800 Thank you so much I solved the problem but I have all the css and html files broked🤣 Looks like it doesn't take CSS and in the console I have a few of 404 errors
Been trying to find this.. plus now cpanel doesnt have options to create subdomain, and they put it together under create new domain tab. Which is confusing.
This can be done by changing DNS settings. Go to where you bought your domain or wherever your DNS records are managed, then change the old A record IP to the new IP of your server. Any instance of the old IP, change to the new one. If your domain does not have any records yet, you need to create an A record and www record. Add all other records as needed.
Eh man thanks a lot, i messed up my whole cpanel files and folders- have been trying for fix for weeks. finally with your video i've managed to put everything back- God bless you bro
Welcome
Thank you, it works, and this is the only one that has worked for me out of about 50 other videos
Thanks
Very good explain
But this may be can create problem if you have more then one laravel project
But another solution
Simply copy your project folder under the public_html folder under your project folder edit htaccess file (can get online from many sources) which redirect to you on public folder
If you face autoloder......like error or other like path not find simply delete config file from bootstrap/cache/config.php
I have my own AWS private sever i also face this issue . So i did follow these steps lots of other video and tutorial not helped so i find this solution myself.
This may be help other also
How can we do this i tried but not worked bro
@@mithleshpatel1009 check you php version installed in your server and your project
what procedure you follow
Good to know that someone noticed this. Which I think is hard to find the solution to it, since Im new to website deployment to live server. Do you have any tutorials or detailed explanation on deploying many projects into cpanel. ive been trying to deploy laravel project, and some other project under one domain, one managed but the project wont run correctly after updating new classes. I just gave up. Please help
hi, thanks for your comments, let me know , if still have error?
public_html should contain only those files which are publicly accessible. Uploading all project files to public_html can expose your files to public and can potentially put your project at risk.
Awesome! Very concise & clear. It helps me very much. Thank you very much.
Welcome
Thanks a lot from my heart❤
Welcome
Thanks for the guide, it worked!
Thanks
You create the database fine.... but how do you run your migrations to create the tables? And can you deploy a Laravel project to a subdomain?
For migration,
Run
Php artisan migrate
thanks.. solve my problem
Welcome,
thanks. at 3:55 and before that when you crated zip, you don't "extract" but rather "archive" which creates the zip file
hi, first of all thank you for the tutorial. it's very kind of you. Secondly, I did follow all the steps, but the website and css + js files are not connecting. kindly help
What error comes , of you not available to do , email me , I can work for you
nasirsoft93@gmail.com
sorry, how about PHP native RESTful API? does it the same way to access with Cpanel?
What kind of video is this if you skip the database part? And what about building the project?
I get error ; The Mix manifest does not exist.
its vite error maybe, try running npm run dev or npm run build then try again ,
i have followed the steps but i dont know why on reloading on the browser the site cant be reached...
What type of files ?
Very nice 100% working
I have deployed my project and only loads the main page, the other pages return error 404. can you help me? please
It means the link of other pages is wrong ,
Use correct link in href
do i have ti install larval inside the server before i upload the project?
No need to install the laravel, php should be installed on the system
I'm trying to do this. but it's not working. I get error 500 can you help me!
Yes plz follow the same steps
Thank you very much
If I change the code and want to update the UI, should I use the same way ?
For changing the code , same file you can update on server at that place
thanks sooo much you save me
Welcome
Why I should not place all the file in public html ? Is there any particular reason for that?
Public directory is "public", that means any user can access it. It's a security problem
No, you can but make sure , about every path
I followed your guide step by step only that I get an error "HTTP ERROR 500" and i dont know what to do... did you get the same error?
it means something is point your folder with wrong
@@nasirsoft5800 Thank you so much I solved the problem but I have all the css and html files broked🤣
Looks like it doesn't take CSS and in the console I have a few of 404 errors
Thanks a lot @nasir
Welcome
Do I need to install composer first?
Normally composer install in cpanel , but if not installed you can install it first
Thanks bro
Need help , how to deploy laravel project from GIT directly and compile on live server
Yes , I will surely help , still issue ?
Hi i tried it and its now showing internal error
could you please help me deploying my project?
Yes
Thanks! It worked fine!
Welcome
Worked fine
Welcome
What about public_path() method, should we change something?
Thanks Brother
Does this still works in 2023?
Yes
It’s giving me error again and again i tried everything can you help please?
the file manager on my cpanel doesn't have the same structure as in the video
I can deploy your website,
Hello bro do u have a link in cpanel?
Hello, what you mean about link ? Any issue you are facing , let me know
Thank you .
welcome
everything is working, but file is not uploaded to the public_html directory. Please help
hi , you can email me at "nasirsoft93@gmail.com" , and mentioned your issue
My images not working!. I'm link storage🔗
Send me more details, I can do this for you
hi
Hi
can we deploy our app to server using git with laravel?
Yes
email me at
nasirsoft93@gmail.com
how about subdomain?
Been trying to find this.. plus now cpanel doesnt have options to create subdomain, and they put it together under create new domain tab. Which is confusing.
Tank you
thank u
it worked
😄😄😄😄
Food
Good
Internal server error
how to do this on a subdomain
for subdomain , same steps just connect with subdomain
Nothing is working it is showing an error
Let me know about error,
how to change old-domain-name to new domain in laravel please help me
This can be done by changing DNS settings. Go to where you bought your domain or wherever your DNS records are managed, then change the old A record IP to the new IP of your server. Any instance of the old IP, change to the new one. If your domain does not have any records yet, you need to create an A record and www record. Add all other records as needed.
this video system cannot work properly , only waste time
Sir , it works , you can tell your issue , we can solve Accordingly
@@nasirsoft5800 Sir, it works, we can solve. Accordingly, you can tell your issue.
NOT Laravel 10 !!!!!!!
Please did you find a solution?
The process of deployment is same
same with some additional work
@@nasirsoft5800 doesn't work in 10 and 11, you must modify app/bootstrap