PHPackages                             novagraphix/starterkit - 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. novagraphix/starterkit

ActiveLibrary[Framework](/categories/framework)

novagraphix/starterkit
======================

A starterkit for Laravel.

020Blade

Since Oct 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Novagraphix/starterkit)[ Packagist](https://packagist.org/packages/novagraphix/starterkit)[ RSS](/packages/novagraphix-starterkit/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Starterkit - WIP - DO NOT USE !!!
=================================

[](#starterkit---wip---do-not-use-)

Add to .env (Socialite)

```
GOOGLE_CLIENT_ID=***ID FROM https://console.cloud.google.com/ ***
GOOGLE_CLIENT_SECRET=*** SECRET ***
GOOGLE_REDIRECT=${APP_URL}/auth/callback
GOOGLE_REDIRECT_LOCAL=${APP_URL}/auth/callback

```

INSTALLATION
------------

[](#installation)

```
composer require novagraphix/starterkit
php artisan ui starterkit
composer update
php artisan migrate
npm install
npm run dev

```

IMPORTANT
---------

[](#important)

Change `middleware(['guest']);` to `middleware(['role:Administrator']);` in `resources/views/pages/auth/register.blade.php` after first user is registered.

CONFIG
------

[](#config)

config/starterkit.php

```
return [
    /**
     * Enable Socialite
     */
    'socialite' => true
];

```

TO DOC
------

[](#to-doc)

- Helpers
- Version
- Permission

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

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://avatars.githubusercontent.com/u/3143194?v=4)[Stephan Jess](/maintainers/sjess)[@sjess](https://github.com/sjess)

---

Top Contributors

[![sjess](https://avatars.githubusercontent.com/u/3143194?v=4)](https://github.com/sjess "sjess (41 commits)")

### Embed Badge

![Health badge](/badges/novagraphix-starterkit/health.svg)

```
[![Health](https://phpackages.com/badges/novagraphix-starterkit/health.svg)](https://phpackages.com/packages/novagraphix-starterkit)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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