beartropy / starter-kit
The skeleton application for the Laravel framework.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/beartropy/starter-kit
Requires
- php: ^8.3
- beartropy/alert-system: ^0.1.0
- beartropy/charts: ^1.1
- beartropy/settings: ^1.1
- beartropy/tables: ^2.6
- beartropy/ui: ^0.11.8
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/livewire: ^3.7
- maatwebsite/excel: ^3.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.2
- pestphp/pest-plugin-laravel: ^4.0
This package is auto-updated.
Last update: 2026-01-10 13:37:15 UTC
README
🐻 Beartropy Starter Kit
The official starter kit for building applications with the Beartropy ecosystem.
Laravel • Livewire • Tailwind • Alpine • Beartropy UI • Beartropy Tables
A production-ready starter kit pre-configured with the TALL stack and the Beartropy ecosystem. This kit provides the perfect foundation for building modern, responsive applications with Beartropy UI and Beartropy Tables.
✨ Key Features
- TALL Stack Pre-configured: Laravel 12, Livewire 3.7, Tailwind CSS, and Alpine.js ready to go.
- Beartropy Ecosystem: Comes pre-installed with
beartropy/uiandbeartropy/tables. - Developer Experience: Includes
laravel/pail,laravel/pint,pestphp/pest, andlaravel/sail. - One-Command Setup: Get up and running in seconds with our custom setup script.
- Unified Dev Server: Run everything (server, queues, logs, vite) with a single command.
🚀 Installation
You can create a new project using Laravel:
laravel new my-app --using=beartropy/starter-kit
🛠️ Development
To start the development environment, simply run:
composer dev
This command uses Concurrently to run the following services simultaneously:
- Laravel Server (
php artisan serve) - Queue Worker (
php artisan queue:listen) - Laravel Pail (
php artisan pail) - Vite (
npm run dev)
� Documentation
- Beartropy UI: beartropy.com/ui
- Beartropy Tables: beartropy.com/tables
- Laravel: laravel.com/docs
- Livewire: livewire.laravel.com
🤝 Contributing
Please see CONTRIBUTING for details.
📄 License
The MIT License (MIT). Please see License File for more information.
Note
Disclaimer: This software is provided "as is", without warranty of any kind, express or implied. Use at your own risk.