Compare commits

..

No commits in common. "1acfb651c109bd35263e54e664e9e2b439dcbf7e" and "a9c5b3929d398ba756071ea5bddc6079ddb21bbf" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
##
```
wget https://git.shihaam.dev/shihaam/laravel-helper/raw/branch/main/helper
chmod +x helper
source helper
```

1
helper
View File

@ -158,7 +158,6 @@ EOL
# Run composer create-project to initialize Laravel after creating compose.yml
echo "Initializing Laravel project..."
echo /.db >> .gitignore
docker compose run --rm composer bash -c "composer create-project --prefer-dist laravel/laravel tmp && cp -R tmp/. . && rm -rf tmp"
docker compose up -d
echo "Laravel project initialized successfully!"