October 12, 2020
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...
October 11, 2020
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...
September 19, 2020
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...
August 5, 2020
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...