PHPackages                             laravel-frontend-presets/argon - 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. laravel-frontend-presets/argon

ActiveLibrary

laravel-frontend-presets/argon
==============================

Laravel 11.x Front-end preset for argon

v2.0.2(1y ago)235242.7k—7.4%1.4k[3 PRs](https://github.com/laravel-frontend-presets/argon/pulls)MITHTML

Since Jan 22Pushed 1y ago22 watchersCompare

[ Source](https://github.com/laravel-frontend-presets/argon)[ Packagist](https://packagist.org/packages/laravel-frontend-presets/argon)[ Docs](https://github.com/creativetimofficial/argon-dashboard-laravel)[ RSS](/packages/laravel-frontend-presets-argon/feed)WikiDiscussions master Synced 1mo ago

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

[Argon Dashboard 2 Laravel - Free](https://www.creative-tim.com/product/argon-dashboard-laravel)
================================================================================================

[](#argon-dashboard-2-laravel---free)

[![version](https://camo.githubusercontent.com/55f30def4a68344c0de905e67851fe21552f126e98f7c99bbe794e47be861c23/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d332e302e302d626c75652e737667)](https://camo.githubusercontent.com/55f30def4a68344c0de905e67851fe21552f126e98f7c99bbe794e47be861c23/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d332e302e302d626c75652e737667)[![license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)[![GitHub issues open](https://camo.githubusercontent.com/415af6719d1fde4df71b172a5cb63c5fbbfae0e521655730c86285f52bba4053/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f637265617469766574696d6f6666696369616c2f6172676f6e2d64617368626f6172642d6c61726176656c2e737667)](https://github.com/creativetimofficial/argon-dashboard-laravel/issues?q=is%3Aopen+is%3Aissue)[![GitHub issues closed](https://camo.githubusercontent.com/ff2040a9ba0cffc770315e56d62461d64ea72bc79d7fd65ab8e85ca11babf65f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642d7261772f637265617469766574696d6f6666696369616c2f6172676f6e2d64617368626f6172642d6c61726176656c2e737667)](https://github.com/creativetimofficial/argon-dashboard-laravel/issues?q=is%3Aissue+is%3Aclosed)

*Frontend version*: Argon Dashboard v3.0.0. More info at [ ![](https://camo.githubusercontent.com/7d9bad21b61520dce50503fa934c8c0a775b8617cb335c21c3fe9486d7525b6a/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3134302f6f726967696e616c2f6172676f6e2d64617368626f6172642d6c61726176656c2e6a7067)](https://argon-dashboard-laravel.creative-tim.com)

Speed up your web development with the Bootstrap 5 Admin Dashboard built for Laravel Framework 11.x and up.

If you want to get more features, go PRO with [Argon Dashboard 2 PRO Laravel](https://www.creative-tim.com/product/argon-dashboard-pro-laravel).

Table of Contents
-----------------

[](#table-of-contents)

- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Versions](#versions)
- [Demo](#demo)
- [Documentation](#documentation)
- [Login](#login)
- [Register](#register)
- [Forgot Password](#forgot-password)
- [Reset Password](#reset-password)
- [User Profile](#user-profile)
- [Dashboard](#dashboard)
- [File Structure](#file-structure)
- [Browser Support](#browser-support)
- [Reporting Issues](#reporting-issues)
- [Licensing](#licensing)
- [Useful Links](#useful-links)
- [Social Media](#social-media)
- [Credits](#credits)

Prerequisites
-------------

[](#prerequisites)

If you don't already have an Apache local environment with PHP and MySQL, use one of the following links:

- Windows:
- Linux &amp; Mac:

Also, you will need to install Composer:
And Laravel:

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

[](#installation)

After initializing a fresh instance of Laravel (and making all the necessary configurations), install the preset using one of the provided methods:

### Via composer

[](#via-composer)

1. `Cd` to your Laravel app
2. Type in your terminal: `composer require laravel/ui`
3. Install this preset via `composer require laravel-frontend-presets/argon`. No need to register the service provider. Laravel 11.x &amp; up can auto detect the package.
4. Run `php artisan ui argon` command to install the Argon preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
5. In your terminal run `composer dump-autoload`
6. Run `php artisan migrate:fresh --seed` to create basic users table

### By using the archive

[](#by-using-the-archive)

1. In your application's root create a **presets** folder
2. Download the archive of the repo and unzip it
3. Copy and paste the downloaded folder in presets (created in step 2) and rename it to **argon**
4. Open `composer.json` file
5. Add `"LaravelFrontendPresets\\ArgonPreset\\": "presets/argon/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
6. Add `LaravelFrontendPresets\ArgonPreset\ArgonPresetServiceProvider::class` to `config/app.php` file
7. Type in your terminal: `composer require laravel/ui`
8. In your terminal run `composer dump-autoload`
9. Run `php artisan ui argon` command to install the Argon preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
10. Add in your **.env** file the info for your database
11. Run `php artisan migrate:fresh --seed` to create basic users table
12. Run `npm install perfect-scrollbar`

Usage
-----

[](#usage)

Register a user or login with default user **** and password **secret** from your database and start testing (make sure to run the migrations and seeders for these credentials to be available).

Besides the dashboard, the auth pages, the billing and table pages, there is also has an edit profile page. All the necessary files are installed out of the box and all the needed routes are added to `routes/web.php`. Keep in mind that all of the features can be viewed once you login using the credentials provided or by registering your own user.

Versions
--------

[](#versions)

[![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/html-logo.jpg)](https://www.creative-tim.com/product/argon-dashboard)[![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/react-logo.jpg)](https://www.creative-tim.com/product/argon-dashboard-react)[![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/vue-logo.jpg)](https://www.creative-tim.com/product/vue-argon-dashboard)[![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/angular-logo.jpg)](https://www.creative-tim.com/product/argon-dashboard-angular)[![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/aspnet-logo.jpg)](https://www.creative-tim.com/product/argon-dashboard-asp-net)[![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/nodejs-logo.jpg)](https://www.creative-tim.com/product/argon-dashboard-nodejs)[![](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/laravel_logo.png)](https://www.creative-tim.com/product/argon-dashboard-laravel)

HTMLVueLaravel[![Argon Dashboard HTML](https://camo.githubusercontent.com/d331cd88b691c7b9740d4814cc5dbc2e30e34324c706e1f26ec5f274c94fd42c/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f39362f7468756d622f6172676f6e2d64617368626f6172642d322e6a7067)](https://www.creative-tim.com/product/argon-dashboard)[![Vue Argon Dashboard ](https://camo.githubusercontent.com/9a1c2143dc73e8c0944a53a4f75e09a6e26e28e60dce1ac869d51d14d3bb0be4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3135362f7468756d622f7675652d6172676f6e2d64617368626f6172642e6a70673f)](https://www.creative-tim.com/product/vue-argon-dashboard)[![Argon Dashboard Laravel](https://camo.githubusercontent.com/7d9bad21b61520dce50503fa934c8c0a775b8617cb335c21c3fe9486d7525b6a/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f70726f64756374732f3134302f6f726967696e616c2f6172676f6e2d64617368626f6172642d6c61726176656c2e6a7067)](https://www.creative-tim.com/product/argon-dashboard-laravel)Demo
----

[](#demo)

RegisterLoginDashboard[![](src/argon-stubs/resources/argon/screens/register.png)](https://argon-dashboard-laravel.creative-tim.com/register)[![](src/argon-stubs/resources/argon/screens/login.png)](https://argon-dashboard-laravel.creative-tim.com/login)[![](src/argon-stubs/resources/argon/screens/dashboard.png)](https://argon-dashboard-laravel.creative-tim.com/dashboard)Forgot Password PageReset Password PageProfile Page[![](src/argon-stubs/resources/argon/screens/reset-password.png)](https://argon-dashboard-laravel.creative-tim.com/reset-password)[![](src/argon-stubs/resources/argon/screens/change-password.png)](https://argon-dashboard-laravel.creative-tim.com/login)[![](src/argon-stubs/resources/argon/screens/profile.png)](https://argon-dashboard-laravel.creative-tim.com/profile)[View More](https://www.creative-tim.com/product/argon-dashboard-laravel)Documentation
-------------

[](#documentation)

The documentation for the Material Dashboard Laravel is hosted at our [website](https://www.creative-tim.com/product/argon-dashboard-laravel/docs/bootstrap/quick-start/argon-dashboard/index.html).

### Login

[](#login)

If you are not logged in you can only access this page or the Sign Up page. The default url takes you to the login page where you use the default credentials **** with the password **secret**. Logging in is possible only with already existing credentials. For this to work you should have run the migrations.

The `App/Http/Controllers/Logincontroller.php` handles the logging in of an existing user.

```
    public function login(Request $request)
    {
        $credentials = $request->validate([
            'email' => ['required', 'email'],
            'password' => ['required'],
        ]);

        if (Auth::attempt(['email' => $request->email, 'password' => $request->password])) {
            $request->session()->regenerate();

            return redirect()->intended('dashboard');
        }

        return back()->withErrors([
            'email' => 'The provided credentials do not match our records.',
        ]);
    }

```

### Register

[](#register)

You can register as a user by filling in the name, email and password for your account. You can do this by accessing the sign up page from the "**Sign Up**" button in the top navbar or by clicking the "**Sign Up**" button from the bottom of the log in form.. Another simple way is adding **/register** in the url.

The `App/Http/Controllers/RegisterController.php` handles the registration of a new user.

```
    public function store()
    {
        $attributes = request()->validate([
            'username' => 'required|max:255|min:2',
            'email' => 'required|email|max:255|unique:users,email',
            'password' => 'required|min:5|max:255',
            'terms' => 'required'
        ]);
        $user = User::create($attributes);
        auth()->login($user);

        return redirect('/dashboard');
    }

```

### Forgot Password

[](#forgot-password)

If a user forgets the account's password it is possible to reset the password. For this the user should click on the "**here**" under the login form.

The `App/Http/Controllers/ResetPasswordController.php ` takes care of sending an email to the user where he can reset the password afterwards.

```
    public function send(Request $request)
    {
        $email = $request->validate([
            'email' => ['required']
        ]);
        $user = User::where('email', $email)->first();

        if ($user) {
            $this->notify(new ForgotPassword($user->id));
            return back()->with('succes', 'An email was send to your email address');
        }
    }

```

### Reset Password

[](#reset-password)

The user who forgot the password gets an email on the account's email address. The user can access the reset password page by clicking the button found in the email. The link for resetting the password is available for 12 hours. The user must add the email, the password and confirm the password for his password to be updated.

The `App/Http/Controllers/ChangePasswordController.php` helps the user reset the password.

```
    public function update(Request $request)
    {
        $attributes = $request->validate([
            'email' => ['required'],
            'password' => ['required', 'min:5'],
            'confirm-password' => ['same:password']
        ]);

        $existingUser = User::where('email', $attributes['email'])->first();
        if ($existingUser) {
            $existingUser->update([
                'password' => $attributes['password']
            ]);
            return redirect('login');
        } else {
            return back()->with('error', 'Your email does not match the email who requested the password change');
        }
    }

```

### User Profile

[](#user-profile)

The profile can be accessed by a logged in user by clicking "**Profile**" from the sidebar or adding **/profile** in the url. The user can add information like phone number, location, description or change the name and email.

The `App/Http/Controllers/UserProfileController.php ` handles the user's profile information.

```
        auth()->user()->update([
            'username' => $request->get('username'),
            'firstname' => $request->get('firstname'),
            'lastname' => $request->get('lastname'),
            'email' => config('app.is_demo') ? auth()->user()->email : $request->get('email') ,
            'address' => $request->get('address'),
            'city' => $request->get('city'),
            'country' => $request->get('country'),
            'postal' => $request->get('postal'),
            'about' => $request->get('about')
        ]);

}

```

### Dashboard

[](#dashboard)

You can access the dashboard either by using the "**Dashboard**" link in the left sidebar or by adding **/dashboard** in the url after logging in.

File Structure
--------------

[](#file-structure)

```
 ┣ 📂Console
 ┃ ┗ 📜Kernel.php
 ┣ 📂Exceptions
 ┃ ┗ 📜Handler.php
 ┣ 📂Http
 ┃ ┣ 📂Controllers
 ┃ ┃ ┣ 📜ChangePassword.php
 ┃ ┃ ┣ 📜Controller.php
 ┃ ┃ ┣ 📜HomeController.php
 ┃ ┃ ┣ 📜LoginController.php
 ┃ ┃ ┣ 📜PageController.php
 ┃ ┃ ┣ 📜RegisterController.php
 ┃ ┃ ┣ 📜ResetPassword.php
 ┃ ┃ ┗ 📜UserProfileController.php
 ┃ ┣ 📂Middleware
 ┃ ┃ ┣ 📜Authenticate.php
 ┃ ┃ ┣ 📜EncryptCookies.php
 ┃ ┃ ┣ 📜PreventRequestsDuringMaintenance.php
 ┃ ┃ ┣ 📜RedirectIfAuthenticated.php
 ┃ ┃ ┣ 📜TrimStrings.php
 ┃ ┃ ┣ 📜TrustHosts.php
 ┃ ┃ ┣ 📜TrustProxies.php
 ┃ ┃ ┗ 📜VerifyCsrfToken.php
 ┃ ┗ 📜Kernel.php
 ┣ 📂Models
 ┃ ┗ 📜User.php
 ┣ 📂Notifications
 ┃ ┗ 📜ForgotPassword.php
 ┣ 📂Providers
 ┃ ┣ 📜AppServiceProvider.php
 ┃ ┣ 📜AuthServiceProvider.php
 ┃ ┣ 📜BroadcastServiceProvider.php
 ┃ ┣ 📜EventServiceProvider.php
 ┃ ┗ 📜RouteServiceProvider.php
 ┗ 📂View
 ┃ ┗ 📂Components
 ┃ ┃ ┗ 📜Alert.php

```

Browser Support
---------------

[](#browser-support)

At present, we officially aim to support the last two versions of the following browsers:

[![](https://camo.githubusercontent.com/fa176aee827519138923ff7be0c35f74f2472a4403dae9daad677df8f4df7c02/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f6368726f6d652e706e67)](https://camo.githubusercontent.com/fa176aee827519138923ff7be0c35f74f2472a4403dae9daad677df8f4df7c02/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f6368726f6d652e706e67) [![](https://camo.githubusercontent.com/0cfceafc9e0fd3989e8ec1fbea726d65dbf8dd80d47d5326f13cb4256e6cae53/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f66697265666f782e706e67)](https://camo.githubusercontent.com/0cfceafc9e0fd3989e8ec1fbea726d65dbf8dd80d47d5326f13cb4256e6cae53/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f66697265666f782e706e67) [![](https://camo.githubusercontent.com/f59a6dc5ff135b1fff85c4095b13feb416664d8f58f10e95065ac699d59e573b/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f656467652e706e67)](https://camo.githubusercontent.com/f59a6dc5ff135b1fff85c4095b13feb416664d8f58f10e95065ac699d59e573b/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f656467652e706e67) [![](https://camo.githubusercontent.com/5d7289627d99a22eaaa9bdd7c3ef6c5091e465fc5fd8c7795d4205dbe95ddce7/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f7361666172692e706e67)](https://camo.githubusercontent.com/5d7289627d99a22eaaa9bdd7c3ef6c5091e465fc5fd8c7795d4205dbe95ddce7/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f7361666172692e706e67) [![](https://camo.githubusercontent.com/641afba397a4fa4e86d0b74e712b2d5f7b41ca068576d14fed11b4b9f0f0ac50/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f6f706572612e706e67)](https://camo.githubusercontent.com/641afba397a4fa4e86d0b74e712b2d5f7b41ca068576d14fed11b4b9f0f0ac50/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f637265617469766574696d5f6275636b65742f6769746875622f62726f777365722f6f706572612e706e67)

Reporting Issues
----------------

[](#reporting-issues)

We use GitHub Issues as the official bug tracker for the Material Dashboard. Here are some advices for our users that want to report an issue:

1. Make sure that you are using the latest version of the Material Dashboard. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/product/material-dashboard-laravel).
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing
---------

[](#licensing)

- Copyright 2022 [Creative Tim](https://www.creative-tim.com?ref=readme-md2l)
- Creative Tim [license](https://www.creative-tim.com/license?ref=readme-md2l)

Useful Links
------------

[](#useful-links)

- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
- [Affiliate Program](https://www.creative-tim.com/affiliates/new) (earn money)
- [Blog Creative Tim](http://blog.creative-tim.com/)
- [Free Products](https://www.creative-tim.com/bootstrap-themes/free) from Creative Tim
- [Premium Products](https://www.creative-tim.com/bootstrap-themes/premium?ref=md2l-readme) from Creative Tim
- [React Products](https://www.creative-tim.com/bootstrap-themes/react-themes?ref=md2l-readme) from Creative Tim
- [VueJS Products](https://www.creative-tim.com/bootstrap-themes/vuejs-themes?ref=md2l-readme) from Creative Tim
- [More products](https://www.creative-tim.com/bootstrap-themes?ref=md2l-readme) from Creative Tim
- Check our Bundles [here](https://www.creative-tim.com/bundles??ref=md2l-readme)

### Social Media

[](#social-media)

### Creative Tim

[](#creative-tim)

Twitter:

Facebook:

Dribbble:

Instagram:

### Updivision:

[](#updivision)

Twitter:

Facebook:

Linkedin:

Updivision Blog:

Credits
-------

[](#credits)

- [Creative Tim](https://creative-tim.com/?ref=md2l-readme)
- [UPDIVISION](https://updivision.com)

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity58

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~118 days

Recently: every ~378 days

Total

19

Last Release

550d ago

Major Versions

v1.1.2 → v2.0.02022-09-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23558090?v=4)[Miguel Piedrafita](/maintainers/m1guelpf)[@m1guelpf](https://github.com/m1guelpf)

---

Top Contributors

[![teamupdivision](https://avatars.githubusercontent.com/u/45566836?v=4)](https://github.com/teamupdivision "teamupdivision (50 commits)")[![Ghitu](https://avatars.githubusercontent.com/u/7511010?v=4)](https://github.com/Ghitu "Ghitu (24 commits)")[![mariusconstantin2503](https://avatars.githubusercontent.com/u/4282568?v=4)](https://github.com/mariusconstantin2503 "mariusconstantin2503 (23 commits)")[![AndreiCristiDecuseara](https://avatars.githubusercontent.com/u/52404612?v=4)](https://github.com/AndreiCristiDecuseara "AndreiCristiDecuseara (14 commits)")[![AndreiDecuseara](https://avatars.githubusercontent.com/u/37242478?v=4)](https://github.com/AndreiDecuseara "AndreiDecuseara (6 commits)")[![ovidiustanc123](https://avatars.githubusercontent.com/u/83402502?v=4)](https://github.com/ovidiustanc123 "ovidiustanc123 (2 commits)")[![ziming](https://avatars.githubusercontent.com/u/679513?v=4)](https://github.com/ziming "ziming (1 commits)")[![alexandru-paduraru](https://avatars.githubusercontent.com/u/2517758?v=4)](https://github.com/alexandru-paduraru "alexandru-paduraru (1 commits)")[![CatalinSimionescu](https://avatars.githubusercontent.com/u/147370268?v=4)](https://github.com/CatalinSimionescu "CatalinSimionescu (1 commits)")[![agch-dev](https://avatars.githubusercontent.com/u/9297073?v=4)](https://github.com/agch-dev "agch-dev (1 commits)")

---

Tags

argoncreative-timfrontendlaravelpresetupdivisionlaravelpresetArgon

### Embed Badge

![Health badge](/badges/laravel-frontend-presets-argon/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-frontend-presets-argon/health.svg)](https://phpackages.com/packages/laravel-frontend-presets-argon)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11120.2M21](/packages/anourvalar-eloquent-serialize)[laravel-frontend-presets/material-dashboard

Laravel 11.x Front-end preset for material

264283.7k](/packages/laravel-frontend-presets-material-dashboard)[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/bulma

Bulma Frontend Preset For Laravel Framework 6.0 and Up

17455.8k](/packages/laravel-frontend-presets-bulma)[laravel-frontend-presets/black-dashboard

Laravel 11.x Front-end preset for black dashboard

8726.2k](/packages/laravel-frontend-presets-black-dashboard)[laravel-frontend-presets/paper

Laravel 10.x Front-end preset for paper dashboard

5018.0k](/packages/laravel-frontend-presets-paper)

PHPackages © 2026

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