Yes just have all the necessary tools locally installed and use composer or Laravel installer to start a project.
using Laravel without Docker?
I'm trying to learn Laravel for use in building a personal website that includes display pages, a search feature, and a back-end MySQL database. I see that the tutorial for the current version of Laravel requires me to start by installing Docker.
I hate Docker. I have tried to use Docker multiple times and never once gotten it to work the way it's supposed to: an easy way to set up a simple and consistent dev environment. I'm not really interested in spending another twenty or thirty hours trying to figure out dozens of env settings in half a dozen different config files so that I can get several different containers to all talk to each other, then spend more hours trying to figure out whether the error I'm getting from my finished page is in my code, one of the libraries I'm using, Laravel, or Docker. I just want to be able to develop and test my pages on my home test server, then upload them to my site-host and be confident that they'll run there too -- like I could back when "web programming" meant HTML, CSS, Javascript, PHP, and MySQL, and absolutely nothing more.
Is there a way to learn and use Laravel without using Docker? Can I even trust Laravel to run without Docker?
Please or to participate in this conversation.