Laravel Orchid Blog

News and announcements around Laravel Orchid, including related projects.

Actions with a confirm dialog

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...

Laravel Orchid CRUD Available Now

Last month, we announced a new package for developers looking to quickly create a user interface for eloquent models with features like create, read, update, and delete. We now cover not only...

CRUD interface for your Eloquent models

Recently, I had an interesting dialogue with my colleague Pavel. In which we discussed his new project. It was necessary to develop a service for a company engaged in the construction and supply of...

Authenticate with Jetstream

With the release of Laravel 8, the development team has released a new starter kit Jetstream. It is a replacement for the laravel/ui package. This is a significant change for which, in...