Платформа для back-office приложений на Laravel Framework
Это пакет для создания административных приложений, который абстрагирует общие функции, необходимые для бизнес-приложений, CMS и систем электронной коммерции.

Это пакет для создания административных приложений, который абстрагирует общие функции, необходимые для бизнес-приложений, CMS и систем электронной коммерции.
Хватит тратить время на создание админ-панели, сразу пишите логику!
Over the years, the package has helped many developers to create high-quality applications
with a minimum of attention to administration panels.
For me, Orchid appeared at the same time as Laravel because for learning Laravel, I started looking for the admin panel and chose the Orchid Platform. At the moment, I am doing all projects on Orchid. The main advantage of Orchid is that you can get started quickly, and in a short time, you can get to the very essence of the project. And then, it is easy to scale the project. Another huge plus of the Orchid Platform is the code organization structure. Learning to think according to this structure to speed up development in other projects.
The laravel ecosystem is vast as mature. But as an aged web developer, I realize that "richness" is not enough, I need a stable and well-designed open source platform, in terms of architecture and principles which allows to me and my team ship solutions fast, with an easy to maintain base code and without all the common fancy "automatic magic" that might be complex to adapt and useless most of the time. Orchid-platform is all that and more, Orchid-Platform boost out our productivity in levels that i can't almost not to believe with beautiful and expressive resulting code. Orchid-platform is application-nature agnostic but it fits like no other package on administrative kind of Solutions.
Before meeting Orchid, I constantly had to write the admin panel from scratch. It was such a "pleasure". I first heard about Orchid in a podcast on "Five Minutes PHP". After reading the documentation, I decided to try it, and I still use it. Orchid fits most projects I develop and scales well. If you have any questions, you will always be helped in the project's official Telegram chat. Although the answers to most of the questions are in the documentation.
This week, 3 authors have sent 15 commits to mastering and released 4 releases. Here's what we worked on:
Almost every Orchid application implements specific business logic algorithms. And the best place for these algorithms is in services, into which you need to transfer business logic from all other classes - screen methods, application listeners, etc....
Most web applications require the user to perform some action, such as saving or modifying data. It will be a shame if the action is performed by mistake. To avoid this, a confirmation dialog is a popular solution. In which the user is asked to confirm...