KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
laravel-docker-deploy
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
VULOnceMore
:
记录个人的漏洞复现过程
report-nyc-coverage-github-action
:
GitHub Action that posts the report in a comment on a GitHub Pull Request from coverage data generated by nyc (istanbul)
orbit
:
Orbit: OS Support for Safe and Efficient Auxiliary Tasks in Applications
rock-pi-s
:
ROCK Pi S
diy-modem-tools
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
laravel-docker-deploy
?
Download (.md)
# Laravel Docker Deploy [](https://packagist.org/packages/adacto-company/laravel-docker-deploy) [](https://packagist.org/packages/adacto/laravel-docker-deploy) This repo contains all required files to deploy Laravel using a Docker Stack. ## Installation You can install the package via composer: ```bash composer require adacto-company/laravel-docker-deploy ``` ## Usage You can install all the required files using this command: ```bash php artisan docker-deploy:install ``` You can add a new environment using this command: ```bash php artisan docker-deploy:generate-environment ``` For local development you can use Laravel Sail with the standard sail command. For deployment environments you need to set the APP_ENV environment variable. Tips: Don't forget to edit the generated .env.* files with your configuration data. ## Credits - [Daniele Sesoldi](https://github.com/WorldSeso7) ## License The Apache 2.0 License. Please see [License File](LICENSE.md) for more information.