Intro
I've started to work on transferring my website over to the new Laravel structure. This is going to take a little bit of time since I'm changing things and learning how to use Laravel. I have started by changing my code editors since Atom is getting sunset. With this being the case I'm moving over to Visual Studio. This will have a learning curve along with Laravel.
Building route
With the new system, I've downloaded all the website files so that I'll be able to work on them within visual studio. My plan is to get docker and find a way to work on this project within my own computer with a local host before I deploy it to my website. This shouldn't be bad.
The first thing that I'm going to have to do is transfer over the home page to the main page. I have started to do that with raw HTML code. I've had some struggles like trying to get the external pages for CSS and Javascript to work. This took me a long time. I ended up finding an article that said I need to make new folders in the public directory to link to.
Conclusion
One page down now I need to work on about 100 more. This is the only problem with a blog site is there are about a million pages that have to be uploaded and I'm hoping that I can make it easier and easier with Laravel.