PHPackages                             olmo/laravel-frontend - 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. olmo/laravel-frontend

ActiveLibrary[Framework](/categories/framework)

olmo/laravel-frontend
=====================

Laravel package to build frontend Olmo based applications

0.0.179(8mo ago)02.3kISCPHPPHP ^8.1

Since Jul 13Pushed 8mo ago3 watchersCompare

[ Source](https://github.com/olmokit/olmo-laravel-frontend)[ Packagist](https://packagist.org/packages/olmo/laravel-frontend)[ RSS](/packages/olmo-laravel-frontend/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (175)Used By (0)

Laravel Frontend
================

[](#laravel-frontend)

[![composer](https://camo.githubusercontent.com/3204b93ca72479dabf12206f883eea6a79330d99db455162779acbc9e63f5eb8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6c6d6f2f6c61726176656c2d66726f6e74656e643f696e636c7564655f70726572656c6561736573266c6162656c3d636f6d706f7365722533412532307061636b61676973742e6f72673f7374796c653d666c61742d73717561726526636f6c6f723d464635324445)](https://packagist.org/packages/olmo/laravel-frontend)

> For all the documentation refer to the [Olmo docs](https://olmokit.github.io/olmokit).

This package is automatically mirrored as a standalone repository to [GitHub](https://github.com/olmokit/olmo-laravel-frontend) through [a script in olmokit](https://github.com/olmokit/olmokit/blob/main/tools/dev-publish.ts#L153-L175). Composer installs `olmo/laravel-frontend` through the [packagist.org's package](https://packagist.org/packages/olmo/laravel-frontend) which points to the mirrored repository.

Development
-----------

[](#development)

- to manage trailing slashes we might use [illuminatech/url-trailing-slash](https://github.com/illuminatech/url-trailing-slash)
- Take a deeper look at [package-skeleton-laravel](https://github.com/spatie/package-skeleton-laravel)
- [About protecting http request based image resizing with signed URL](https://glide.thephpleague.com/1.0/config/security/)
- [Laravel optimization](https://www.cloudways.com/blog/laravel-performance-optimization/)
- [Laravel optimization](https://geekflare.com/laravel-optimization/)
- [A way to handle authentication through just session and cookies and comunicate with API, for Laravel 6.0](https://gist.github.com/eusonlito/8b5389db1d390c17aba123645fd99ea1)
- [Laravel Resources to create intermediary between thirdy-part API and laravel application](https://medium.com/@jeffochoa/consuming-third-pary-apis-with-laravel-resources-c13a0c7dc945)
- [Laroute, package to pass laravel routes to js](https://github.com/aaronlord/laroute) (might be useful to implement barba.js)
- [Usecase about Laravel routes optimization](https://stackoverflow.com/q/37754795)
- [About creating a middleware to check incoming requests domain](https://medium.com/@mayasavir/laravel-check-request-origin-domain-d825fc05dc1c), this is useful to create protected hooks for the CMS to clear/manages the cache on specific actions, e.g. saving a new product during data entry
- [About not using env outside config files to get cache and speed](https://andy-carter.com/blog/env-gotcha-in-laravel-when-caching-configuration)
- About authentication with external API: [recent](https://laracasts.com/discuss/channels/laravel/passport-omit-standard-user-authentication-and-use-custom-logic?page=1), [1](https://stackoverflow.com/questions/61980446/how-do-we-implement-custom-api-only-authentication-in-laravel) [2](https://laracasts.com/discuss/channels/laravel/authenticating-with-eloquent-and-without-database-how-to-handle-user-roles-and-permissions), [3](https://stackoverflow.com/questions/41947149/how-to-fix-unauthorized-access-on-post-oauth-token)
- About [Laravel and OPcache](https://deliciousbrains.com/optimizing-laravel-performance-queues-front-end-opcache/)
- [Old and small antiflood system for Laravel](https://github.com/ircop/antiflood)
- [About Laravel's throttle middleware and load balancer HAProxy](https://medium.com/swlh/laravel-rate-limiting-in-production-926c4d581886)
- Middleware `throttle` might cause high disk IO if we use it too much (e.g. for images) with a cache `file` driver ([source](https://medium.com/cafe24-ph-blog/understanding-the-usage-of-cache-in-laravel-f6cf30f4a9b5))
- [Performance comparison of cache drivers](https://www.georgebuckingham.com/laravel-cache-driver-performance/)
- Alternative cache system with tagging for file driver cache: [alternative-laravel-cache](https://github.com/swayok/alternative-laravel-cache), see [laravel 9 support issue](https://github.com/swayok/alternative-laravel-cache/issues/34) (we followed the suggested swap of cache adapter dependency and it works)
- Cache tagging library for file driver cache: [taggedFileCache](https://github.com/unikent/taggedFileCache)
- Cache library for Laravel [laravel-responsecache](https://github.com/spatie/laravel-responsecache)
- [Can a sitemap not be at the root of the website?](https://support.google.com/webmasters/thread/23099756?hl=en)
- Images sitemap to boost SEO friendly images names despite hashed cached images filenames: we could generate [an image sitemap](https://support.google.com/webmasters/answer/178636?hl=en) that would read all the cache and map original filenames from the CMS (cleaned up of their timestamp) to each URL of its cropped/resized/transformed versions. Another way would be to perhaps use `iptc` images metadata, [Intervention supports it](http://image.intervention.io/api/iptc) with `gd` driver too.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance61

Regular maintenance activity

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 65.1% 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 ~5 days

Recently: every ~13 days

Total

174

Last Release

246d ago

### Community

Maintainers

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

---

Top Contributors

[![kuus](https://avatars.githubusercontent.com/u/3102245?v=4)](https://github.com/kuus "kuus (28 commits)")[![fabsfabs](https://avatars.githubusercontent.com/u/3035516?v=4)](https://github.com/fabsfabs "fabsfabs (15 commits)")

---

Tags

frontendlaravel

### Embed Badge

![Health badge](/badges/olmo-laravel-frontend/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[bpocallaghan/laravel-admin-starter

The Laravel Framework.

3511.4k](/packages/bpocallaghan-laravel-admin-starter)

PHPackages © 2026

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