Skip to content

Releases: halt-stack/starter-kit

v1.1.2

Choose a tag to compare

@dotninth dotninth released this 08 Nov 09:18

Changed

  • Updated starter kit package base (both Composer and NPM).

v1.1.1

Choose a tag to compare

@dotninth dotninth released this 26 Jun 10:03

Changed

  • Updated starter kit package base (both Composer and NPM).

v1.1.0

Choose a tag to compare

@dotninth dotninth released this 28 May 10:32

Added

  • Added BaseRequest.php: Introduced BaseRequest class to handle failed validation attempts for HTMX and return response with errors in a view.
  • Added @rollup/plugin-inject to devDependencies.
  • Added @alpinejs/morph to dependencies.
  • Added htmx-alpine-morph extension to vite.config.js using @rollup/plugin-inject.

v1.0.0

Choose a tag to compare

@dotninth dotninth released this 23 May 20:55

Added

  • Added Alpine.js and Htmx.js libraries to the project and initialized Alpine.js in app.js.
  • Added tailwindcss base, components, and utilities to app.css.
  • Added content paths for blade.php and JS files in the resources directory to tailwind.config.js.
  • Added postcss and tailwindcss configuration files.
  • Added alpinejs, axios, htmx.org, postcss, and tailwindcss as devDependencies in package.json.

Changed

  • Updated project description in composer.json to reflect new technologies used in the starter kit.
  • Changed project name from "laravel/laravel" to "halt-stack/starter-kit" in composer.json.
  • Updated project description and keywords in composer.json.
  • Updated introduction and added installation instructions, features, support, and sponsors sections in README.md.