PHPackages                             jenryollivierre/laravel-coreui-static-admin-theme - 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. jenryollivierre/laravel-coreui-static-admin-theme

ActiveLibrary[Admin Panels](/categories/admin)

jenryollivierre/laravel-coreui-static-admin-theme
=================================================

A laravel admin theme made from the coreui static theme for bootstrap 4.

1.1.0(7y ago)63031MITHTML

Since Apr 7Pushed 7y agoCompare

[ Source](https://github.com/JenryOllivierre/Laravel-Coreui-Static-Admin-Theme)[ Packagist](https://packagist.org/packages/jenryollivierre/laravel-coreui-static-admin-theme)[ RSS](/packages/jenryollivierre-laravel-coreui-static-admin-theme/feed)WikiDiscussions master Synced yesterday

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

Laravel Coreui Static Admin Theme
=================================

[](#laravel-coreui-static-admin-theme)

Introduction
------------

[](#introduction)

Laravel Coreui Static Admin Theme is a bootstrap 4 theme made by [coreui](https://coreui.io) that has been re-packaged to work as an admin theme for your laravel application.

[![Laravel Coreui Static Admin Theme](admin-coreui-screenshot.png)](admin-coreui-screenshot.png)

How To Install
--------------

[](#how-to-install)

Run the composer command `composer require jenryollivierre/laravel-coreui-static-admin-theme`

Getting Started
---------------

[](#getting-started)

### 1 - Publish Files

[](#1---publish-files)

- Use the `php artisan vendor:publish` command to publish the necessary files. The assets, views and config files are tagged as 'lcsat-public', 'lcsat-views', 'lcsat-config' respectively so you can publish specifically with command `php artisan vendor:publish --tag={name}`. It is recommended that you publish the config file first in the case that you may require a different path to publish the package assets than what is set as the default. By default the assets is published to public/admin. The views file will publish to views/vendor/coreui-static.

### 2 - Configure Files

[](#2---configure-files)

- Go to the published views in views/vendor/coreui-static folder and edit the admin.blade.php template to suit your needs. the views/vendor/coreui-static/partials folder contains all the sub views to make it easier for you to find your way around the files to edit to your heart's content.

### 3 - Create Your Layout

[](#3---create-your-layout)

- In your main layout file, include the views/vendor/coreui-static/admin.blade.php file and you'll be up and running. Then as usual, in your pages, extend you main layout and get to work.

Available Section &amp; Yield tags
----------------------------------

[](#available-section--yield-tags)

#### Header Section &amp; Yield Tags

[](#header-section--yield-tags)

- @yield('browser-title') : Dynamically change browser title
- @section('fonts') : add more fonts
- @section('header-stylesheets') : add more stylesheets
- @yield('custom-styles') : add custom css to head section
- @yield('header-js') : add javascript code to head section
- @yield('header-scripts') : add javascript files to head section

#### Body Yield Tags

[](#body-yield-tags)

- @yield('content') : add content to the page

#### Footer Section &amp; Yield Tags

[](#footer-section--yield-tags)

- @yield('footer-js') : add javascript code to foot section
- @section('footer-scripts') : add more javascript files to foot

Keep in mind that in order to keep what was already predifined in a @section, call the `@parent` code within the tags so that you don't over ride stuff that you want to keep.

Important Information
---------------------

[](#important-information)

- Please update the header.blade.php and footer.blade.php files to correctly reference the css &amp; js files. The files are located in the partials directory.
- You can build out your own template by including all the sub files in the partials folder around your own markup.
- See [here](https://coreui.io/docs/getting-started/introduction/#html5-static-version) for documentation of the coreui static theme.
- Go [here](https://coreui.io/demo/Static_Demo/) to see a demo version.

Hint &amp; Tips
---------------

[](#hint--tips)

- Use the developer tools and inspect the demo page to get an idea of mark up you can use to get some of the functionality that you desire, if the documentations haven't made it clear.
- The classes given to the body html element influences the theme behaviour greatly so it's a good place to start. The file is found in the views/vendor/coreui-static/partials/header.blade.php file.

Changelog
---------

[](#changelog)

See our [changelog](https://github.com/JenryOllivierre/Laravel-Coreui-Static-Admin-Theme/blob/master/changelog.md) to keep abreast of any worthy changes we have made, before issuing any issues.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security vulnerability within the code, please send an e-mail to Jenry Ollivierre via .

License
-------

[](#license)

Laravel Coreui Static Admin Theme is open-sourced and licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

2853d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c1039374d2318f21e7b1d8080ac44a26ae82bde5e89ac35a1fb46aa5e5dee1a?d=identicon)[Jenry](/maintainers/Jenry)

---

Top Contributors

[![JenryOllivierre](https://avatars.githubusercontent.com/u/20805974?v=4)](https://github.com/JenryOllivierre "JenryOllivierre (8 commits)")

### Embed Badge

![Health badge](/badges/jenryollivierre-laravel-coreui-static-admin-theme/health.svg)

```
[![Health](https://phpackages.com/badges/jenryollivierre-laravel-coreui-static-admin-theme/health.svg)](https://phpackages.com/packages/jenryollivierre-laravel-coreui-static-admin-theme)
```

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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