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 […]
Laravel framework is awesome to use. But for beginners, it might be irritating to fix the issue where user needs to goto /public file to access newly created project. If […]
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 […]
Are you unable to retrieve session value in CodeIgniter either in localhost or while switching controller. If so, this article is for you. Here are the scenarios you might be […]