PHPackages                             grass-feria/starterkid - 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. grass-feria/starterkid

ActiveLibrary[Framework](/categories/framework)

grass-feria/starterkid
======================

Starterkid for laravel

011JavaScript

Since Jun 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/David-Grass-Feria/starterkid)[ Packagist](https://packagist.org/packages/grass-feria/starterkid)[ RSS](/packages/grass-feria-starterkid/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Only for a fresh Laravel with Jetstream installation
----------------------------------------------------

[](#only-for-a-fresh-laravel-with-jetstream-installation)

env
===

[](#env)

```
APP_NAME=Sharepusher
APP_ENV=dev
APP_KEY=base64:xwwqWFIgS8+64gEeo3UJT8v9d62CopTzrU2FzhPneUM=
APP_DEBUG=true
APP_URL=http://localhost:8000
DEBUGBAR_ENABLED=true

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sharepusher
DB_USERNAME=root
DB_PASSWORD=

QUEUE_CONNECTION=sync
REDIS_CLIENT=predis
CACHE_STORE=file

MAIL_MAILER=smtp
MAIL_HOST=mail.your-server.de
MAIL_PORT=465
MAIL_USERNAME="admin@teamspusher.com"
MAIL_PASSWORD="4WiH3RGeVC52GXHXPuJZ"
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS="admin@teamspusher.com"
MAIL_FROM_NAME="${APP_NAME}"

MAX_FILE_SIZE_KB=300000 #300MB
MAX_FILE_SIZE_MB=300 #300MB
```

Problem because of windows add this to composer.json
====================================================

[](#problem-because-of-windows-add-this-to-composerjson)

```
"config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true
        },
        "platform": {
            "ext-pcntl": "8.0",
            "ext-posix": "8.0"
          }
    },

```

install predis
==============

[](#install-predis)

```
composer require predis/predis
```

install horizon
===============

[](#install-horizon)

```
composer require laravel/horizon --ignore-platform-reqs
```

```
php artisan horizon:install
```

install spatie medialibary
==========================

[](#install-spatie-medialibary)

```
composer require "spatie/laravel-medialibrary" --ignore-platform-reqs
```

```
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="medialibrary-migrations"
```

install spatie backup
=====================

[](#install-spatie-backup)

```
composer require spatie/laravel-backup --ignore-platform-reqs
```

install debugbar
================

[](#install-debugbar)

```
composer require barryvdh/laravel-debugbar --dev --ignore-platform-reqs
```

```
php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider"
```

sftp filesystem
===============

[](#sftp-filesystem)

```
composer require league/flysystem-sftp-v3 --ignore-platform-reqs
```

add this line in /composer.json
===============================

[](#add-this-line-in-composerjson)

```
"grass-feria/starterkid": "dev-main",
```

```
"repositories": [

        {
            "type": "vcs",
            "url": "https://github.com/David-Grass-Feria/starterkid",
            "options": {
                "symlink": true
            }
        }

    ]

```

run the command
===============

[](#run-the-command)

```
composer update
```

migrate database and publish assets
===================================

[](#migrate-database-and-publish-assets)

```
php artisan starterkid:install
```

dotenv for tailwind
===================

[](#dotenv-for-tailwind)

```
npm install dotenv --save-dev
```

storage link
============

[](#storage-link)

```
php artisan storage:link
```

scheduler
=========

[](#scheduler)

```
php8.2 /home/davidgrassferia/laravel/starterkid/artisan schedule:run
```

forms
=====

[](#forms)

```
php8.2 /home/davidgrassferia/laravel/starterkid/artisan schedule:run
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity5

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/42ff7551a9d62d1aad37082d0a0d025762934f35913dbff399580daad8281d31?d=identicon)[David-Grass-Feria](/maintainers/David-Grass-Feria)

---

Top Contributors

[![David-Grass-Feria](https://avatars.githubusercontent.com/u/16128069?v=4)](https://github.com/David-Grass-Feria "David-Grass-Feria (30 commits)")

### Embed Badge

![Health badge](/badges/grass-feria-starterkid/health.svg)

```
[![Health](https://phpackages.com/badges/grass-feria-starterkid/health.svg)](https://phpackages.com/packages/grass-feria-starterkid)
```

###  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)
