Here we are going to talk a bit about the built of the Laravel application and how files and folders are sorted. /app_root/.env Very important file, contains all the environment variables and sensitive data necessary to run the app such as MySQL database credentials, Mail server details and AWS details. (should git-ignored) if we plan […]
Laravel Application Directory Structure