How we built our new website using Laravel and Ozu
Check our new website code to figure out how Ozu is useful to power static websites.
Blog (EN)
Check our new website code to figure out how Ozu is useful to power static websites.
Quick recap on all the new features added since version 9.5
Quick recap on all the new features added since version 9.0
Try Ozu now and help us shape the future of the platform.
The v9 is mainly focused on technical improvements, but it also brings nice new features.
Ozu allows to build and deploy a static website from a standard Laravel codebase, providing the CMS section and more.
We used Sharp 8 as a framework to design a build a full management app.
This version brings many new features: let's review the main ones.
Quick review on what’s coming on the next major version of Sharp 8 for Laravel.
Sometimes (often, in fact), simplicity in the best way to leverage features.
A full tour of Sharp for Laravel
Learn how to validate email address from your customers and make sure you can contact them with confidence with Laravel’s power feature
Since version 4, Sharp companion demo / testing app, named Saturn, was kind of clumsy: it was hard to understand, as a new user, what was…
PHP 8.1 introduced long awaited support for built-in Enums. There is no more need for custom solutions as Since 8.69 Laravel has your back.
The beta has ended, with a final refactoring on entities and menu declaration
When using Laravel, if you need to notify your users you can benefit from its built-in notification system. Laravel provides support for…
Sharp for Laravel has a new major version: Sharp 7.
Learn how to setup a scheduled task to check periodically for Laravel Horizon’s status and notify your team as soon as it doesn’t work
In Laravel Horizon you can setup a notification system for being alerted when there is a too long wait time on your queues (and check if…
If you seed your local database with model factories, you probably use the fresh faker library (as the original faker library has been…
We just released version 6.3 of Sharp for Laravel, with a feature that was expected since a long time: the ability to upload multiple files…
Setting up your own image transform service on AWS to serve properly sized and optimized assets with Laravel
Six months after a v5 which was mainly a technical bump, Sharp for Laravel hits version 6, and this time there are new features (along…
Recently I had, for a project at Code 16, to deal with an external API (a very bad one, but that’s another story). This is for a book…
It may be for optimization, or to choose what data should be sent in different contexts.