PHPackages                             fex-team/laravel-fis - 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. [Templating &amp; Views](/categories/templating)
4. /
5. fex-team/laravel-fis

ActiveLibrary[Templating &amp; Views](/categories/templating)

fex-team/laravel-fis
====================

FIS resource loader for laravel

1.0.3(9y ago)253.0k1[4 issues](https://github.com/fex-team/laravel-fis/issues)MITPHPPHP &gt;=5.4.0

Since Jul 13Pushed 9y ago15 watchersCompare

[ Source](https://github.com/fex-team/laravel-fis)[ Packagist](https://packagist.org/packages/fex-team/laravel-fis)[ RSS](/packages/fex-team-laravel-fis/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

FEX-Team/Laravel-FIS
====================

[](#fex-teamlaravel-fis)

[![Laravel](https://camo.githubusercontent.com/065090645005d594cc1e8a431a709b9b8e2d4ff91785babfd57aaee3b5b06aef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d7e352e302d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)

适用于 Laravel 5 的 FIS 资源加载器。

- 关于前端编译部分，请查看[fis3 laravel 脚手架](https://github.com/fis-scaffold/laravel)。
- 关于本模块功能扩展，请查看 [功能说明](./functions.md)

Getting Started
---------------

[](#getting-started)

1. 添加依赖到 `composer.json` 文件中，并通过 `composer update` 下载下来。

```
"require": {
...

"fex-team/laravel-fis": "*",

...
},

```

2. 添加 Provider 到 `config/app.php` 配置项中。

```
'providers' => [

  /*
   * Laravel Framework Service Providers...
   */
  'Illuminate\Foundation\Providers\ArtisanServiceProvider',
  'Illuminate\Auth\AuthServiceProvider',

  // ...

  // 添加 FIS 的 Provider
  'Fis\Providers\ResourceProvider',

],
```

3. 如果你想更直接的使用 FIS Facades 的话，请添加 aliases。同样是 `config/app.php` 配置项中。

```
'aliases' => [

  'App'       => 'Illuminate\Support\Facades\App',
  'Artisan'   => 'Illuminate\Support\Facades\Artisan',

  // ...

  'Fis'       => 'Fis\Facades\Fis',
],
```

4. 默认 fis 产出的 `map.json` 文件应该存放在 `resources/map` 目录，如果想修改，请修改 `config/view.php` 配置文件。

```
/*
|--------------------------------------------------------------------------
| View Storage Paths
|--------------------------------------------------------------------------
|
| Most templating systems load templates from disk. Here you may specify
| an array of paths that should be checked for your views. Of course
| the usual Laravel view path has already been registered for you.
|
*/

'paths' => [
  realpath(base_path('resources/views'))
],

// ...

// 配置 map.json 读取目录，程序运行前，请先记得用 fis 编译产出到 Laravel 项目目录。
'mapPath' => realpath(base_path('resources/map'))
```

Change Log
----------

[](#change-log)

### 2015/07/13 发布 1.0 版本

[](#20150713-发布-10-版本)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 92.6% 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 ~128 days

Total

4

Last Release

3575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9db9f4100009b11ca746b4f802dfb9933fc2ae3ec741c2d3b1bccbdb7818e65f?d=identicon)[2betop](/maintainers/2betop)

---

Top Contributors

[![2betop](https://avatars.githubusercontent.com/u/2698393?v=4)](https://github.com/2betop "2betop (25 commits)")[![linhe0x0](https://avatars.githubusercontent.com/u/8622362?v=4)](https://github.com/linhe0x0 "linhe0x0 (1 commits)")[![oxUnd](https://avatars.githubusercontent.com/u/631195?v=4)](https://github.com/oxUnd "oxUnd (1 commits)")

---

Tags

laravelbladefis

### Embed Badge

![Health badge](/badges/fex-team-laravel-fis/health.svg)

```
[![Health](https://phpackages.com/badges/fex-team-laravel-fis/health.svg)](https://phpackages.com/packages/fex-team-laravel-fis)
```

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18299.2k7](/packages/technikermathe-blade-lucide-icons)[saade/blade-iconsax

A package to easily make use of Iconsax in your Laravel Blade views.

21138.5k](/packages/saade-blade-iconsax)[mckenziearts/blade-untitledui-icons

A package to easily make use of UntitledUI icons in your Laravel Blade views.

16104.9k5](/packages/mckenziearts-blade-untitledui-icons)[afatmustafa/blade-hugeicons

A package to easily make use of Hugeicons(Free version) in your Laravel Blade views.

13129.0k3](/packages/afatmustafa-blade-hugeicons)

PHPackages © 2026

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