I want to ask if how do you successfully backup a laravel project / move it’s codebase to a new laravel codebase, because my laravel project right now won’t boot up the built in artisan server, it irks me so much, I wrote a lot of code in this project, and I want 2 make it work but I was really having a hard time with git
, so I can’t really find where’s the bug in it that it won’t serve, I checked out already on the part wherein I made the latest working commit, so I want to move the codebase to a new laravel app.
Advertisement
Answer
My “blind” suggestions are:
1) create a new laravel application and copy over all the functionalities one by one and see when it crashes
2) https://laravelshift.com/ (to also upgrade laravel itself if you want to do so)