PHPackages                             fajarartbekasi/coffee-ui-dashboard - 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. [Framework](/categories/framework)
4. /
5. fajarartbekasi/coffee-ui-dashboard

ActiveLibrary[Framework](/categories/framework)

fajarartbekasi/coffee-ui-dashboard
==================================

Laravel 5.x Front-end preset for coffee ui dashboard

19[1 issues](https://github.com/fajarartbekasi/coffee-ui-dashboard/issues)JavaScriptCI failing

Since Jun 27Pushed 5y agoCompare

[ Source](https://github.com/fajarartbekasi/coffee-ui-dashboard)[ Packagist](https://packagist.org/packages/fajarartbekasi/coffee-ui-dashboard)[ RSS](/packages/fajarartbekasi-coffee-ui-dashboard/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Coffee UI Dashboard Laravel
===========================

[](#coffee-ui-dashboard-laravel)

=======

[![version](https://camo.githubusercontent.com/bfacb058175659ed5edbe9611be9afcf7a6ec3e052b54ea8e70da7cfbe3fc90c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d76312e302e312d626c75652e737667)](https://camo.githubusercontent.com/bfacb058175659ed5edbe9611be9afcf7a6ec3e052b54ea8e70da7cfbe3fc90c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d76312e302e312d626c75652e737667) [![license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) [!\[GitHub issues open\]](https://github.com/fajarartbekasi/coffee-ui-dashboard/issues)

*Frontend version*: Coffee UI Dashboard v1.0.0.

Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 5.5 and up.

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

[](#prerequisites)

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

- Windows:
- Linux:
- 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:

Laravel 5.7 &amp; 5.8

1. `Cd` to your Laravel app
2. Type in your terminal: `composer make:auth`
3. Install this preset via `composer require fajarartbekasi/coffee-ui-dashboard`. No need to register the service provider. Laravel 5.5 &amp; up can auto detect the package.
4. Run `php artisan preset coffee` command to install the NowUI 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 --seed` to create basic users table

Laravel 6.x

1. `Cd` to your Laravel app
2. Type in your terminal: `composer require laravel/ui "^1.2"`
3. Install this preset via `composer require fajarartbekasi/coffee-ui-dashboard`. No need to register the service provider. Laravel 5.5 &amp; up can auto detect the package.
4. Run `php artisan preset coffee` command to install the NowUI 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 --seed` to create basic users table

Usage
-----

[](#usage)

1. type on youre terminal: `php artisan tinker`
2. `factory(App\User::class)->create()`
3. copy and paste email &amp; password to youre login

Make sure to run the migrations and seeders for the above credentials to be available.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![fajarartbekasi](https://avatars.githubusercontent.com/u/32734237?v=4)](https://github.com/fajarartbekasi "fajarartbekasi (27 commits)")

### Embed Badge

![Health badge](/badges/fajarartbekasi-coffee-ui-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/fajarartbekasi-coffee-ui-dashboard/health.svg)](https://phpackages.com/packages/fajarartbekasi-coffee-ui-dashboard)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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