PHPackages                             laravel-enso/how-to - 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. [Image &amp; Media](/categories/media)
4. /
5. laravel-enso/how-to

ActiveLibrary[Image &amp; Media](/categories/media)

laravel-enso/how-to
===================

Tutorial video management for Laravel Enso

5.5.4(2mo ago)441.1k↓43.1%4MITPHP

Since Nov 4Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/laravel-enso/how-to)[ Packagist](https://packagist.org/packages/laravel-enso/how-to)[ Docs](https://github.com/laravel-enso/how-to)[ RSS](/packages/laravel-enso-how-to/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (95)Used By (0)

How-to
======

[](#how-to)

[![License](https://camo.githubusercontent.com/484b88b9d0b43fb6f7edd1b7e9c566e4ce1cbc9bdfea1cedc83964b61095b3a7/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f686f772d746f2f6c6963656e7365)](LICENSE)[![Stable](https://camo.githubusercontent.com/384ef285a5610608acd5005a0aba6ad763622dd3804b8cf045b712fe31faf1da/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f686f772d746f2f76657273696f6e)](https://packagist.org/packages/laravel-enso/how-to)[![Downloads](https://camo.githubusercontent.com/07ed5c7f8691c9bb1b320c4c0f7aa056648d19111cf32843e0b8654976dbae89/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f686f772d746f2f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/how-to)[![PHP](https://camo.githubusercontent.com/da7cf113b588d26fe679dfefe4a15009272ed358ad4e786ad3c78b45faa61d69/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d3737376262342e737667)](composer.json)[![Issues](https://camo.githubusercontent.com/c9ab0fca6a5c09836f1ef111a2addf18f770b5ee4f5a13a18d09f8084911615a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d656e736f2f686f772d746f2e737667)](https://github.com/laravel-enso/how-to/issues)[![Merge Requests](https://camo.githubusercontent.com/47d44157b68feee3f74053bfab674410f8c218ede276210cf2064656946f30ee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6c61726176656c2d656e736f2f686f772d746f2e737667)](https://github.com/laravel-enso/how-to/pulls)

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

[](#description)

How-To manages internal tutorial videos, posters, and tags for Laravel Enso.

The package exposes CRUD-style endpoints for videos, tags, and posters, stores the media and metadata, and is meant to back the Enso in-app help and tutorial area.

It is an Enso companion package rather than a standalone media platform.

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

[](#installation)

Install the package:

```
composer require laravel-enso/how-to
```

Run the package migrations:

```
php artisan migrate
```

Features
--------

[](#features)

- Video create, update, show, list, and delete endpoints.
- Tag create, update, list, and delete endpoints.
- Poster upload, show, and delete endpoints.
- Validation and resource classes for the tutorial media domain.

Usage
-----

[](#usage)

The package mounts its endpoints under:

- `howTo.videos.*`
- `howTo.tags.*`
- `howTo.posters.*`

API
---

[](#api)

### HTTP routes

[](#http-routes)

- `GET api/howTo/videos`
- `POST api/howTo/videos`
- `PATCH api/howTo/videos/{video}`
- `DELETE api/howTo/videos/{video}`
- `GET api/howTo/videos/{video}`
- `GET api/howTo/tags`
- `POST api/howTo/tags`
- `PATCH api/howTo/tags/{tag}`
- `DELETE api/howTo/tags/{tag}`
- `POST api/howTo/posters`
- `DELETE api/howTo/posters/{poster}`
- `GET api/howTo/posters/{poster}`

Depends On
----------

[](#depends-on)

Required Enso packages:

- [`laravel-enso/core`](https://docs.laravel-enso.com/backend/core.html) [↗](https://github.com/laravel-enso/core)
- [`laravel-enso/files`](https://docs.laravel-enso.com/backend/files.html) [↗](https://github.com/laravel-enso/files)
- [`laravel-enso/helpers`](https://docs.laravel-enso.com/backend/helpers.html) [↗](https://github.com/laravel-enso/helpers)
- [`laravel-enso/migrator`](https://docs.laravel-enso.com/backend/migrator.html) [↗](https://github.com/laravel-enso/migrator)

Companion frontend package:

- [`@enso-ui/how-to`](https://docs.laravel-enso.com/frontend/how-to.html) [↗](https://github.com/enso-ui/how-to)

Contributions
-------------

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance87

Actively maintained with recent releases

Popularity33

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 64.9% 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 ~37 days

Recently: every ~6 days

Total

85

Last Release

62d ago

Major Versions

1.0.8 → 2.0.02018-06-05

2.2.11 → 3.0.02019-03-08

3.3.5 → 4.0.02020-06-25

4.0.8 → 5.0.02022-02-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (87 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (24 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (6 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (4 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (4 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (3 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (3 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (3 commits)")

---

Tags

demodemonstration-movie-clipensohow-tolaravellaravel-ensovideolaravelvideoslaravel-ensoHowTo

### Embed Badge

![Health badge](/badges/laravel-enso-how-to/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-enso-how-to/health.svg)](https://phpackages.com/packages/laravel-enso-how-to)
```

###  Alternatives

[laravel-enso/localisation

Language and translation management for Laravel Enso

1362.8k11](/packages/laravel-enso-localisation)[laravel-enso/data-import

Excel Importer dependency for Laravel Enso

2044.0k6](/packages/laravel-enso-data-import)[laravel-enso/core

The backend shell of a Laravel Enso application

3465.3k206](/packages/laravel-enso-core)[laravel-enso/permissions

Permission management for Laravel Enso

1244.2k52](/packages/laravel-enso-permissions)[laravel-enso/logs

Application log management for Laravel Enso

1143.7k9](/packages/laravel-enso-logs)[laravel-enso/tutorials

Tutorial management backend for Laravel Enso

1140.7k](/packages/laravel-enso-tutorials)

PHPackages © 2026

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