PHPackages                             karlverger/starterkit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. karlverger/starterkit

ActiveProject[Framework](/categories/framework)

karlverger/starterkit
=====================

Starter kit for Laravel11, Jetstream, Inertia, React, Chakra and swr applications.

224TypeScript

Since Jun 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/karlverger/laravel11-jetstream-inertia-react-chakra-swr-starter-kit)[ Packagist](https://packagist.org/packages/karlverger/starterkit)[ RSS](/packages/karlverger-starterkit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Laravel 11 Starter kit with Jetstream, Inertia, React, SWR and Charka Ui
========================================================================

[](#laravel-11-starter-kit-with-jetstream-inertia-react-swr-and-charka-ui)

> 💡 **This project is just a simple starter kit with the technology stack that our projects use most often.**

You can use this starter kit by typing this command :

```
$ composer create-project karlverger/starterkit:dev-master winklecard new-project-name
```

After you have created your new project, you will need to setup your DB connection in your .env file

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
```

And you gonna have to type :

```
$ npm install
$ npm run dev
$ php artisan migrate:refresh --seed
$ php artisan serve
```

Packages and repositories
=========================

[](#packages-and-repositories)

About Laravel
-------------

[](#about-laravel)

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).

About Jetstream
---------------

[](#about-jetstream)

[Jetstream GitHub](https://github.com/laravel/jetstream)Jetstream provides the implementation for your application's login, registration, email verification, two-factor authentication, session management, API via Laravel Sanctum, and optional team management features. Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding.

About Intertia JS
-----------------

[](#about-intertia-js)

[IntertiaJS GitHub](https://github.com/inertiajs)

Inertia is a new approach to building classic server-driven web apps. We call it the modern monolith.

Inertia allows you to create fully client-side rendered, single-page apps, without the complexity that comes with modern SPAs. It does this by leveraging existing server-side patterns that you already love.

Inertia has no client-side routing, nor does it require an API. Simply build controllers and page views like you've always done! Inertia works great with any backend framework, but it's fine-tuned for Laravel.

About React
-----------

[](#about-react)

[React GitHub](https://github.com/facebook/react)

React can be used to develop single-page, mobile, or server-rendered applications. Because React is only concerned with the user interface and rendering components to the DOM, React applications often rely on libraries for routing and other client-side functionality. A key advantage of React is that it only rerenders those parts of the page that have changed, avoiding unnecessary rerendering of unchanged DOM elements.

About SWR
---------

[](#about-swr)

[SWR GitHub](https://github.com/vercel/swr)

SWR is a React Hooks library for data fetching.

The name “SWR” is derived from stale-while-revalidate, a cache invalidation strategy popularized by HTTP RFC 5861. SWR first returns the data from cache (stale), then sends the request (revalidate), and finally comes with the up-to-date data again.

About Chakra-ui
---------------

[](#about-chakra-ui)

[Chakra-ui GitHub](https://github.com/chakra-ui/chakra-ui)

Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.

> This kit use the repository :

License
-------

[](#license)

The framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/369cf683f357f1ee260d69c96ca349bdf4b893a278e70240ff22faee9d7ecc7e?d=identicon)[karlverger](/maintainers/karlverger)

---

Top Contributors

[![karlverger](https://avatars.githubusercontent.com/u/11807490?v=4)](https://github.com/karlverger "karlverger (7 commits)")

### Embed Badge

![Health badge](/badges/karlverger-starterkit/health.svg)

```
[![Health](https://phpackages.com/badges/karlverger-starterkit/health.svg)](https://phpackages.com/packages/karlverger-starterkit)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
