Skip to content

Commit

Permalink
Merge branch 'release/0.1-beta.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Jacko committed Dec 20, 2023
2 parents 2d5782e + 1c74c30 commit 8026952
Show file tree
Hide file tree
Showing 3 changed files with 948 additions and 501 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ The deployment script requires the following folder structure on the web hosting
* .env (Laravel environment config file)
* releases (each deployment will be placed here by the script in unique folders)
* storage (Laravel storage folder)
* framework/sessions
* framework/views
* framework/cache

During each deployment, the `.env` file and the `storage` folder are referenced into the current build folder via symlinks.
Additionally a symlink `current` will be created (or updated) in the deployment folder, which points to the latest build folder.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "library",
"require": {
"php": "^8.0",
"illuminate/support": "^6.6"
"illuminate/support": "^7.30"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"orchestra/testbench": "^4.4"
"orchestra/testbench": "^5.20"
},
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
Expand Down
Loading

0 comments on commit 8026952

Please sign in to comment.