PHPackages                             yannickyayo/laravel-preset-ttall - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yannickyayo/laravel-preset-ttall

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yannickyayo/laravel-preset-ttall
================================

Laravel frontend preset for Ttall stack

3.2.0(6y ago)98254[3 issues](https://github.com/YannickYayo/laravel-preset-ttall/issues)[2 PRs](https://github.com/YannickYayo/laravel-preset-ttall/pulls)MITHTML

Since Feb 10Pushed 3y ago4 watchersCompare

[ Source](https://github.com/YannickYayo/laravel-preset-ttall)[ Packagist](https://packagist.org/packages/yannickyayo/laravel-preset-ttall)[ RSS](/packages/yannickyayo-laravel-preset-ttall/feed)WikiDiscussions 3.x Synced yesterday

READMEChangelog (10)Dependencies (4)Versions (17)Used By (0)

Laravel 6.x and 7.x Frontend preset for The TTALL Stack
=======================================================

[](#laravel-6x-and-7x-frontend-preset-for-the-ttall-stack)

An opiniated Laravel front-end scaffolding preset for TTALL stack - Taiwlindcss | Turbolinks | Alpinejs | Laravel | Livewire.

---

### If you are using a previous version of this package (current version is 3.x), check the table below to find the right `README.md` file:

[](#if-you-are-using-a-previous-version-of-this-package-current-version-is-3x-check-the-table-below-to-find-the-right-readmemd-file)

VersionLaravel VersionREADME link^2.0^7.0[click](https://github.com/YannickYayo/laravel-preset-ttall/blob/3.x/README.md)^1.0^5.5|^6.0[click](https://github.com/YannickYayo/laravel-preset-ttall/blob/1.x/README.md)---

It comes with usefull packages and their configurations files :

- Laravel debugbar
- Laravel IDE Helper
- Php CS Fixer
- Larastan
- Eslint (Airbnb rules)
- Prettier

1. Usage
--------

[](#1-usage)

1. Fresh install Laravel &gt;= 6.0 and `cd` to your app.
2. Install this preset via `composer require yannickyayo/laravel-preset-ttall --dev`. Laravel will automatically discover this package. No need to register the service provider.

### a. For Presets without Authentication

[](#a-for-presets-without-authentication)

1. Use `php artisan ui ttall` for the basic preset
2. `composer update && npm install && npm run dev`
3. `php artisan serve` (or equivalent) to run server and test preset.

### b. For Presets with Authentication

[](#b-for-presets-with-authentication)

1. Use `php artisan ui ttall --auth` for the basic preset, auth route entry and auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)
2. `composer update && npm install && npm run dev`
3. `php artisan serve` (or equivalent) to run server and test preset.

### Config

[](#config)

The default `tailwind.config.js` configuration file included by this package is including the `Inter` font family. You should wish to make changes by removing the file and run `node_modules/.bin/tailwind init`, which will generate a fresh configuration file for you, which you are free to change to suit your needs.
The `Inter` font family is included in your `resources/layouts/app.blade.php` file.

Add a new i18n string in the `resources/lang/XX/pagination.php` file for each language that your app uses:

```
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'goto_page' => 'Goto page #:page', // Add this line
```

This should help with accessibility

```

    2

```

### scripts

[](#scripts)

A composer's script is added automatically to tell `Laravel IDE Helper` to rescan your `Facades` and `Models` files after every `composer update` :

```
"scripts":{
    "post-update-cmd": [
        "Illuminate\\Foundation\\ComposerScripts::postUpdate",
        "@php artisan ide-helper:generate",
        "@php artisan ide-helper:meta"
    ]
}
```

Scripts are also added to your `package.json` and `composer.json` to run specific actions :

- `composer format` : will use `php-cs-fixer` to format your php files
- `composer test` : will use the `php artisan test` command to run your phpunit tests
- `composer analyse` : will use `larastan` to analyse your code
- `npm run format` : will format your js files on `resources/js` folder
- `npm run lint` : will find issues in your js files based on Airbnb's rules and try to fix them

### Screenshots

[](#screenshots)

*Coming soon...*

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 92.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 ~4 days

Total

14

Last Release

2232d ago

Major Versions

1.0.1 → 2.0.02020-03-04

2.0.0 → 3.0.02020-03-05

1.1.0 → 3.0.32020-03-11

1.1.1 → 3.1.02020-03-13

2.x-dev → 3.2.02020-04-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/34b51ab4a50a0a8270068da4bde6ad2b287a992d7fce8fe978a9a102a9f5dea4?d=identicon)[Yannick Yayo](/maintainers/Yannick%20Yayo)

---

Top Contributors

[![YannickYayo](https://avatars.githubusercontent.com/u/9850323?v=4)](https://github.com/YannickYayo "YannickYayo (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![tipytechnique](https://avatars.githubusercontent.com/u/44948849?v=4)](https://github.com/tipytechnique "tipytechnique (1 commits)")

---

Tags

laravelpresetttall

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[laravel-frontend-presets/tailwindcss

Laravel frontend preset for Tailwind CSS

1.1k405.6k6](/packages/laravel-frontend-presets-tailwindcss)[miaababikir/laravel-tailwind-dashboard-preset

Laravel tailwind css dashboard preset

3634.7k](/packages/miaababikir-laravel-tailwind-dashboard-preset)[laravel-frontend-presets/now-ui-dashboard

Laravel 11.x Front-end preset for now ui dashboard

22318.3k](/packages/laravel-frontend-presets-now-ui-dashboard)[laravel-frontend-presets/inertiajs

A Laravel frontend preset to get you up and running with Inertia.js

1464.5k](/packages/laravel-frontend-presets-inertiajs)[laravel-frontend-presets/zurb-foundation

Laravel 6.0+ front-end preset for Zurb Foundation

5418.7k](/packages/laravel-frontend-presets-zurb-foundation)

PHPackages © 2026

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