PHPackages                             andrewperoramas/sassykit - 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. andrewperoramas/sassykit

ActiveProject[Framework](/categories/framework)

andrewperoramas/sassykit
========================

A starter kit for the Laravel framework using Inertia.js, React, and Mantine.

v0.0.2(11mo ago)04MITPHPPHP ^8.2CI failing

Since May 14Pushed 8mo agoCompare

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

READMEChangelogDependencies (31)Versions (4)Used By (0)

Laravel + React (Mantine) + Inertia + Filament Starter Kit
==========================================================

[](#laravel--react-mantine--inertia--filament-starter-kit)

```
laravel new --using=andrewperoramas/sassykit
cp .env.example .env;
make build;
make up

```

Handling Authorization
======================

[](#handling-authorization)

in react I made a hook in to handle dynamic permissions, I made usePermission() in hooks/use-permission.ts,

to use this, you just need usePermission('remove', { teamId, member }), Then in your policy, you should have public function remove($team, $member);

and by default, if you don't need dynamic permission, you can simply use

```
const {
    auth: { can },
} = usePage().props;

```

This will fetch all permissions of the current user

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance60

Regular maintenance activity

Popularity3

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.6% 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

2

Last Release

359d ago

### Community

Maintainers

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

---

Top Contributors

[![adichannnnnhere64](https://avatars.githubusercontent.com/u/83938276?v=4)](https://github.com/adichannnnnhere64 "adichannnnnhere64 (161 commits)")[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (41 commits)")[![hugosaintemarie](https://avatars.githubusercontent.com/u/10208811?v=4)](https://github.com/hugosaintemarie "hugosaintemarie (36 commits)")[![adrum](https://avatars.githubusercontent.com/u/1464185?v=4)](https://github.com/adrum "adrum (26 commits)")[![tnylea](https://avatars.githubusercontent.com/u/601261?v=4)](https://github.com/tnylea "tnylea (24 commits)")[![JoeyMckenzie](https://avatars.githubusercontent.com/u/16873254?v=4)](https://github.com/JoeyMckenzie "JoeyMckenzie (3 commits)")[![Rinnsy](https://avatars.githubusercontent.com/u/68080844?v=4)](https://github.com/Rinnsy "Rinnsy (2 commits)")[![simonswiss](https://avatars.githubusercontent.com/u/485747?v=4)](https://github.com/simonswiss "simonswiss (2 commits)")[![matthiasweiss](https://avatars.githubusercontent.com/u/11889938?v=4)](https://github.com/matthiasweiss "matthiasweiss (2 commits)")[![impruthvi](https://avatars.githubusercontent.com/u/61496236?v=4)](https://github.com/impruthvi "impruthvi (1 commits)")[![kaarelsirel](https://avatars.githubusercontent.com/u/18115386?v=4)](https://github.com/kaarelsirel "kaarelsirel (1 commits)")[![kozhinhikkodan-dev](https://avatars.githubusercontent.com/u/178982289?v=4)](https://github.com/kozhinhikkodan-dev "kozhinhikkodan-dev (1 commits)")[![maru0914](https://avatars.githubusercontent.com/u/56859729?v=4)](https://github.com/maru0914 "maru0914 (1 commits)")[![michaelnabil230](https://avatars.githubusercontent.com/u/46572405?v=4)](https://github.com/michaelnabil230 "michaelnabil230 (1 commits)")[![msamgan](https://avatars.githubusercontent.com/u/29948727?v=4)](https://github.com/msamgan "msamgan (1 commits)")[![ninjaparade](https://avatars.githubusercontent.com/u/228899?v=4)](https://github.com/ninjaparade "ninjaparade (1 commits)")[![pataar](https://avatars.githubusercontent.com/u/3403851?v=4)](https://github.com/pataar "pataar (1 commits)")[![pjsalita](https://avatars.githubusercontent.com/u/22855024?v=4)](https://github.com/pjsalita "pjsalita (1 commits)")[![rrmesquita](https://avatars.githubusercontent.com/u/30835404?v=4)](https://github.com/rrmesquita "rrmesquita (1 commits)")[![rusdyahmad](https://avatars.githubusercontent.com/u/488866?v=4)](https://github.com/rusdyahmad "rusdyahmad (1 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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