PHPackages                             feiron/felaraframe - 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. feiron/felaraframe

ActiveLibrary[Framework](/categories/framework)

feiron/felaraframe
==================

Framework for laravel

2.0(5y ago)38222Apache-2.0PHPPHP &gt;=7.2.1

Since Jan 28Pushed 5y ago2 watchersCompare

[ Source](https://github.com/yu0307/LaraFrame)[ Packagist](https://packagist.org/packages/feiron/felaraframe)[ RSS](/packages/feiron-felaraframe/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (15)Used By (2)

Welcome to LaraFrame Repo!
--------------------------

[](#welcome-to-laraframe-repo)

A powerful, state of the art, framework for laravel application. Documentation of this Framework, [Please visit here](https://github.com/yu0307/LaraFrame/wiki)

### **Enable user Role management, use [Fe\_Roles](https://github.com/yu0307/Fe_Roles)**

[](#enable-user-role-management-use-fe_roles)

### Let's collaborate!

[](#lets-collaborate)

Please send a email to me for bugs, feature suggestions,pull requests,etc... or even hang out :)

### This package provides the following features:

[](#this-package-provides-the-following-features)

- Built-in UI framework for laravel application. Ideal for cloud system, admin control panel, CRM, general back-end interface and more.
- Home page Widget support. Create custom widgets for users to choose at the front end.
- List of stock widgets(weather,calendar,clock,etc) already built-in, instantly available for anyone who visits the home page.
- Widget management. Re-arranging widgets at home page, add/remove widgets and change widget settings all at one place.
- Built-in templates for profile page, user setting page, etc.
- Built-in centralized control panel. Integrated with user management, role management, general settings, etc. Everything is added to the panel automatically.
- Theme support. You can choose between themes like WordPress within the central control panel.
- Extendable Themes. You can create your own theme/designs and apply to the framework. Everything integrates gracefully.
- Revolutionary, BluePrints utility tool. Making building sites as easy as taking a survey.
- Built-in laravel commands for building components. Automatically generates controllers, models, migrations, etc.
- Extensive list of blade directives (forms, buttons,tables,etc) for fast interface development.
- Built-in blade directives for common controls, take away the burden of writing repetitive codes.
- Mobile responsive interface and menu design.
- Built-in notification interface for users to view message/mails.
- Menu Generator with support with icon, label, slug support.
- Clean, elegant and modern design of front-end interface.

### Dependencies:

[](#dependencies)

- Composer [Visit vendor](https://getcomposer.org/)
- Laravel 5+
- [Fe\_Login](https://github.com/yu0307/Fe_Login), [Fe\_Roles](https://github.com/yu0307/Fe_Roles)

### Installation:

[](#installation)

1. Please make sure composer is installed on your machine. For installation of composer, please visit [This Link](https://getcomposer.org/doc/00-intro.md)
2. Once composer is installed properly, please make sure Larave is up to date.
3. Navigate to your project root directory ```
    composer require feiron/felaraframe

    ```
4. This package is going to publish several files to the following path

- config/felaraframe/
- public/feiron/felaraframe/

5. **Important!** This package is also going to perform several migrations. Please refer to the following changes and make backups of your tables if they are present.
6. **Since I can't seem to have package auto publish assets**. make sure you run the following command at the end and every updates of this package.

    ```
        php artisan vendor:publish --provider="feiron\felaraframe\FeLaraFrameServiceProvider" --force
        php artisan vendor:publish --provider="feiron\fe_login\Fe_LoginServiceProvider" --force

        php artisan migrate --path="/vendor/feiron/fe_login/src/database/migrations/"
        php artisan migrate --path="/vendor/feiron/felaraframe/src/database/migrations/"

        php artisan storage:link

    ```

    ```
    Schema to be Created/Modified:
    [lf_notes]:
    id bigint(20) UN AI PK
    subject varchar(220)
    notes text
    notable_id varchar(36)
    notable_type varchar(50)
    created_at timestamp
    updated_at timestamp
    ------------------------------------------
    [user_widget_layout]:
    id bigint(20) UN AI PK
    layoutable_id varchar(36)
    layoutable_type varchar(36)
    widget_name varchar(225)
    settings text
    order int(11)
    created_at timestamp
    updated_at timestamp
    ------------------------------------------
    [lf_mail]:
    id bigint(20) UN AI PK
    sender int(11)
    recipient int(11)
    subject varchar(220)
    contents text
    remarks varchar(191)
    created_at timestamp
    updated_at timestamp
    ------------------------------------------
    [lf_site_metainfo]:
    id bigint(20) UN AI PK
    meta_name varchar(225)
    meta_value text
    created_at timestamp
    updated_at timestamp

    ```

**Note**: During migration, if you encounter error showing "Specified key was too long" This was due to MySQL version being older than 5.7.7, if you don't wish to upgrade MySQL server, consider the following.

Within your AppServiceProvider

```
```
use Illuminate\Support\Facades\Schema;

/**
* Bootstrap any application services.
*
* @return void
*/

public function boot()
{
    Schema::defaultStringLength(191);
}
```

```

Further reading on this could be found at [This Link](https://laravel.com/docs/master/migrations#creating-indexes)

### Basic Usage:

[](#basic-usage)

**For details of how to use this framework. Please head over to the [WiKi](https://github.com/yu0307/LaraFrame/wiki) page of this Repo.**There are a lot of features packed into this package and I will be updating the [WiKi Page](https://github.com/yu0307/LaraFrame/wiki) frequently, please stay tuned.

Support us:
-----------

[](#support-us)

If you like this project, Please, please, please consider put a Star⭐️ and tweet about it.

I would love for any forms of supports and they are deeply appreciated👍! Thanks!

### Notes:

[](#notes)

- This package does not come with user support nor with role management.
- For these functions, please use [Fe\_Login](https://github.com/yu0307/Fe_Login) and [Fe\_Roles](https://github.com/yu0307/Fe_Roles) which were specifically developed to work with this framework.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity59

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

Recently: every ~80 days

Total

11

Last Release

1866d ago

Major Versions

1.4 → 2.02021-04-01

PHP version history (2 changes)1.1PHP ^7.2.1

1.4PHP &gt;=7.2.1

### Community

Maintainers

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

---

Top Contributors

[![yu0307](https://avatars.githubusercontent.com/u/5016266?v=4)](https://github.com/yu0307 "yu0307 (94 commits)")

---

Tags

admin-dashboardcrmcrm-platformframework-phplaravellaravel-frameworklaravel-packagephp-frameworktheme-framework

### Embed Badge

![Health badge](/badges/feiron-felaraframe/health.svg)

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

###  Alternatives

[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.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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