Download the PHP package olmo/laravel-frontend without Composer
On this page you can find all versions of the php package olmo/laravel-frontend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download olmo/laravel-frontend
More information about olmo/laravel-frontend
Files in olmo/laravel-frontend
Download olmo/laravel-frontend
More information about olmo/laravel-frontend
Files in olmo/laravel-frontend
Vendor olmo
Package laravel-frontend
Short Description Laravel package to build frontend Olmo based applications
License ISC
Package laravel-frontend
Short Description Laravel package to build frontend Olmo based applications
License ISC
Please rate this library. Is it a good library?
Informations about the package laravel-frontend
Laravel Frontend
For all the documentation refer to the Olmo docs.
This package is automatically mirrored as a standalone repository to GitHub through a script in olmokit. Composer installs olmo/laravel-frontend
through the packagist.org's package which points to the mirrored repository.
Development
- to manage trailing slashes we might use illuminatech/url-trailing-slash
- Take a deeper look at package-skeleton-laravel
- About protecting http request based image resizing with signed URL
- Laravel optimization
- Laravel optimization
- A way to handle authentication through just session and cookies and comunicate with API, for Laravel 6.0
- Laravel Resources to create intermediary between thirdy-part API and laravel application
- Laroute, package to pass laravel routes to js (might be useful to implement barba.js)
- Usecase about Laravel routes optimization
- About creating a middleware to check incoming requests domain, 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
- About authentication with external API: recent, 1 2, 3
- About Laravel and OPcache
- Old and small antiflood system for Laravel
- About Laravel's throttle middleware and load balancer HAProxy
- Middleware
throttle
might cause high disk IO if we use it too much (e.g. for images) with a cachefile
driver (source) - Performance comparison of cache drivers
- Alternative cache system with tagging for file driver cache: alternative-laravel-cache, see laravel 9 support issue (we followed the suggested swap of cache adapter dependency and it works)
- Cache tagging library for file driver cache: taggedFileCache
- Cache library for Laravel laravel-responsecache
- Can a sitemap not be at the root of the website?
- Images sitemap to boost SEO friendly images names despite hashed cached images filenames: we could generate an image sitemap 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 withgd
driver too.
All versions of laravel-frontend with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
fideloper/proxy Version ^4.2
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^9.19
laravel/tinker Version ^2.7
renatomarinho/laravel-page-speed Version ^2.1
silber/page-cache Version ^1
nunomaduro/collision Version ^6.1
intervention/image Version ^2.5
spatie/crawler Version ^7.1
swayok/alternative-laravel-cache Version ^6.1
swayok/cache-filesystem-adapter Version *
fideloper/proxy Version ^4.2
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^9.19
laravel/tinker Version ^2.7
renatomarinho/laravel-page-speed Version ^2.1
silber/page-cache Version ^1
nunomaduro/collision Version ^6.1
intervention/image Version ^2.5
spatie/crawler Version ^7.1
swayok/alternative-laravel-cache Version ^6.1
swayok/cache-filesystem-adapter Version *
The package olmo/laravel-frontend contains the following files
Loading the files please wait ....