Getting started with Laravel Spotlight
Learn how to use Laravel Spotlight to supercharge your web application with an easy-to-use command palette that your users will love.
The PHP Framework for Web Artisans. Laravel is a web application framework with an expressive, elegant syntax.
Learn how to use Laravel Spotlight to supercharge your web application with an easy-to-use command palette that your users will love.
Learn how to use the Wire Elements modal package to build modals for your Laravel application with Livewire.
Learn how to get started with Laravel Batches and how to show the batch progression in real-time with Livewire.
Learn step by step how to deploy any application, whether it's Laravel, WordPress, you name it, to multiple servers without any downtime. We will use a GitHub Actions matrix to build and upload our artifacts and finally publish our application to the world.
Over the years, I've SSH'ed into dozens of servers to execute Laravel Artisan commands. Creating some bash shortcuts made things a bit easier, luckily. On some occasions, though, clients did not support SSH, and in other cases, they did, but it was a terrible process...