javdome / unstyled-blade-starter-kit
A basic Laravel Blade starter kit with no CSS framework
Installs: 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.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
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.1
This package is auto-updated.
Last update: 2025-05-23 06:33:32 UTC
README
Introduction
Our Laravel + Unstyled Blade starter kit provides a lightweight and flexible foundation for building Laravel applications with Blade, without any predefined styles. It includes a built-in authentication system and provides unstyled views and layouts, allowing you to customize them as you wish. You can install your favorite libraries and CSS frameworks, such as Bootstrap, Tailwind, NES.css, Alpine, etc., or choose not to use any framework at all and design everything from scratch.
Installation
Via Laravel Herd
One-click install a new application using this starter kit through Laravel Herd:
Via the Laravel Installer
Create a new Laravel application using this starter kit through the official Laravel Installer:
laravel new my-app --using=javdome/unstyled-blade-starter-kit
Official Documentation
Documentation for all Laravel starter kits can be found on the Laravel website.
Contributing
Thank you for considering contributing to our starter kit! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
License
The Laravel + Unstyled Blade starter kit is open-sourced software licensed under the MIT license.