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

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

laravel-frontend/templates
==========================

The library base on PHP Laravel framework, contains 3 Responsive\_Admin\_Dashboard\_Template to make building the website or application easier

V1.2(1y ago)026MITCSSPHP ^8.2

Since Jan 13Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (4)Used By (0)

About library
-------------

[](#about--library)

laravel-frontend/templates library base on PHP Laravel framework, contains 3 Responsive\_Admin\_Dashboard\_Template (Metronic\_7.0.7,VALEX - HTML5 Bootstrap Admin Template V1,SB Admin v7.0.7 )
development by "samer tawil"

require to run
--------------

[](#require-to-run)

```
"require": {
        "php": "^8.2",
        "laravel/framework": "^11.31",
        "laravel/tinker": "^2.9",
        "livewire/livewire": "^3.5",
        "mcamara/laravel-localization": "^2.2",
         "spatie/livewire-filepond": "^1.4"
    },
```

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

[](#installation)

You can install the package via composer:

```
composer require laravel-frontend/templates
```

Register package
----------------

[](#register-package)

```
frontend\template\TemplateServiceProvider::class,
```

publish
-------

[](#publish)

```
php artisan vendor:publish --provider="frontend\template\TemplateServiceProvider"
```

```
php artisan vendor:publish --provider="frontend\template\TemplateServiceProvider" --tag=web-route --force
```

```
php artisan livewire:publish --config
```

Register middleware
-------------------

[](#register-middleware)

```
->withMiddleware(function (Middleware $middleware) {
  $middleware->alias([
          'localize'                => \Mcamara\LaravelLocalization\Middleware\LaravelLocalizationRoutes::class,
          'localizationRedirect'    => \Mcamara\LaravelLocalization\Middleware\LaravelLocalizationRedirectFilter::class,
          'localeSessionRedirect'   => \Mcamara\LaravelLocalization\Middleware\LocaleSessionRedirect::class,
          'localeCookieRedirect'    => \Mcamara\LaravelLocalization\Middleware\LocaleCookieRedirect::class,
          'localeViewPath'          => \Mcamara\LaravelLocalization\Middleware\LaravelLocalizationViewPath::class,
      ]);
  })
```

Test
----

[](#test)

```
php artisan make:livewire Test
```

Overwrite layout path from config.livewire
------------------------------------------

[](#overwrite-layout-path--from-configlivewire)

```
#[Layout('components.layouts.metronic7-simple-app')]
```

layout path for website
-----------------------

[](#layout-path-for-website)

```
#[Layout('website-master')]
```

Route with LaravelLocalization
------------------------------

[](#route-with-laravellocalization)

```

  LaravelLocalization::setLocale(),
        'middleware' => ['localeSessionRedirect', 'localizationRedirect', 'localeViewPath']
    ],

    function () {
        Livewire::setUpdateRoute(function ($handle) {
            return Route::post('/livewire/update', $handle);
        });

        Route::post('/logout', function () {
            return 'code is here';
        })->name('logout');

        Route::post('/home', function () {
            return 'code is here';
        })->name('home');

        Route::get('dashboard', Dashboard::class)->name('dashboard.home')->middleware('auth');

        Route::get('/', Index::class);

        Route::get('dashboard/cards/create', Create::class);

        Route::get('dashboard/cards/resource', Resource::class)->name('website.card.resource');

	    Route::get('test',Test::class);

    }
);

```

Public disk storage
-------------------

[](#public-disk-storage)

```

       'website' => [
            'driver' => 'local',
            'root' => storage_path('app/website'),
            'visibility' => 'public',
            'url' => env('APP_URL').'/website',
            'serve' => true,
            'throw' => false,
        ],

```

php artisan storage:link
------------------------

[](#php-artisan-storagelink)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance42

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

468d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd182a52417c7d6fec1be051d484e4377d7b47c34c88cfab85f52eb972187a9c?d=identicon)[samertawil](/maintainers/samertawil)

---

Top Contributors

[![samertawil](https://avatars.githubusercontent.com/u/40121803?v=4)](https://github.com/samertawil "samertawil (21 commits)")

### Embed Badge

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

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

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[jantinnerezo/livewire-alert

This package provides a simple alert utilities for your livewire components.

8041.2M20](/packages/jantinnerezo-livewire-alert)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[spatie/laravel-dashboard

A dashboard for Laravel

568156.1k94](/packages/spatie-laravel-dashboard)

PHPackages © 2026

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