1
0
Fork 0
mirror of https://github.com/archtechx/tenancy-queue-tester.git synced 2025-12-12 07:04:04 +00:00

change perms on . instead of src, avoid using --force on laravel/installer

This commit is contained in:
Samuel Štancl 2024-12-31 07:08:18 +01:00
parent d57689205c
commit 4f70ebc8fb
10 changed files with 2 additions and 3 deletions

0
setup/FooJob.php Normal file → Executable file
View file

0
setup/Tenant_base.php Normal file → Executable file
View file

View file

@ -3,7 +3,7 @@
set -e
composer global require laravel/installer
~/.composer/vendor/laravel/installer/bin/laravel new --no-interaction --force --database=sqlite --git src/
~/.composer/vendor/laravel/installer/bin/laravel new --no-interaction --database=sqlite --git src/
cd src/

0
setup/database.php Normal file → Executable file
View file

0
setup/providers.php Normal file → Executable file
View file