PHPackages                             bantenprov/tanara - 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. bantenprov/tanara

ActiveProject[Framework](/categories/framework)

bantenprov/tanara
=================

Tanara Theme for Laravel

v0.2.2(8y ago)722212[3 issues](https://github.com/bantenprov/tanara/issues)MITVuePHP &gt;=5.6.4

Since Jan 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/bantenprov/tanara)[ Packagist](https://packagist.org/packages/bantenprov/tanara)[ Docs](https://github.com/bantenprov/tanara)[ RSS](/packages/bantenprov-tanara/feed)WikiDiscussions dev Synced 2w ago

READMEChangelog (3)Dependencies (5)Versions (9)Used By (0)

Tanara
======

[](#tanara)

Tanara is a starter theme made with [Laravel](https://laravel.com), [Vue.js](https://vuejs.org) and [Bootstrap](https://getbootstrap.com).

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fd874db6e0127f791b885e1b4942b73a0eb4f74888d669040239a176095fbd21/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f74616e6172612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/tanara/?branch=master)[![Build Status](https://camo.githubusercontent.com/4dc5610e641271be0110119f039695f27528ecf2c7dae96170d2d06ecb99d999/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f74616e6172612f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/tanara/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/7b67aaa9898db91e49c795bcab7e451e4385dd1e9621412e289ebab3270a8bc3/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f74616e6172612f762f737461626c65)](https://packagist.org/packages/bantenprov/tanara)[![Total Downloads](https://camo.githubusercontent.com/ea07af275c548ec6509484b6539c7f1a45c5b10e822a88357f9c681203eed24d/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f74616e6172612f646f776e6c6f616473)](https://packagist.org/packages/bantenprov/tanara)[![Latest Unstable Version](https://camo.githubusercontent.com/8aad4496f831210c5cfc45aeec7accb53ad95b09dbd7f7c688f209aeee583ece/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f74616e6172612f762f756e737461626c65)](https://packagist.org/packages/bantenprov/tanara)[![License](https://camo.githubusercontent.com/72577e26026b12fe10d4345ae2ff8caf2f0a63349d1d16273b1eb2e97e5bd45b/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f74616e6172612f6c6963656e7365)](https://packagist.org/packages/bantenprov/tanara)[![Monthly Downloads](https://camo.githubusercontent.com/eaaca4a521457e61ea39e7cc5145e2cce51d8db93063b6ff43483449e69b8004/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f74616e6172612f642f6d6f6e74686c79)](https://packagist.org/packages/bantenprov/tanara)[![Daily Downloads](https://camo.githubusercontent.com/0dba74c98197ec484e2f4f94b2b432d077e0bdb6565372098a6ae0b49b541a57/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f74616e6172612f642f6461696c79)](https://packagist.org/packages/bantenprov/tanara)

What's included
---------------

[](#whats-included)

- [Laravel 5.4](https://laravel.com/docs/5.4)
- [Vue 2](https://vuejs.org)
- [Vue Router 3](https://router.vuejs.org)
- [Vuex 3](https://vuex.vuejs.org)
- [Bootstrap 4](https://getbootstrap.com)
- [axios](https://github.com/axios/axios)
- [vue-chartjs](http://vue-chartjs.org)
- [vue-echarts-v3](https://github.com/xlsdg/vue-echarts-v3)
- [vue-form](https://github.com/fergaldoyle/vue-form)
- [vue-select](https://github.com/sagalbot/vue-select)
- [vuejs-datepicker](https://github.com/charliekassel/vuejs-datepicker)
- [vue-tables-2](https://github.com/matfish2/vue-tables-2)
- [vuetable-2](https://github.com/ratiw/vuetable-2)
- [mini-toastr](https://github.com/se-panfilov/mini-toastr)
- [vue-sweetalert2](https://github.com/avil13/vue-sweetalert2)
- [vue-fullscreen](https://github.com/mirari/vue-fullscreen)
- and many more helpers

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

[](#installation)

1. Download, choose one of the following options:
    - Clone the repo: `git clone https://github.com/bantenprov/tanara.git`.
    - Composer: `composer create-project bantenprov/tanara:dev-dev`.
2. From the root `/tanara` directory, run `composer install` in the command line.
3. Copy `.env.example` to `.env`.
4. Configure the `.env` file. Run `php artisan key:generate` and `php artisan jwt:secret`.
5. Run `php artisan migrate`.

### Running project locally

[](#running-project-locally)

1. Run `php artisan serve`.
2. Open  in your browser, and voilà.

### Tooling setup

[](#tooling-setup)

1. Run `npm install` to install our dependencies listed in `package.json`.
2. When completed, you’ll be able to run the various commands provided from the command line.

Our `package.json` includes the following commands and tasks:

- `npm run dev`: Development.
- `npm run prod`: Production.
- `npm run watch-poll`: This is a convenience method for watching files and automatically building them whenever you save.

Contributing
------------

[](#contributing)

Looking to contribute something to Tanara? **Here's how you can help.**

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue or assessing patches and features.

### Using the issue tracker

[](#using-the-issue-tracker)

The [issue tracker](https://github.com/bantenprov/tanara/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests)and [submitting pull requests](#pull-requests).

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/bantenprov/tanara/issues/new).

### Issues and labels

[](#issues-and-labels)

Our bug tracker utilizes several labels to help organize and identify issues. Here's what they represent and how we use them:

- `bug` - Issues that have been confirmed with a reduced test case and identify a bug in Tanara.
- `css` - Issues stemming from our compiled CSS or source Sass files.
- `feature` - Issues asking for a new feature to be added, or an existing one to be extended or modified. New features require a minor version bump (e.g., `v3.0.0` to `v3.1.0`).
- `help wanted` - Issues we need or would love help from the community to resolve.
- `vue` - Issues stemming from our compiled or source Vue files.
- `laravel` - Issues stemming from our source Laravel files.
- `meta` - Issues with the project itself or our GitHub repository.

For a complete look at our labels, see the [project labels page](https://github.com/bantenprov/tanara/labels).

### Bug reports

[](#bug-reports)

A bug is a *demonstrable problem* that is caused by the code in the repository. Good bug reports are extremely helpful, so thanks!

### Feature requests

[](#feature-requests)

Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and aims of the project. It's up to *you* to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible.

### Pull requests

[](#pull-requests)

Good pull requests—patches, improvements, new features—are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.

**Please ask first** before embarking on any significant pull request (e.g. implementing features, refactoring code, porting to a different language), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project.

Please adhere to the [coding guidelines](#code-guidelines) used throughout the project (indentation, accurate comments, etc.)

### Code guidelines

[](#code-guidelines)

All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).

- **HTML:** [Adhere to the Code Guide.](http://codeguide.co/#html)
- **CSS:** [Adhere to the Code Guide.](http://codeguide.co/#css)
- **JS:**
    - 2 spaces (no tabs)
    - "Attractive"

#### EditorConfig

[](#editorconfig)

Editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at .

Changelog
---------

[](#changelog)

Details changes for each release are documented in the [release notes](https://github.com/bantenprov/tanara/releases).

License
-------

[](#license)

Licensed under [MIT](LICENSE).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.5% 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 ~66 days

Total

2

Last Release

3035d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28588981?v=4)[Provinsi Banten](/maintainers/bantenprov)[@bantenprov](https://github.com/bantenprov)

---

Top Contributors

[![igoynawamreh](https://avatars.githubusercontent.com/u/12296592?v=4)](https://github.com/igoynawamreh "igoynawamreh (115 commits)")[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (59 commits)")[![feripratama](https://avatars.githubusercontent.com/u/32523275?v=4)](https://github.com/feripratama "feripratama (4 commits)")[![badueny](https://avatars.githubusercontent.com/u/33746071?v=4)](https://github.com/badueny "badueny (1 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")[![etanasia](https://avatars.githubusercontent.com/u/33374494?v=4)](https://github.com/etanasia "etanasia (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bantenprov-tanara/health.svg)

```
[![Health](https://phpackages.com/badges/bantenprov-tanara/health.svg)](https://phpackages.com/packages/bantenprov-tanara)
```

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.6k62.4M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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