PHPackages                             wisnet/laravel-starter-kit - 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. wisnet/laravel-starter-kit

ActiveLibrary[Framework](/categories/framework)

wisnet/laravel-starter-kit
==========================

A collection of dependencies aimed to streamline development of a brand new Laravel project

v1.1.0(5y ago)113MITPHPPHP ^7.3

Since Nov 19Pushed 5y ago3 watchersCompare

[ Source](https://github.com/wisnet/laravel-starter-kit)[ Packagist](https://packagist.org/packages/wisnet/laravel-starter-kit)[ RSS](/packages/wisnet-laravel-starter-kit/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

Laravel Starter Kit
===================

[](#laravel-starter-kit)

Introduction
------------

[](#introduction)

The Laravel Starter Kit is a compilation of packages that will help you speed up the development process when starting with a fresh Laravel project.

What's Included
---------------

[](#whats-included)

This starter kit includes the following composer packages:

- [Telescope](https://github.com/laravel/telescope)
- [Fortify](https://github.com/laravel/fortify)
- [Sentry](https://github.com/getsentry/sentry-laravel)
- [Migrations Organizer](https://github.com/JayBizzle/Laravel-Migrations-Organiser)
- [Dusk](https://github.com/laravel/dusk)

The following front-end packages will be installed:

- Bootstrap 4.5
- Vue 3

Views
-----

[](#views)

The following views will be generated:

```
views
    ├── auth
    │   ├── login.blade.php
    │   ├── passwords
    │   │   ├── confirm.blade.php
    │   │   ├── email.blade.php
    │   │   └── reset.blade.php
    │   ├── register.blade.php
    │   └── verify.blade.php
    ├── home.blade.php
    └── layouts
        └── app.blade.php
```

Authentication views will be registered with Fortify.

Front-End Assets
----------------

[](#front-end-assets)

The following front-end assets will be generated:

```
├── js
│   ├── ExampleComponent.vue
│   ├── app.js
│   └── bootstrap.js
└── sass
    ├── abstracts
    │   ├── _abstracts.scss
    │   ├── _colors.scss
    │   ├── _functions.scss
    │   ├── _mixins.scss
    │   └── _typography.scss
    ├── app.scss
    ├── base
    │   ├── _base.scss
    │   ├── _buttons.scss
    │   ├── _form-elements.scss
    │   ├── _headings.scss
    │   └── _links.scss
    ├── components
    │   └── _components.scss
    ├── layout
    │   ├── _dashboard.scss
    │   ├── _footer-main.scss
    │   ├── _header-main.scss
    │   └── _layout.scss
    ├── modules
    │   └── _modules.scss
    └── pages
        └── _pages.scss
```

Vue
---

[](#vue)

The starter kit uses Vue 3 and will provide you with an example component as well as your app already created and mounted.

Requirements
------------

[](#requirements)

- Laravel 8.2
- Node ^10 || ^12 || &gt;=14
- npm ^6

Getting Started
---------------

[](#getting-started)

Add the starter kit to your composer file:

`composer require wisnet/laravel-starter-kit`

Installation
------------

[](#installation)

Run `php artisan starter-kit:install` to install the packages.

Next, run migrations once all dependencies have been installed.

`php artisan migrate`

Run `npm install` to install packages.

Compile front-end assets by running `mix`

### Installing or publishing individual pieces

[](#installing-or-publishing-individual-pieces)

In the event new dependencies are added to the starter kit or assets change, you can individually install or publish them by running the following commands:

- `php artisan starter-kit:telescope` installs and publishes Telescope assets.
- `php artisan starter-kit:fortify` installs and publishes Fortify assets.
- `php artisan starter-kit:sentry` installs and publishes Sentry assets.
- `php artisan starter-kit:views` publishes views.
- `php artisan starter-kit:assets` publishes JS and CSS assets.
- `php artisan starter-kit:node` adds dependencies to `package.json`.
- `php artisan starter-kit:webpack` updates `webpack.mix.js`.

Next Steps
----------

[](#next-steps)

If you're planning on using Sentry for error reporting make sure to get a DSN (visit [sentry.io](https://sentry.io/welcome/) to create a new account or access your existing one).

Next, run the following command to finish setting up Sentry:

`php artisan sentry:publish --dsn=paste-your-dsn-here`

Don't forget to uncomment the report method inside your application's exception handler.

Documentation
-------------

[](#documentation)

The official documentation for each package can be found in the following links:

- [Telescope](https://laravel.com/docs/8.x/telescope)
- [Fortify](https://github.com/laravel/fortify)
- [Sentry](https://docs.sentry.io/platforms/php/guides/laravel/)
- [Migrations Organizer](https://github.com/JayBizzle/Laravel-Migrations-Organiser)
- [Dusk](https://laravel.com/docs/8.x/dusk)
- [Vue](https://v3.vuejs.org/guide/installation.html)
- [Bootstrap](https://getbootstrap.com/docs/4.5/getting-started/introduction/)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~46 days

Total

4

Last Release

1912d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411459?v=4)[wisnet.com](/maintainers/wisnet)[@wisnet](https://github.com/wisnet)

---

Top Contributors

[![mrjutsu](https://avatars.githubusercontent.com/u/5807249?v=4)](https://github.com/mrjutsu "mrjutsu (72 commits)")

---

Tags

laravelstarter-kitwisnet

### Embed Badge

![Health badge](/badges/wisnet-laravel-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/wisnet-laravel-starter-kit/health.svg)](https://phpackages.com/packages/wisnet-laravel-starter-kit)
```

###  Alternatives

[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3991.8k](/packages/codewithdennis-larament)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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