PHPackages                             timedoor/baskito - 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. timedoor/baskito

ActiveProject[Framework](/categories/framework)

timedoor/baskito
================

Laravel Starter Kit with InertiaJS and Vue 3

v1.5.4(1y ago)1664MITPHPPHP ^8.1

Since Feb 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/backend-timedoor/baskito)[ Packagist](https://packagist.org/packages/timedoor/baskito)[ RSS](/packages/timedoor-baskito/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (23)Versions (27)Used By (0)

Baskito
=======

[](#baskito)

About Baskito
-------------

[](#about-baskito)

Baskito stands for Backend Starter Kit Task Force that [Timedoor Backend Developer](https://github.com/backend-timedoor) built to improve development time for the admin page with a standardized tech stack and components built on [Laravel 9](https://laravel.com/docs/9.x) :

- [Laravel 9](https://laravel.com/docs/9.x)
- [Vue 3](https://vuejs.org/guide/introduction.html)
- [Inertia](https://inertiajs.com)
- [Bootstrap 4](https://getbootstrap.com/docs/4.6/getting-started/introduction)
- [Stisla](https://github.com/stisla/stisla)

Prerequisites
-------------

[](#prerequisites)

Before starting a Baskito project, you need to install this program on your computer to match the Baskito tech stack.

- `php : ^8.0.2` [docs](https://www.php.net)
- `composer : ^2.0.0` [docs](https://getcomposer.org/doc)
- `nodejs : ^16.0.0` [docs](https://nodejs.org)

Dependencies
------------

[](#dependencies)

Besides the package that is already built-in with Laravel, here's the list of installed dependencies within this project.

### PHP

[](#php)

- `inertiajs/inertia-laravel : ^0.6.4` [docs](https://inertiajs.com)
- `innocenzi/laravel-vite: 0.2.*` [docs](https://laravel-vite.dev/guide/extra-topics/inertia.html)
- `laravel/ui: ^4.1` [docs](https://github.com/laravel/ui)
- `tightenco/ziggy: ^1.5` [docs](https://github.com/tighten/ziggy)
- `barryvdh/laravel-debugbar: ^3.7` [docs](https://github.com/barryvdh/laravel-debugbar)

### Javascript

[](#javascript)

- `@types/bootstrap: ^5.2.6` [docs](https://github.com/DefinitelyTyped/DefinitelyTyped)
- `@types/jquery: ^3.5.14` [docs](https://github.com/DefinitelyTyped/DefinitelyTyped)
- `@types/ziggy-js: ^1.3.2` [docs](https://github.com/DefinitelyTyped/DefinitelyTyped)
- `@types/select2: ^4.0.56` [docs](https://github.com/DefinitelyTyped/DefinitelyTyped)
- `@typescript-eslint/eslint-plugin: ^5.46.1` [docs](https://typescript-eslint.io)
- `@typescript-eslint/parser: ^5.46.1` [docs](https://typescript-eslint.io)
- `@vitejs/plugin-vue: ^3.2.0` [docs](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/README.md)
- `@vue/compiler-sfc: ^3.2.45` [docs](https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme)
- `eslint: ^8.29.0` [docs](https://eslint.org)
- `eslint-config-prettier: ^8.5.0` [docs](https://github.com/prettier/eslint-config-prettier)
- `eslint-plugin-vue: ^9.8.0` [docs](https://eslint.vuejs.org)
- `prettier: ^2.8.1` [docs](https://prettier.io)
- `sass: ^1.56.1` [docs](https://sass-lang.com)
- `vite: ^3.2.5` [docs](https://vitejs.dev)
- `vite-plugin-laravel: ^3.2.5` [docs](https://laravel-vite.dev)
- `vue-eslint-parser: ^9.1.0` [docs](https://github.com/vuejs/vue-eslint-parser)
- `@inertiajs/inertia: ^0.11.1` [docs](https://inertiajs.com)
- `@inertiajs/inertia-vue3: ^0.6.0` [docs](https://inertiajs.com)
- `@inertiajs/progress: ^0.2.7` [docs](https://inertiajs.com/progress-indicators#top)
- `vue: ^3.2.36` [docs](https://vuejs.org/guide/introduction.html)
- `ziggy-js: ^1.5.0` [docs](https://github.com/tighten/ziggy)

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

[](#installation)

### PHP

[](#php-1)

First, you need to install all PHP package requirements.

```
composer install
```

Copy and paste the `.env.example` file into `.env` this project and generate `APP_KEY`.

```
cp .env.example .env

php artisan key:generate
```

Create and set your database configuration in the `.env` file then run the database migration and seeder.

```
php artisan migrate --seed
```

### Javascript

[](#javascript-1)

Install Javascript package dependencies.

```
npm install
```

Run Vite for development.

```
npm run dev
```

Build Vite.

```
npm run build
```

Settings
--------

[](#settings)

### Vite

[](#vite)

Set `DEV_SERVER_URL` setting in `.env` to match your local project URL and add a port for Vite to it.

```
DEV_SERVER_URL=http://baskito.test:4000
```

### Vite SSL

[](#vite-ssl)

If you use HTTPS for `DEV_SERVER_URL` while using Laragon that is not placed in the default folder (`C:\laragon`) or somehow have an SSL error, you must specify the SSL key and certificate file path in the `DEV_SERVER_KEY` and `DEV_SERVER_CERT` settings in the `.env`.

```
DEV_SERVER_KEY="D:\\laragon\\etc\\ssl\\laragon.key"
DEV_SERVER_CERT="D:\\laragon\\etc\\ssl\\laragon.crt"
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance40

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 61.3% 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 ~30 days

Recently: every ~61 days

Total

25

Last Release

506d ago

PHP version history (2 changes)v1.0.0PHP ^8.0.2

v1.4.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/79293259?v=4)[Timedoor Backend](/maintainers/backend-timedoor)[@backend-timedoor](https://github.com/backend-timedoor)

---

Top Contributors

[![aryanjaya](https://avatars.githubusercontent.com/u/49602988?v=4)](https://github.com/aryanjaya "aryanjaya (146 commits)")[![rizkyhidayattulloh](https://avatars.githubusercontent.com/u/47727108?v=4)](https://github.com/rizkyhidayattulloh "rizkyhidayattulloh (28 commits)")[![adrianedy](https://avatars.githubusercontent.com/u/43314879?v=4)](https://github.com/adrianedy "adrianedy (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (21 commits)")[![backend-timedoor](https://avatars.githubusercontent.com/u/79293259?v=4)](https://github.com/backend-timedoor "backend-timedoor (17 commits)")[![Devajayantha](https://avatars.githubusercontent.com/u/37115854?v=4)](https://github.com/Devajayantha "Devajayantha (4 commits)")

---

Tags

frameworklaravelinertiajsbaskito

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)

PHPackages © 2026

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