DEV Community

Cover image for New achivements of Mezon PHP Framework
alexdodonov
alexdodonov

Posted on

6 2

New achivements of Mezon PHP Framework

Hi all! Today I want to try a new format with Mezon Framework news. May be it will be more interesting for you.

Replacing Laravel with Mezon Router

It was quite surprising for me but some people use Mezon Router to replace Laravel’s one. Here is the proof

You can also refer to it if you need migration tips.

Non-ASCII routes in Mezon Router

Another news for my router. New feature was implemented after the issue was submitted.

If you need new featured in the router or in other packages of the Mezon Framework – please feel free to submit them )

But as we are speaking about non-ASCII routes let’s look at the simple example:

$router->addGetRoute('кириллический-урл', ...callback...);
Enter fullscreen mode Exit fullscreen mode

No changes in your code required. You can use non-ASCII routes as common routes.

Plugin manager

Here I want to make a simple announce – right now I do small plugin manager wich can made web applications more granular.
Subscribe for updates )

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay