You can simply ignore files in Laravel by mentioning file name(.env) in .gitignore file. But why you are not able to ignore .env? Curious? Well, I was too not able […]
You can simply ignore files in Laravel by mentioning file name(.env) in .gitignore file. But why you are not able to ignore .env? Curious? Well, I was too not able […]
Are you wondering how to make website live immediately after the code is push to Masterusing Gitlab? If so, you are at the right place. It is possible to directly […]