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 […]
![How to ignore .env file while pushing or pulling from gitlab? [Laravel]](https://cdn.statically.io/img/santoshm.com.np/wp-content/uploads/2019/10/gitignore-1024x512.jpg?quality=100&f=auto)
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 […]
Sometimes, you want to share your code with the world but don’t want them to access your code. Well, if you are thinking the same, this article is for you. […]