Laravel Orchid Blog

News and announcements around Laravel Orchid, including related projects.

What stack does Orchid use?

There are a lot of different stacks in trend right now for building an application. Every year or two, a new product appears that causes a lot of hype on the net and people to rush to rewrite their...

What are a Screen and its responsibility?

The screen is a rather unusual term for web developers. It means a unique set of components that a user can see on a page. For example, when building a simple blog, we will have only two unique...

SVG Icons

In the latest release of the package, I replaced Icon Fonts in favor of the SVG format, which means that now icons are available in a vector. Previously, if you needed to display your...

Draw model charts

Building charts can be awkward, but since 7.15.0, a trait has been added to Laravel Orchid to generate group and time data. To use it, you should add the trait...