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

ActiveLibrary[Framework](/categories/framework)

mediawebid/starterkit
=====================

Starter kit for Laravel Inertia Vue js 3

00VueCI failing

Since Jun 22Pushed 11mo agoCompare

[ Source](https://github.com/mediaweb-id/starterkit)[ Packagist](https://packagist.org/packages/mediawebid/starterkit)[ RSS](/packages/mediawebid-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 mediaweb-id/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

15

—

LowBetter than 3% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity0

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/c78ab1ff379ef1fe2e070dc9de121472d114d7ba812d37fbc47950d2900d62b0?d=identicon)[mediaweb](/maintainers/mediaweb)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[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.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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