Step:1 go to in your project and open .htaccess.

Step:2 Then write this code in .htaccess file
<Files .env>
order allow,deny
Deny from all
</Files>

Step:3 After save you have run this code in your terminal
php artisan c:cache
After you can check www.yourproject_name/.env ,Then you will get like this. I hope It will work properly.




- AJAX Crud with laravel 5.8 - October 29, 2021
- Upload image in the database with local folder and image send mail. - October 23, 2020
- How to protect .env file in Laravel. - September 10, 2020