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:
@@ -1,2 +1,5 @@
|
||||
SELECT 'CREATE DATABASE testing'
|
||||
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'testing')\gexec
|
||||
|
||||
SELECT 'CREATE DATABASE einundzwanzig'
|
||||
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'einundzwanzig')\gexec
|
||||
|
||||
Reference in New Issue
Block a user