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,
Category: localhost
How to remove Public from URL in Laravel 5?
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
How to setup CI/CD? – Pipeline – Gitlab
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.
Unable to retrieve session value in CI (CodeIgniter) either in localhost or server or switching controller?
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