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

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

axentix/laravel-preset
======================

A Laravel frontend preset for Axentix

2.4.1(4y ago)3157MITBlade

Since Sep 18Pushed 4y agoCompare

[ Source](https://github.com/axentix/laravel-preset)[ Packagist](https://packagist.org/packages/axentix/laravel-preset)[ RSS](/packages/axentix-laravel-preset/feed)WikiDiscussions laravel-8.x Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (16)Used By (0)

Laravel 7.0+ Frontend preset for Axentix
========================================

[](#laravel-70-frontend-preset-for-axentix)

A Laravel front-end scaffolding preset for [Axentix](https://useaxentix.com).

IMPORTANT
---------

[](#important)

Default branch for Laravel 8.
We maintained Laravel 7 compatibility on laravel-7.x branch.
**Installation steps are same.**

Usage
-----

[](#usage)

1. Fresh install Laravel &gt;= 7.0 and `cd` to your app.
2. Install this preset via `composer require axentix/laravel-preset --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 axentix` for the basic Axentix preset
2. `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 axentix --auth` for the basic preset, auth route entry, and Axentix 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. `npm install && npm run dev`
3. Configure your favorite database (mysql, sqlite etc.)
4. `php artisan migrate` to create basic user tables.
5. `php artisan serve` (or equivalent) to run server and test preset.

### Config

[](#config)

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

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~26 days

Total

14

Last Release

1728d ago

Major Versions

1.0.1 → 2.1.02020-11-29

1.1.0 → 2.2.02021-02-24

1.2.0 → 2.3.02021-05-03

1.3.0 → 2.4.02021-08-13

1.4.0 → 2.4.12021-08-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/56296209?v=4)[Axentix](/maintainers/Axentix)[@axentix](https://github.com/axentix)

---

Top Contributors

[![Xelzs](https://avatars.githubusercontent.com/u/32241342?v=4)](https://github.com/Xelzs "Xelzs (8 commits)")[![Stallos11](https://avatars.githubusercontent.com/u/49057921?v=4)](https://github.com/Stallos11 "Stallos11 (1 commits)")

---

Tags

axentixaxentix-scaffoldinglaravellaravel-uipresetuilaraveluipresetlaravel uiaxentix

### Embed Badge

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

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

###  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/inertiajs

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

1464.5k](/packages/laravel-frontend-presets-inertiajs)[laravel-frontend-presets/white-dashboard

Laravel 11.x Front-end preset for white dashboard

507.8k](/packages/laravel-frontend-presets-white-dashboard)

PHPackages © 2026

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