PHPackages                             patriciomartinns/laravel-filament-breeze - 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. patriciomartinns/laravel-filament-breeze

ActiveProject[Framework](/categories/framework)

patriciomartinns/laravel-filament-breeze
========================================

The skeleton application for the Laravel framework.

02[3 PRs](https://github.com/patriciomartinns/laravel-filament-breeze/pulls)PHPCI failing

Since Mar 12Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/patriciomartinns/laravel-filament-breeze)[ Packagist](https://packagist.org/packages/patriciomartinns/laravel-filament-breeze)[ RSS](/packages/patriciomartinns-laravel-filament-breeze/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Laravel Starter Kit with Filament, Breeze, and Spatie Login Link
================================================================

[](#laravel-starter-kit-with-filament-breeze-and-spatie-login-link)

This is a starter kit for Laravel projects that includes:

- **Filament**: A modern and powerful admin panel for Laravel.
- **Breeze**: A simple and minimal authentication kit for Laravel.
- **Spatie Login Link**: A package that provides passwordless login via a unique login link displayed on the screen.

What's Included?
----------------

[](#whats-included)

- **Laravel**: PHP framework for web development.
- **Filament**: Elegant and customizable admin panel.
- **Breeze**: Authentication scaffolding with support for Blade, Vue, or React.
- **Spatie Laravel Login Link**: Passwordless login using unique login links.

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

[](#requirements)

- PHP &gt;= 8.2
- Composer
- Node.js (for asset compilation)
- Database (MySQL, PostgreSQL, SQLite, etc.)

Local Development Setup
-----------------------

[](#local-development-setup)

Follow these steps to set up the project locally:

1. **Clone the repository**:

    ```
    git clone https://github.com/patriciomartinns/laravel-filament-breeze example
    cd example

    ## Or
    laravel new example --using=patriciomartinns/laravel-filament-breeze
    ```
2. **Install PHP dependencies**:

    ```
    composer install
    ```
3. **Install Node.js dependencies**:

    ```
    npm install
    ```
4. **Set up the environment**:

    - Copy the `.env.example` file to `.env`: ```
        cp .env.example .env
        ```
    - Configure the environment variables in the `.env` file, such as `DB_DATABASE`, `DB_USERNAME`, and `DB_PASSWORD`.
5. **Generate the application key**:

    ```
    php artisan key:generate
    ```
6. **Run migrations**:

    ```
    php artisan migrate
    ```
7. **Seed the database**:

    - Run the seeder to populate the default user (defined in `DatabaseSeeder`): ```
        php artisan db:seed
        ```
8. **Compile assets**:

    ```
    npm run dev
    ```
9. **Start the development server**:

    ```
    composer run dev
    ```
10. **Access the project**:

    - Open your browser and go to `http://localhost:8000`.

This will generate a unique login link for the specified email address.

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

[](#contributing)

If you'd like to contribute to this project, follow these steps:

1. Fork the repository.
2. Create a feature branch (`git checkout -b feature/new-feature`).
3. Commit your changes (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature/new-feature`).
5. Open a Pull Request.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance53

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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/6b88cc084db0a4ddd2bcfdd821c44e652e2a94dec2fbd94db88d32001713f33c?d=identicon)[patriciomartins](/maintainers/patriciomartins)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/patriciomartinns-laravel-filament-breeze/health.svg)

```
[![Health](https://phpackages.com/badges/patriciomartinns-laravel-filament-breeze/health.svg)](https://phpackages.com/packages/patriciomartinns-laravel-filament-breeze)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.

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

A simple API extension for DateTime.

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

PHPackages © 2026

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