PHPackages                             herode/amana - 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. herode/amana

ActiveLibrary[Admin Panels](/categories/admin)

herode/amana
============

Dashboard uploads and downloads app managements

127CSS

Since Apr 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/binhnxit/amana)[ Packagist](https://packagist.org/packages/herode/amana)[ RSS](/packages/herode-amana/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

App Version Managements (IOS, Android) Laravel 5.8
==================================================

[](#app-version-managements-ios-android-laravel-58)

[![Amana Downloads Page](img1.png)](img1.png)

[![Amana Uploads Page](img2.png)](img2.png)

Install
-------

[](#install)

Require this package with composer using the following command:
`composer require herode/amana`

After updating composer, You can also publish the config file, migrations file, public ... via command

`php artisan amana:install`

Next, run migrations

`php artisan migrate`

Add config disk storage, open file: `config/filesystems.php`, add this line bellow

```
  'disks' => [
        ...
        'amana' => [
            'driver' => 'local',
            'root'   => public_path('amanas')
        ],
  ]

```

Clear config

`php artisan config:cache`

`composer dump-autoload`

Done, we can access `domain.com/amana`

Configure
---------

[](#configure)

Open file `app\amana.php`

### Config domain - default not use (null)

[](#config-domain---default-not-use-null)

```
/*
    |--------------------------------------------------------------------------
    | Amana Domain
    |--------------------------------------------------------------------------
    |
    | This is the subdomain where Amana will be accessible from. If this
    | setting is null, Amana will reside under the same domain as the
    | application. Otherwise, this value will serve as the subdomain.
    |
    */

    'domain' => null,

```

### Config path - You can use the path default = `domain.com/amana`

[](#config-path---you-can-use-the-path-default--domaincomamana)

```
/*
    |--------------------------------------------------------------------------
    | Amana Path
    |--------------------------------------------------------------------------
    |
    | This is the URI path where Amana will be accessible from. Feel free
    | to change this path to anything you like. Note that the URI will not
    | affect the paths of its internal API that aren't exposed to users.
    |
    */

    'path' => 'amana',

```

### Config middleware - Default `web`

[](#config-middleware---default-web)

```
/*
    |--------------------------------------------------------------------------
    | Amana Route Middleware
    |--------------------------------------------------------------------------
    |
    | These middleware will get attached onto each Amana route, giving you
    | the chance to add your own middleware to this list or change any of
    | the existing middleware. Or, you can simply stick with this list.
    |
    */

    'middleware' => ['web'],

```

### Config App Bundle ID for earch envirimoment

[](#config-app-bundle-id-for-earch-envirimoment)

```
/*
    |--------------------------------------------------------------------------
    | Amana Bundle ID
    |--------------------------------------------------------------------------
    |
    | Bundle id each environment for app
    |
    */
    'bundle_id' => [
        'dev'  => 'bundle_id.dev',
        'stg'  => 'bundle_id.stg',
        'prod' => 'bundle_id.prod',
    ]

```

Gitignore
---------

[](#gitignore)

Add `public/amanas` into `.gitignore` file in root project

License
-------

[](#license)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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/efe2b1aa5dd3943a468ade4ae631873f62209caf2f27bdd5a8985b577ff50152?d=identicon)[binhnxit](/maintainers/binhnxit)

### Embed Badge

![Health badge](/badges/herode-amana/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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