PHPackages                             foostart/package-product - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. foostart/package-product

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

foostart/package-product
========================

Manage product

8.0.3(5y ago)045MITPHP

Since Oct 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/foostart/package-product)[ Packagist](https://packagist.org/packages/foostart/package-product)[ RSS](/packages/foostart-package-product/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (16)Used By (0)

\#Package Filemanager

- @webiste:
- @package-name: package-filemanager
- @author: Kang
- @date: 27/12/2017
- @version: 2.0

@features

1. CRUD
2. Add category to form
3. Language standard
4. Add filters on table data
5. Add token for prevent XSRF

Step 1: Add service providers to config/app.php
-----------------------------------------------

[](#step-1-add-service-providers-to-configappphp)

```
* Foostart\Product\ProductServiceProvider::class,
* Foostart\Slideshow\SlideshowServiceProvider::class,
* Foostart\Filemanager\FilemanagerServiceProvider::class,
* Intervention\Image\ImageServiceProvider::class,

```

Step 2: Install publish
-----------------------

[](#step-2-install-publish)

- php artisan vendor:publish --provider="Foostart\\Product\\ProductServiceProvider" --force
- php artisan vendor:publish --provider="Foostart\\Slideshow\\SlideshowServiceProvider" --force

Step 3: And add class aliases
-----------------------------

[](#step-3-and-add-class-aliases)

- 'Image' =&gt; Intervention\\Image\\Facades\\Image::class,

Step 4: Publish the package’s config and assets :
-------------------------------------------------

[](#step-4-publish-the-packages-config-and-assets-)

- php artisan vendor:publish --tag=lfm\_config
- php artisan vendor:publish --tag=lfm\_public

Step 5: Clear cache
-------------------

[](#step-5-clear-cache)

- php artisan route:clear
- php artisan config:clear
- php artisan storage:link

Step 6: Add user
----------------

[](#step-6-add-user)

foostart\\laravel-filemanager\\src\\Handlers\\ConfigHandler.php

user()-&gt;id; $auth = \\App::make('authenticator'); $user = $auth-&gt;getLoggedUser(); if (empty($user)) { return NULL; } return $user-&gt;id; } }

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 62.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 ~34 days

Recently: every ~3 days

Total

14

Last Release

1953d ago

Major Versions

1.0.8 → 2.0.02020-12-23

2.0.0 → 8.0.02020-12-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/5428c69d6cc7340ff173006fd472d749f3d8de299ba9639615b89c096e1bb8c3?d=identicon)[foostart.com](/maintainers/foostart.com)

---

Top Contributors

[![LeCongAo](https://avatars.githubusercontent.com/u/44393343?v=4)](https://github.com/LeCongAo "LeCongAo (10 commits)")[![foostart](https://avatars.githubusercontent.com/u/26062136?v=4)](https://github.com/foostart "foostart (3 commits)")[![nguyentranbon](https://avatars.githubusercontent.com/u/51347195?v=4)](https://github.com/nguyentranbon "nguyentranbon (2 commits)")[![ngoctruong472k](https://avatars.githubusercontent.com/u/69343481?v=4)](https://github.com/ngoctruong472k "ngoctruong472k (1 commits)")

---

Tags

foostartlaravel 5 package product

### Embed Badge

![Health badge](/badges/foostart-package-product/health.svg)

```
[![Health](https://phpackages.com/badges/foostart-package-product/health.svg)](https://phpackages.com/packages/foostart-package-product)
```

PHPackages © 2026

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