Skip to content

Commit

Permalink
Install Blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Oct 31, 2024
1 parent 68af876 commit bd2817d
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 109 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ _ide_helper_models.php
*.sql
.phplint.cache
package-lock.json
draft.yaml
3 changes: 3 additions & 0 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ fi
# Ensure todo.md exists
[ ! -f todo.md ] && touch todo.md

# Ensure draft.yaml exists
[ ! -f draft.yaml ] && touch draft.yaml

# Update .config/supervisord.ini with project path and log settings
SUPERVISOR_CONFIG="./.config/supervisord.ini"
if [ -f "$SUPERVISOR_CONFIG" ]; then
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@
"cleaniquecoders/laravel-db-doc": "^1.1",
"fakerphp/faker": "^1.9.1",
"friendsofphp/php-cs-fixer": "^3.8",
"jasonmccreary/laravel-test-assertions": "^2.4",
"larastan/larastan": "^2.9",
"laravel-shift/blueprint": "^2.10",
"laravel/pint": "^1.2",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.9",
"overtrue/phplint": "^9.4",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
Expand Down
Loading

0 comments on commit bd2817d

Please sign in to comment.