PHPackages                             bblstudio/bblstudio - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. bblstudio/bblstudio

ActiveLibrary[File &amp; Storage](/categories/file-storage)

bblstudio/bblstudio
===================

The BblStudio package is a versatile file editing tool designed for laravel bootstrap to streamline content management and editing within web applications

1.1.0(1y ago)4151MITHTMLPHP &gt;=8.0

Since Oct 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Yassinidi/BblStudio)[ Packagist](https://packagist.org/packages/bblstudio/bblstudio)[ Docs](https://github.com/Yassinidi/BblStudio)[ RSS](/packages/bblstudio-bblstudio/feed)WikiDiscussions main Synced 1mo ago

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

BBL Studio
===========

[](#bbl-studio-)

[![](https://github.com/Yassinidi/BblStudio/raw/eeaaf6e6383cc3716fc5c3e1c631ccb920959a43/public/BblStudio/img/Design%20sans%20titre.png?raw=true)](https://github.com/Yassinidi/BblStudio/blob/eeaaf6e6383cc3716fc5c3e1c631ccb920959a43/public/BblStudio/img/Design%20sans%20titre.png?raw=true)

Description
-----------

[](#description)

```
BBL Studio is a powerful tool for managing and editing your application views.
This configuration file sets up the VEDITOR mode and various options for
customizing how the editor operates within your Laravel application.
```

Requirements
------------

[](#requirements)

```
- Laravel: Minimum version 8
- PHP: Minimum version 8
```

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

[](#installation)

```
1. Run the following command to install BBL Studio:
   composer require bblstudio/bblstudio

Publish the package assets(if not run auto!):
php artisan vendor:publish --tag=laravel-assets --ansi --force

Publish the package views:
php artisan vendor:publish --tag=laravel-views --ansi --force

Publish the package config:
php artisan vendor:publish --tag=config --ansi --force

```

For using Bootstrap components
------------------------------

[](#for-using-bootstrap-components)

```
add this imoprt in page Edit :

```

BBL Studio Configuration .env file
==================================

[](#bbl-studio-configuration-env-file)

Mode Options
------------

[](#mode-options)

```
# - AUTO: Automatic configuration.
# - CONFIG: Manual configuration.
# - AUTO + CONFIG: Automatic with additional configurations.
VEDITOR = "AUTO"  # Required for AUTO mode.
```

Path Configuration
------------------

[](#path-configuration)

```
VEDITOR_FOLDER_VIEWS_PATH = "user_page/auth"  # Required for AUTO mode or Default =Views.
```

URL and Routing
---------------

[](#url-and-routing)

```
VEDITOR_URL = "bblstudio"  # Required for AUTO + CONFIG.
VEDITOR_ROUTE_NAME = "bblstudio"  # Required for AUTO + CONFIG.
```

Save Configuration
------------------

[](#save-configuration)

```
# Options: origin / copy / fun
# - origin: Save directly to the original file.
# - copy: Save a copy of the file.
# - fun: Use a custom function to save.
VEDITOR_SAVE = "origin"  # Required for AUTO {origin / copy / fun} + CONFIG {fun}.
```

Custom Save Function Configuration
----------------------------------

[](#custom-save-function-configuration)

```
# Required if VEDITOR_SAVE is set to "fun".
VEDITOR_SAVE_DATA_FUN_CONTROLLER_NAME = ""  # Controller name for the custom save function.
VEDITOR_SAVE_DATA_FUN_METHOD_NAME = ""  # Method name for the custom save function.
# The function signature should be: fun($filePath or $fileName, $newContent).
```

Content Retrieval Configuration
-------------------------------

[](#content-retrieval-configuration)

```
# Required for CONFIG mode.
VEDITOR_GET_CONTENT_BY_NAME_CONTROLLER_NAME = ""  # Controller name for retrieving content by name.
VEDITOR_GET_CONTENT_BY_NAME_METHOD_NAME = ""  # Method name for retrieving content by name.
# The function signature should be: fun($fileName).
```

Structure Listing Configuration
-------------------------------

[](#structure-listing-configuration)

```
# Required for CONFIG mode.
VEDITOR_LIST_STRUCTER_CONTROLLER_NAME = ""  # Controller name for listing the structure.
VEDITOR_LIST_STRUCTER_METHOD_NAME = ""  # Method name for listing the structure.
# The structure format should be: [[fileName => string (unique), folderName => string], [...]].
```

Additional Configuration
------------------------

[](#additional-configuration)

```
VEDITOR_SHOW_PHP = true  # Enable or disable PHP code display in the editor.
VEDITOR_MIDDLEWARE_ALIAS = ""  # Middleware alias used for routing if needed.
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

562d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec6abcd65c05a6bc953a7c16721e8fa7d8031a19fc0e68af60aa015499803ffd?d=identicon)[elidi naili](/maintainers/elidi%20naili)

---

Top Contributors

[![Yassinidi](https://avatars.githubusercontent.com/u/107621618?v=4)](https://github.com/Yassinidi "Yassinidi (18 commits)")

---

Tags

animationbootstrapbuilderdesigneditorhtml-css-javascriptlaravellaravel-packagestudiowysiwyg-editorlaravelbootstrapwysiwygcontent managementtext-editorweb-developmentphp-packagefile editorblade templatesview management

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-editors

Editor widgets Yii2 framework. Summernote WYSIWYG editor, Codemirror code editor and PlainText editor for Bootstrap 3.x, 4.x and 5.x.

23300.9k1](/packages/kartik-v-yii2-editors)

PHPackages © 2026

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