How to fix 500 server error after cloning laravel app/project from github.

preview_player
Показать описание
After cloning a laravel app/project from github it will throw a 500 server error when one tries to run the app/project. This video provide commands that solve the error ensuring the app/project runs as expected.

THE CODE TO COPY AND PASTE
composer install
php artisan cache:clear
composer dump-autoload
php artisan key:generate

#500ServerError #Github #Laravel
Рекомендации по теме
Комментарии
Автор

Thank you so so much for this 1 min video! Ive been going back and forth with the DO support team for 5 days now, and this 1 minutes video had successfully fixed my error in production.

Thank you so much.

nellyanderson
Автор

i am rarely giving a like on youtube videos, but this video deserve one.
Good job and thanks a lot for this helpful vid.

kyuuute
Автор

You saved my life (or at least a lot of time). Thank you very much!!!

adalmkojrfj
Автор

sir, you're helping me a lot, now i can continue my group projects, thx

nue
Автор

Chatgpt and google could not fix it, but you did in 1 minute. Thanks.

m__M
Автор

Thanks for this video boss. Worked perfectly!

chumamhango
Автор

Hello, I need urgent help. I am doing windows applications for gaming and while running my test every now and then I get 500 error. I am new to IT. And windows applications. We use intellij. Where do I need to put your command in order for 500 error to go away. Kindly help

raunakpatel
Автор

What the heck? How in the what? How does this even work?! This video has succeeded the plea to my issue but also strikes up my curiosity.

josephyang
Автор

Thanks for the easy fix.
This problem happens when I download my source code from another machine and try to start off from there.

gilvinzalsos
Автор

When i cloned my project it's doesn't have file .env or .env.example so how to fix it

nang
Автор

Thanks brother for the solution!! Much appreciated.

ashimshrestha
Автор

Many Thanks.It's worked for me. Thank you

unbalancezgiowthz
Автор

Ok so now I'm curious as to why this happened...from your code, does it have to do with the cache files? - will i have to do this everytime i clone a repo?

itslechico
Автор

change the order of commands, clear cheche after generating key

hamzasaqib
Автор

Thanks for the sharing, Keep do some more videos

ArunRaj-pwwd
Автор

Hey I have a problem with a clone Laravel can I help

chrisbitok
Автор

I am getting the same error when deploying to a live server "cpanel"

ericmashiyane
Автор

doesnt work for me. mv is not recognized

timtw