PHPackages                             lartisan/laravel-preset - 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. [Admin Panels](/categories/admin)
4. /
5. lartisan/laravel-preset

ActivePreset[Admin Panels](/categories/admin)

lartisan/laravel-preset
=======================

A TALL Admin Panel for Laravel.

v1.1.0(5y ago)475386[1 issues](https://github.com/lartisan/laravel-preset/issues)MITHTML

Since May 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lartisan/laravel-preset)[ Packagist](https://packagist.org/packages/lartisan/laravel-preset)[ RSS](/packages/lartisan-laravel-preset/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

[![](stubs/public/img/lartisan_logo.png)](stubs/public/img/lartisan_logo.png)

---

[![Total Downloads](https://camo.githubusercontent.com/76769c97acd121c4057c7e0a8831f5cf4c85df37208c81f659402c83cc45b697/68747470733a2f2f706f7365722e707567782e6f72672f6c6172746973616e2f6c61726176656c2d7072657365742f642f746f74616c2e737667)](https://packagist.org/packages/lartisan/laravel-preset)[![Latest Stable Version](https://camo.githubusercontent.com/2933e58c0f029541265703e97b5343c7142e5576fe91c8e0d52fef7b5b6966b0/68747470733a2f2f706f7365722e707567782e6f72672f6c6172746973616e2f6c61726176656c2d7072657365742f762f737461626c652e737667)](https://packagist.org/packages/lartisan/laravel-preset)[![License](https://camo.githubusercontent.com/16168f9a641b57683af3deb077e9fe2d52d32a0d4c1cce25adefa926bb90052c/68747470733a2f2f706f7365722e707567782e6f72672f6c6172746973616e2f6c61726176656c2d7072657365742f6c6963656e73652e737667)](https://packagist.org/packages/lartisan/laravel-preset)

---

A TALL Admin Dashboard Preset for Laravel 7+
--------------------------------------------

[](#a-tall-admin-dashboard-preset-for-laravel-7)

A Laravel 7+ admin preset that scaffolds out a minimum functionality to get one started. On top of Laravel, this preset is built using Tailwind CSS, Alpine JS and Livewire and includes:

- [Laravel UI](https://github.com/laravel/ui) for generating the auth
- [Laravel Charts](https://charts.erik.cat/) with ChartJS presets
- [SweetAlert2](https://realrashid.github.io/sweet-alert/) package by Rashid Ali (realrashid)
- [DropzoneJS](https://www.dropzonejs.com/) for uploading files

### Demo

[](#demo)

Here is a demo of the preset in action:

### Installation

[](#installation)

I recommend this package on a fresh Laravel instalation to avoid overriding some files. Here is the [file structure](#file-structure) of the stubs. To install the preset, run

```
composer require lartisan/laravel-preset

```

Then apply the scaffolding by running

```
php artisan ui lartisan

```

And finally run

```
npm install && npm run dev

```

Enjoy!

### File Structure

[](#file-structure)

```
|── src
|   |── Presets
|	|	└── LartisanPreset.php
|	└── Providers
|		└── LartisanServiceProvider.php
|── stubs
|	|── app
|	|	|── Charts
|	|	|	|── LatestUsers.php
|	|	|	└── MonthlyViews.php
|	|	|── Http
|	|	|	|── Controllers
|	|	|	|	|── Admin
|	|	|	|	|	|── DashboardController.php
|	|	|	|	|	└── PageController.php
|	|	|	|	└── Auth
|	|	|	|		|── LoginController.php
|	|	|	|		└── RegisterController.php
|	|	|	└── Livewire
|	|	|		|── LoginForm.php
|	|	|		└── RegisterForm.php
|	|	└── Providers
|	|		└── RouteServiceProvider.php
|	|── public
|	|	└── img
|	|		|── apple-touch-icon.png
|	|		|── favicon.png
|	|		└── lartisan_logo.png
|	|── resources
|	|	|── css
|	|	|	└── main.css
|	|	|── js
|	|	|	|── app.js
|	|	|	└── bootstrap.js
|	|	|── lang
|	|	|	└── en
|	|	|── sass
|	|	|	└── app.scss
|	|	└── views
|	|		|── admin
|	|		|	└── layouts
|	|		|	|	|── partials
|	|		|	|	|	|── _datepicker.blade.php
|	|		|	|	|	|── footer.blade.php
|	|		|	|	|	|── header.blade.php
|	|		|	|	|	└── sidebar.blade.php
|	|		|	|	└── app.blade.php
|	|		|	|── entypo-icons.blade.php
|	|		|	|── forms-icons.blade.php
|	|		|	|── heroicons-icons.blade.php
|	|		|	|── home-icons.blade.php
|	|		|	|── profile-icons.blade.php
|	|		|	|── tables-icons.blade.php
|	|		|	└── zondicons-icons.blade.php
|	|		|── auth
|	|		|	|── login.blade.php
|	|		|	└── register.blade.php
|	|		|── livewire
|	|		|	|── login-form.blade.php
|	|		|	└── register-form.blade.php
|	|		└── welcome.blade.php
|	|── routes
|	|	└── admin.php
|	|── storage
|	|	|── entypo+
|	|	|── heroicons
|	|	└── zondicons
|	|── tailwind.config.js
|	└── webpack.mix.js
|── composer.json
|── LICENSE.md
└── README.md

```

### License

[](#license)

The lartisan-preset package is an open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~3 days

Total

2

Last Release

2184d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dcd7882a854e97effa9fbf7c979e9c9c7f9795bfb5422224a22253a10fd0cc0?d=identicon)[cristake](/maintainers/cristake)

---

Top Contributors

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

---

Tags

admin-dashboardalpinejslaravellaravel-presetlivewiretailwindcsslaravellivewiretailwind cssalpine jslaravel-admin-panellaravel-preset

### Embed Badge

![Health badge](/badges/lartisan-laravel-preset/health.svg)

```
[![Health](https://phpackages.com/badges/lartisan-laravel-preset/health.svg)](https://phpackages.com/packages/lartisan-laravel-preset)
```

###  Alternatives

[ibex/crud-generator

Laravel CRUD Generator

706235.0k](/packages/ibex-crud-generator)[appzcoder/laravel-admin

Laravel Admin Panel

747106.3k](/packages/appzcoder-laravel-admin)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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