starter

Start PHP applications using Laravel preconfigured with Bun, TypeScript, Livewire, Alpine.js, TailwindCSS and many others such as Vite.js, Biome, Pint, PHPStan, Larastan, Rector.

MIT License

Downloads
7
Stars
3
Committers
2

Bot releases are hidden (Show)

starter - v0.2.0 Latest Release

Published by siguici 11 months ago

Changes

  • Streamlined the tests workflow by consolidating both frontend and backend tests into a single job.

Context

After reevaluating the project's deployment status and considering the current phase without kit deployment, this change promotes efficiency and simplicity in the testing process. Future adjustments can be made as deployment considerations become relevant.

Closes #4

Full Changelog: https://github.com/sikessem/starter/compare/v0.1.0...v0.2.0

starter - v0.1.0

Published by siguici 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sikessem/starter/compare/v0.0.0...v0.1.0

starter - v0.0.1

Published by siguici 12 months ago

What's Changed

  • Updated the sikessem/framework to the latest version.
  • Fixed and improved README by @szepeviktor in https://github.com/sikessem/starter/pull/1.
  • Fixed #2: Renamed the app/res/views/ and app/res/ directories to templates/ and resources/ respectively.
  • Moved files from the app/src/ directory to the app/ directory to respect the Laravel project structure.
  • Added a new directory src/ with the namespace My\ for developing application-independent packages.
  • Fixed #3: Improved workflows by separating assets building and app serving into jobs and added a workflow for end-to-end testing.

New Contributors

Full Changelog: https://github.com/sikessem/starter/compare/v0.0.0...v0.0.1