PHPackages                             nejcc/kick-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. nejcc/kick-start

ActivePackage

nejcc/kick-start
================

Prepare for laravel kickstart configuration

2.0.1(6y ago)210[2 PRs](https://github.com/Nejcc/kick-start/pulls)MITPHPPHP ^7.2

Since Feb 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Nejcc/kick-start)[ Packagist](https://packagist.org/packages/nejcc/kick-start)[ RSS](/packages/nejcc-kick-start/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (6)Used By (0)

nejcc/kick-start prepare for laravel
====================================

[](#nejcckick-start-prepare-for-laravel)

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

[](#installation)

#### 1. Laravel last version

[](#1-laravel-last-version)

```
composer create-project --prefer-dist laravel/laravel blog

```

#### 2. Laravel ui scaffolding

[](#2-laravel-ui-scaffolding)

```
composer require laravel/ui

```

```
php artisan ui:auth  or  use my package for tailwind before continue

```

```
composer require nejcc/kickStart

```

#### 3. Run command

[](#3-run-command)

##### This command will modify and change following files:

[](#this-command-will-modify-and-change-following-files)

- app/
    - http/
        - middlewares/
            - Localization.php \[add\]
    - Models/
        - Role.php \[add\]
    - User.php \[overrid\]
    - Providers/
        - AuthServicePeovider.php \[overrid\]
- database/
    - migration/
        - user \[overided\]
        - roles \[add\]
        - roles\_user \[add\]
        - foren\_roles\_user \[add\]
    - seeds/
        - DatabaseSeeder.php \[override\]
        - RoleTableSeeder.php \[add\]
        - UserTableSeeder.php \[add\]
    - database.sqlite
- routes/ web.php \[append\]
- .env \[override\]

NOTICE!: Before running this command make sure you have saved your work!

```
php artisan ui kickstart

```

#### 4. serve (optional)

[](#4-serve-optional)

```
php artisan serve

```

or

```
php artisan serve --port 8888

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.3% 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 ~18 days

Total

3

Last Release

2235d ago

Major Versions

1.0.0 → 2.0.02020-04-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e72674f3996339810fecca431793ab66131a38880760fa342ac5e2b61432ed4?d=identicon)[SilverEngineTeam](/maintainers/SilverEngineTeam)

---

Top Contributors

[![SilverEngineTeam](https://avatars.githubusercontent.com/u/16226867?v=4)](https://github.com/SilverEngineTeam "SilverEngineTeam (11 commits)")[![Nejcc](https://avatars.githubusercontent.com/u/6236128?v=4)](https://github.com/Nejcc "Nejcc (4 commits)")

### Embed Badge

![Health badge](/badges/nejcc-kick-start/health.svg)

```
[![Health](https://phpackages.com/badges/nejcc-kick-start/health.svg)](https://phpackages.com/packages/nejcc-kick-start)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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