visnicio / bladewind-starter-kit
The skeleton application for the Laravel framework.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Type:project
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- mkocansey/bladewind: ^3.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
This package is not auto-updated.
Last update: 2025-08-24 04:46:24 UTC
README
A simple starter kit built using Bladewind, Tailwind 3 and pure javascript for components. (Maybe I will inject HTMX or Alpine Ajax in the future)
Usage
To use this starter kit you must create a new laravel app with the laravel installer:
laravel new my-awesome-app --using=visnicio/bladewind-starter-kit
TODO
Here's a list of my roadmap for the starter:
- Password Reset page ('Forgot your password?' page)
- Make the starter fully responsive
- Write Tests
- Evaluate the need of some Ajax library (HTMX or Alpine-AJAX), since bladewind heavily benefits from partials.
- Multi-tenancy by default for scaffolding SaaS projects
Contributing
The project is in its infant stages. If you have never contributed to any open-source project but always wanted to, now is the time.
I work mainly as a Java dev, sso I don't have many of the habits of a Laravel dev. If you have any ideas for improving Controllers or Business Logic, please consider opening an issue.