mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-02-15 03:23:17 +00:00
🔥 Remove Laravel Sail and Docker setup
- 🗑️ Eliminate `docker-compose.yml`, Dockerfiles, and related assets. - 🎯 Transition Sail commands to native `php`, simplifying development and deployment. - 📦 Remove `laravel/sail` dependency from `composer.json` and update lockfile accordingly. - ⚙️ Refactor environment configurations and tooling to decouple from Sail-specific commands. - 🔗 Adjust `.env` and various scripts for updated database and application connections. - 📤 Add support for `reverb` broadcasting in `.env`. - 🚀 Streamline developer workflow with simplified setup and new dev server integration in `composer.json`.
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/nightwatch": "^1.22",
|
||||
"laravel/reverb": "^1.0",
|
||||
"laravel/sail": "^1.31",
|
||||
"laravel/tinker": "^2.9",
|
||||
"livewire/flux": "^2.10",
|
||||
"livewire/flux-pro": "^2.10",
|
||||
@@ -79,7 +78,7 @@
|
||||
],
|
||||
"dev": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"npx concurrently -c \"#c4b5fd,#fb7185,#fdba74\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"yarn run dev\" --names=server,queue,logs,vite --kill-others"
|
||||
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74,#86efac\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan reverb:start\" \"php artisan pail --timeout=0\" \"yarn run dev\" --names=serve,queue,reverb,logs,vite --kill-others"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
|
||||
Reference in New Issue
Block a user