PHPackages                             masterro/laravel-fresh-start - 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. masterro/laravel-fresh-start

ActiveLibrary[Framework](/categories/framework)

masterro/laravel-fresh-start
============================

Quickly scaffold the laravel app for further developing

v1.2.0(6y ago)21531MITPHPPHP &gt;=7.0.8CI failing

Since Sep 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/MasterRO94/laravel-fresh-start)[ Packagist](https://packagist.org/packages/masterro/laravel-fresh-start)[ RSS](/packages/masterro-laravel-fresh-start/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (6)Versions (11)Used By (0)

 [![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

Laravel Fresh Start
===================

[](#laravel-fresh-start)

### Quickly scaffold base application structure

[](#quickly-scaffold-base-application-structure)

This package provides you an artisan command that creates a App/Models directory and moves App/User.php there. Then it creates an abstract Model class and extend App\\Models\\User from abstract App\\Models\\Model. After that it requires ide-helper and debugbar and requires it in the AppServiceProvider for local env and adds to dont-discover in `composer.json`. Also it adds a `php artisan ide-helper:generate` command to `composer.json` post-install-cmd and post-update-cmd.

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

[](#installation)

### Step 1: Composer

[](#step-1-composer)

From the command line, run:

```
composer require masterro/laravel-fresh-start --dev

```

### Step 2: Service Provider (For Laravel &lt; 5.5)

[](#step-2-service-provider-for-laravel--55)

For your Laravel app, open `config/app.php` and, within the `providers` array, append:

```
MasterRO\LaravelFreshStart\Providers\FreshStartServiceProvider::class

```

### Step 3: Run the scaffold

[](#step-3-run-the-scaffold)

From the command line, run:

```
php artisan app:fresh-start

```

You will be asked some questions to configure scaffolding. If you want to skip configuration yot can run command with `--default option`

```
php artisan app:fresh-start --default

```

### Step 4: Remove the package

[](#step-4-remove-the-package)

If you answered "no" on "Remove this package?" question after scaffolding you can remove

```
composer remove masterro/laravel-fresh-start

```

##### For Laravel &lt; 5.5

[](#for-laravel--55)

Open `config/app.php` and remove the provider:

```
MasterRO\LaravelFreshStart\FreshStartServiceProvider::class

```

#### *I will be grateful if you star this project :)*

[](#i-will-be-grateful-if-you-star-this-project-)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% 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 ~100 days

Recently: every ~112 days

Total

10

Last Release

2309d ago

Major Versions

v0.1.0 → v1.0.02017-10-06

PHP version history (2 changes)v0.1.0PHP &gt;=5.5.9

v1.0.3PHP &gt;=7.0.8

### Community

Maintainers

![](https://www.gravatar.com/avatar/bcc2e63995db7d04997577b22426f98b9c6b4c569494c91ba552d73c4df427c2?d=identicon)[MasterRO](/maintainers/MasterRO)

---

Top Contributors

[![MasterRO94](https://avatars.githubusercontent.com/u/7365389?v=4)](https://github.com/MasterRO94 "MasterRO94 (22 commits)")[![oberest](https://avatars.githubusercontent.com/u/65777866?v=4)](https://github.com/oberest "oberest (4 commits)")

---

Tags

laravelscaffoldfreshget-up

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/masterro-laravel-fresh-start/health.svg)

```
[![Health](https://phpackages.com/badges/masterro-laravel-fresh-start/health.svg)](https://phpackages.com/packages/masterro-laravel-fresh-start)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k34.4M162](/packages/laravel-breeze)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[illuminate/queue

The Illuminate Queue package.

20432.2M1.5k](/packages/illuminate-queue)

PHPackages © 2026

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