Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A clean minimal Laravel 12 starter kit with Bootstrap 5, authentication, and reusable Blade components from ThemeSelection.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Sneat Bootstrap Laravel Starter Kit is a free, MIT-licensed Laravel 12 boilerplate from ThemeSelection that boots a new web application with Bootstrap 5 styling and prebuilt authentication flows.
Sneat Bootstrap Laravel Starter Kit is a free, open-source starting point for Laravel 12 projects, published by ThemeSelection on GitHub. It takes a Laravel application skeleton, adds Bootstrap 5 responsive UI components, reusable Blade layouts, and standard authentication pages, and outputs a runnable starter app with a dashboard and profile settings page. The kit is designed to work in a typical PHP/MySQL environment and includes step-by-step installation instructions in its README.
npm run dev.The starter kit has no proprietary installer. You clone the GitHub repository, run composer install, copy .env.example to .env, generate an application key, configure database credentials, run php artisan migrate, then install and build front-end assets with npm install and npm run dev. Finally, php artisan serve starts the app at http://127.0.0.1:8000.
This starter kit is free and open-source, released under the MIT license. There is no paid tier mentioned in the repository, though ThemeSelection offers priority support and custom development services through their website.
Yes, it is licensed under the MIT license, which allows free use in both personal and commercial projects without restrictions.
The README states it is built on Laravel 12, the latest major version at the time of publication, and is compatible with standard Laravel deployment environments.
Yes, it includes login, registration, forgot-password, and reset-password pages built with Laravel's standard authentication system.
Follow the README: clone the repo, run composer install, set up .env, run php artisan migrate, install npm packages, and run npm run dev alongside php artisan serve.
Yes, running npm run dev or yarn dev enables a development build with hot reload for front-end assets.