An open-source & self-hostable Heroku / Netlify / Vercel alternative.
Find a file
peaklabs-dev 4ba465fb2e
chore: improve composer.json
- update description and keywords to the new v5 description and
  keywords
- add --parallel flag to pint for much faster formatting
- update composer scripts to the latest laravel skeleton
  version
- remove unused composer scripts
- bump PHPStan memory limit to 2G as we will need that in the future
2025-12-01 21:47:28 +01:00
.github ci: improve security of all workflows 2025-11-30 16:58:58 +01:00
app chore: improve AppServiceProvider 2025-11-30 16:58:58 +01:00
bootstrap refactor: apply rector refactors 2025-11-30 16:58:58 +01:00
config refactor: apply rector refactors 2025-11-30 16:58:58 +01:00
database chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
docker chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
public style: apply pint to full codebase 2025-11-30 16:58:58 +01:00
resources chore(setup): add tailwind v4 2025-11-30 16:58:58 +01:00
routes style: apply pint to full codebase 2025-11-30 16:58:58 +01:00
scripts chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
storage chore: improve storage .gitignore file 2025-11-30 16:58:58 +01:00
templates/services chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
tests test: improve ArchTest 2025-11-30 16:58:58 +01:00
.dockerignore build: add strict .dockerignore file 2025-11-30 16:58:58 +01:00
.editorconfig chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
.env.development.example chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
.env.example chore: improve local setup until docker is ready 2025-11-30 16:58:58 +01:00
.env.production.example chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
.env.testing chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
.gitattributes chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
.gitignore chore: improve repo root .gitignore 2025-11-30 16:58:58 +01:00
artisan chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
bun.lock chore(deps): bump all dependencies 2025-12-01 21:47:28 +01:00
CHANGELOG.md docs: add empty v5 changelog 2025-11-30 16:58:58 +01:00
composer.json chore: improve composer.json 2025-12-01 21:47:28 +01:00
composer.lock chore(deps): remove peck as it is not working 2025-12-01 21:47:28 +01:00
CONTRIBUTING.md docs: add temporary contributing guide 2025-11-30 16:58:58 +01:00
LICENSE chore(setup): change license from Apache-2.0 to AGPL-3.0 2025-11-30 16:29:18 +01:00
package.json chore: add schema to package.json and remove name 2025-12-01 21:47:28 +01:00
phpstan.neon chore(tooling): make PHPStan rules more strict 2025-11-30 16:58:58 +01:00
phpunit.xml test(setup): configure phpunit.xml 2025-11-30 16:58:58 +01:00
pint.json chore(tooling): add custom pint formatting preset 2025-11-30 16:50:04 +01:00
README.md chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
rector.php chore(tooling): improve rector config 2025-11-30 16:58:58 +01:00
SECURITY.md docs: add improved SECURITY.md file 2025-11-30 16:50:04 +01:00
vite.config.ts chore(setup): add tailwind v4 2025-11-30 16:58:58 +01:00

v5.x

  • WIP