PHPackages                             alfism1/ultimate-starter-kit - 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. alfism1/ultimate-starter-kit

ActiveProject

alfism1/ultimate-starter-kit
============================

The Ultimate Starter Kit for Laravel Filament with Laravel Breeze and Inertia.js (Typescript)

00PHP

Since Jul 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alfism1/ultimate-starter-kit)[ Packagist](https://packagist.org/packages/alfism1/ultimate-starter-kit)[ RSS](/packages/alfism1-ultimate-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Ultimate Starter Kit](https://raw.githubusercontent.com/alfism1/ultimate-starter-kit/master/ultimate-starter-kit.png)](https://raw.githubusercontent.com/alfism1/ultimate-starter-kit/master/ultimate-starter-kit.png)

Ultimate Starter Kit
====================

[](#ultimate-starter-kit)

This is the ultimate starter kit for Laravel projects, designed to help you quickly set up and get started with modern web development practices.

Features
--------

[](#features)

- **Laravel Breeze**
    - Inertia.js with React, SSR, and TypeScript
- **Filament**
    - [Filament PHP](https://filamentphp.com)
    - [Spatie Media Library Plugin](https://filamentphp.com/plugins/filament-spatie-media-library)
    - [Image Optimizer](https://github.com/joshembling/image-optimizer)
    - [Shield Plugin](https://filamentphp.com/plugins/bezhansalleh-shield)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2

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

[](#installation)

1. Clone the repository:

    ```
    git clone https://github.com/alfism1/ultimate-starter-kit.git
    cd ultimate-starter-kit
    ```
2. Copy and configure the environment file:

    ```
    cp .env.example .env
    # Edit the .env file to configure your environment
    ```
3. Install dependencies:

    ```
    composer install
    npm install
    ```
4. Generate the application key:

    ```
    php artisan key:generate
    ```
5. Linking storage:

    ```
    php artisan storage:link
    ```
6. Run database migrations and seeders:

    ```
    php artisan migrate
    php artisan db:seed
    ```
7. Create a super admin:

    ```
    php artisan shield:super-admin
    ```

Usage
-----

[](#usage)

### Development

[](#development)

To start the development server:

```
npm run dev
```

### Production

[](#production)

To build the project for production:

```
npm run build
```

### Run Jobs

[](#run-jobs)

```
php artisan queue:work
```

Adding New Policies
-------------------

[](#adding-new-policies)

To create a new policy:

```
php artisan make:policy ResourceNamePolicy
```

Then configure the created policy in `app/Policies/ResourceNamePolicy.php`.

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

[](#contributing)

Feel free to submit issues or pull requests. Contributions are welcome!

License
-------

[](#license)

This project is licensed under the MIT License.

---

For more details, visit the [repository](https://github.com/alfism1/ultimate-starter-kit).

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

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/46f0fe738f10639d488d300ed040313ec58d481862c5db2ba31e8467b5c81786?d=identicon)[alfism1](/maintainers/alfism1)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/alfism1-ultimate-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/alfism1-ultimate-starter-kit/health.svg)](https://phpackages.com/packages/alfism1-ultimate-starter-kit)
```

PHPackages © 2026

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