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

ActiveLibrary

acitjazz/starterkit
===================

Starter kit for Laravel Inertia Vue js 3

0245VueCI failing

Since Jun 19Pushed 11mo agoCompare

[ Source](https://github.com/acit-jazz/starterkit)[ Packagist](https://packagist.org/packages/acitjazz/starterkit)[ RSS](/packages/acitjazz-starterkit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Starter kit for Laravel Inertia Vue js 3
========================================

[](#starter-kit-for-laravel-inertia-vue-js-3)

Requirement
-----------

[](#requirement)

```
    "laravel/framework": "^12.0"
    "php": "^8.2",
    "predis/predis": "^3.0",
```

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

[](#installation)

You can install the package via composer:

```
laravel new demoproject
```

or

```
git clone https://github.com/laravel/vue-starter-kit.git demoproject
cd demoproject
```

and Run

```
composer require acitjazz/starterkit
```

```
   npm install @fortawesome/fontawesome-free
   npm install @he-tree/vue
   npm install @vueup/vue-quill
   npm install quill-image-uploader
   npm install vue3-dropzone
   npm install toastify-js
   npm install swiper
   npm install -D sass-embedded
   npm install @inertiajs/server
```

Publish Assets,Seeders,Models,Controllers,Repositories,Requests,Resources

```
php artisan vendor:publish --tag=starterkit-assets --force
php artisan vendor:publish --tag=starterkit-seeders
php artisan vendor:publish --tag=starterkit-models
php artisan vendor:publish --tag=starterkit-controllers
php artisan vendor:publish --tag=starterkit-repositories
php artisan vendor:publish --tag=starterkit-requests
php artisan vendor:publish --tag=starterkit-helpers
php artisan vendor:publish --tag=starterkit-resources
php artisan vendor:publish --tag=starterkit-queryfilters
php artisan vendor:publish --tag=starterkit-traits
php artisan vendor:publish --tag=starterkit-rules
php artisan vendor:publish --tag=routes
php artisan starterkit:adjusted-namespace
```

Rename .env.example and config your database

Now, you can publish and run the migrations with:

```
php artisan vendor:publish --tag="starterkit-migrations"
php artisan migrate
```

And now un seeder data

```
php artisan db:seed
```

Usage
-----

[](#usage)

- /backend/login
- email:
- password : Super1q2w3e++2025

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Acit Jazz](https://github.com/Acit-Jazz)
- [Acit Jazz](https://github.com/AcitJazz)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

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/561f31748ace72e20b8bfdf6652da50b87eb78cd3536c75a91441f98e7439a87?d=identicon)[acitjazz](/maintainers/acitjazz)

---

Top Contributors

[![acitjazz](https://avatars.githubusercontent.com/u/573830?v=4)](https://github.com/acitjazz "acitjazz (17 commits)")

### Embed Badge

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

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

PHPackages © 2026

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