-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more documentation #2
Comments
idk why .env is listed on .dockerignore |
@agelospanagiotakis Apologies for the late reply. We understand the importance of timely responses and appreciate your patience. Does this solve issue has been solved? Otherwise need to reproduce the issue to check it @razorext2 We need to add it as it is crucial for security and best practice to manage environment specific configuration. 🙇 |
@jaygaha can you make more documentation for this? i was new on docker, and when i try this template, it doesnt work. idk what happens |
@razorext2 The current basic documentation doesn't help you? What specific document you want? We will try to add more details and information. |
@jaygaha no its not. im tryn to use this template on my existing project, and still tryn now. ill share the result later! |
i have a .env file in /var/www/html/
however when i execute
i get
any clues to why this happens ?
more documentation is needed on how to start working on this
Startup notes:
cp .env.example .env
vi .env
channge
DB_HOST=lara11-dev-mysql-1
DB_HOST=laravel-11-frankenphp-docker_mysql_1
docker compose exec -it web sh
php artisan key:generate
php artisan config:cache
php artisan migrate
The text was updated successfully, but these errors were encountered: