PHPackages                             hoggar/hoggar - 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. hoggar/hoggar

ActiveLibrary[Framework](/categories/framework)

hoggar/hoggar
=============

laravel inertia vue crud generator created by Rabah Douassi

v1.0.16(11mo ago)039MITPHPPHP ^8.0

Since May 12Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/yaziddouassi/HoggarCrud)[ Packagist](https://packagist.org/packages/hoggar/hoggar)[ RSS](/packages/hoggar-hoggar/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (17)Used By (0)

🚀 Hoggar Starter Kit – Laravel + Inertia.js + Vue 3
===================================================

[](#-hoggar-starter-kit--laravel--inertiajs--vue-3)

A complete starter kit for quickly developing with Laravel 11, Inertia.js, Vue 3, Pinia, Quill.js, and the Hoggar CRUD generator.

---

📋 Requirements
--------------

[](#-requirements)

- PHP 8.2+
- Node.js and npm
- Laravel 11 with Breeze (Inertia.js)
- Vite configured

---

⚙️ Installation
---------------

[](#️-installation)

### 1. Install front-end dependencies

[](#1-install-front-end-dependencies)

```
npm install quill@^2.0.3
npm install vue-chartjs chart.js
npm install pinia
```

---

### 2. Configure `resources/js/app.js`

[](#2-configure-resourcesjsappjs)

```
import '../css/app.css';
import './bootstrap';

import { createInertiaApp } from '@inertiajs/vue3';
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers';
import { createApp, h } from 'vue';
import { ZiggyVue } from '../../vendor/tightenco/ziggy';
import { createPinia } from 'pinia';

const appName = import.meta.env.VITE_APP_NAME || 'Laravel';
const pinia = createPinia();

createInertiaApp({
  title: (title) => `${title} - ${appName}`,
  resolve: (name) =>
    resolvePageComponent(`./Pages/${name}.vue`, import.meta.glob('./Pages/**/*.vue')),
  setup({ el, App, props, plugin }) {
    return createApp({ render: () => h(App, props) })
      .use(plugin)
      .use(ZiggyVue)
      .use(pinia)
      .mount(el);
  },
  progress: {
    color: '#4B5563',
  },
});
```

---

### 3. Update `resources/views/app.blade.php`

[](#3-update-resourcesviewsappbladephp)

```

    {{ config('app.name', 'Laravel') }}

    @routes
    @vite(['resources/js/app.js', "resources/js/Pages/{$page['component']}.vue"])
    @inertiaHead

    @inertia

```

---

### 4. Put your gumroad Key in .env file

[](#4-put-your-gumroad-key-in-env-file)

```
GUMROAD_LICENSE_KEY=YourGumroadKey
```

---

### 5. Install the Hoggar package

[](#5-install-the-hoggar-package)

```
composer require hoggar/hoggar
php artisan migrate
php artisan hoggar:install
php artisan vendor:publish --tag=hoggar-config
php artisan storage:link
```

---

### 6. Create an admin user

[](#6-create-an-admin-user)

```
php artisan make:hoggar-user
```

Then access the admin panel:

👉

---

🧩 Included Features
-------------------

[](#-included-features)

- 🎨 Inertia Vue 3 interface
- 🧠 State management with Pinia
- 📝 Rich text with Quill.js
- 📊 Charts with Chart.js
- ⚡️ Full CRUD generator
- 🔒 Wizard Form

---

📚 Documentation
---------------

[](#-documentation)

Created by Rabah Douassi. Official documentation is here In the meantime, explore the code generated by Hoggar in the `app/` directory.

---

🛠️ Support
----------

[](#️-support)

For questions or bug reports, please open an issue on the GitHub repository.

---

License
-------

[](#license)

MIT © \[YourNameOrOrganization\]

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance50

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~1 days

Total

16

Last Release

356d ago

### Community

Maintainers

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

---

Top Contributors

[![yaziddouassi](https://avatars.githubusercontent.com/u/37118932?v=4)](https://github.com/yaziddouassi "yaziddouassi (44 commits)")

### Embed Badge

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

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

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