In this guide, we’ll compare Laravel’s Livewire and Inertia.js frontend templates, and help you decide which to use in your next project.
Create magic login links with Laravel, so users can login via a link sent to their email instead of remembering a password.
See how Laravel’s Dusk provides end-to-end browser testing for Laravel applications, bringing client-side feature insight in real time.
Learn how to create a project with Docker and Laravel Sail with this tutorial that includes useful commands to know before getting started.
Learn how to implement Laravel Passport in your API with this tutorial and step-by-step example build.
Laravel Livewire’s full stack-framework connects the backend and frontend by allowing real-time interactivity with minimal JavaScript.
Laravel 8 was released on September 8th, 2020. This release continues the improvements made in the previous release (version 7), as well as new features that include support for Jetstream, job batching, dynamic blade component, model factory classes, improved artisan serve, and many others.
Ruby on Rails is one of the most popular frameworks for server-side development, but here are 11 powerful alternatives to try.
Travis CI is a popular continuous integration and continuous deployment tool, used to build, test, and deploy an application’s codebase.
In this article, we will look at how to manage your CI/CD processes using GitHub Actions.