We will use git, so we create a .gitignore file ... This will generate a vendor folder which we can add to gitignore (this is also an optional step). Let’s add a config file for our database credentials. In the main project directory, we create a ...
↧