mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
An open-source & self-hostable Heroku / Netlify / Vercel alternative.
analyticscouchdbdatabasesdockerminiomongodbmysqlmysql-databasenextjsnodejsphppostgresqlreactjsredisself-hostingstaticsveltevscodevuejs
- refactored rector laravel usage completely to use sets, which reduces imports, adds a few new options and makes everything much cleaner - started using composer-based sets for laravel which applies rules via rector laravel based on the laravel version - removed many unused or now duplicated manually added formatting rules - removed some rules that are not desired for our coding style - added some new manual rules that made sense - removed naming and phpunitCodeQuality prepared set as it caused issues (naming in DB migrations was changed...) - added typeDeclarationDocblocks prepared set (experimental) - added withAttributesSets() option |
||
|---|---|---|
| .github | ||
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| docker | ||
| public | ||
| resources | ||
| routes | ||
| scripts | ||
| storage | ||
| templates/services | ||
| tests | ||
| .dockerignore | ||
| .editorconfig | ||
| .env.example | ||
| .env.local.example | ||
| .env.production.example | ||
| .env.testing | ||
| .gitattributes | ||
| .gitignore | ||
| artisan | ||
| bun.lock | ||
| CHANGELOG.md | ||
| composer.json | ||
| composer.lock | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| package.json | ||
| phpstan.neon | ||
| phpunit.xml | ||
| pint.json | ||
| README.md | ||
| rector.php | ||
| SECURITY.md | ||
| vite.config.ts | ||
v5.x
- WIP