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

ActiveLibrary[Framework](/categories/framework)

codeloops/starter-kit
=====================

Company Laravel Starter Package

014PHP

Since Sep 19Pushed 8mo agoCompare

[ Source](https://github.com/codel00ps/starter-kit)[ Packagist](https://packagist.org/packages/codeloops/starter-kit)[ RSS](/packages/codeloops-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Starter Kit by Codeloops
================================

[](#laravel-starter-kit-by-codeloops)

> A rapid starter kit for Laravel 12+ that automates the installation and setup of Nova, Spatie MediaLibrary, Nova TinyMCE Editor, Spatie Permission, and scaffolds models, seeders, migrations, Nova resources, policies, and now **Blog** features.

Features
--------

[](#features)

- One-command install for Nova, MediaLibrary, Nova TinyMCE Editor, Spatie Permission
- Interactive wizard to scaffold **Page** and **Blog** features (models, Nova resources, policies, migrations)
- Publishes all stubs, migrations, and config files automatically
- Runs database migrations and seeds permissions

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

[](#installation)

### Prerequisites

[](#prerequisites)

- Laravel 12+
- Composer
- Nova license (if using Nova)

### Required Installation Order

[](#required-installation-order)

**You must follow these steps in the exact order below for the starter kit to work properly:**

#### 1. Install the Package

[](#1-install-the-package)

```
composer require codeloops/starter-kit:dev-master
```

> **Note:** If you have SSH configured, you can use `git@github.com:codel00ps/starter-kit.git`.

#### 2. Run Installation Commands

[](#2-run-installation-commands)

**Interactive Wizard (Recommended)**

```
php artisan starter:wizard
```

The wizard will install core components and permissions, then let you select **Page** and **Blog** features interactively.

#### 3. Configure User Model

[](#3-configure-user-model)

Edit `app/Models/User.php` to include the HasRoles trait:

```
