Starter Kit
Installation
Get started with the Beartropy Starter Kit to bootstrap your application with pre-configured settings.
Authentication Security Warning
The provided authentication scaffolding is intended only as an example of a login flow. It
is not secure for production use.
For production applications, we strongly recommend using Laravel Breeze or
another secure authentication package.
Create New App
To create a new Laravel application using the Beartropy Starter Kit, use the following command:
1laravel new my-app --using=beartropy/starter-kit
What's Included?
- Out-of-the-box mobile support with responsive design.
- Pre-configured TailwindCSS and Vite.
- Pre-configured TailwindCSS styles for layout
- Livewire setup out of the box.
- Beartropy UI and Tables packages pre-installed.
- SQLite database pre-configured.
-
Automatic DATABASE SEEDER execution with dummy data for testing components.
- Default User:
beartropy@beartropy.com - Password:
beartropy
- Default User:
Included Examples
- Sample Dashboard featuring a layout with various components to help you get started quickly.
-
User Management CRUD powered by Beartropy Tables, showcasing advanced
features like:
- Data tables with filtering and sorting.
- Modals for creating and editing records.
- Slide-over panels for detailed views.