Tag: laravel

Magic login links with Laravel

Dev

Create magic login links with Laravel, so users can login via a link sent to their email instead of remembering a password.

Ozzie Neher
Jul 5, 2021 ⋅ 14 min read
Laravel Dusk Browser Testing And Automation

Laravel Dusk browser testing and automation

Dev

See how Laravel’s Dusk provides end-to-end browser testing for Laravel applications, bringing client-side feature insight in real time.

Samson Omojola
Jun 7, 2021 ⋅ 6 min read

Laravel and Docker: A guide to using Laravel Sail

Dev

Learn how to create a project with Docker and Laravel Sail with this tutorial that includes useful commands to know before getting started.

Samson Omojola
May 21, 2021 ⋅ 5 min read

Laravel Passport: A tutorial and example build

Dev

Learn how to implement Laravel Passport in your API with this tutorial and step-by-step example build.

Samson Omojola
Apr 15, 2021 ⋅ 10 min read
Deep Dive Laravel Livewire

Deep dive into Laravel Livewire

Dev

Laravel Livewire’s full stack-framework connects the backend and frontend by allowing real-time interactivity with minimal JavaScript.

Sodeeq Elusoji
Feb 26, 2021 ⋅ 8 min read
What's new in Laravel

What’s new in Laravel 8

Dev

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.

Nkere-Awaji Inwan
Oct 15, 2020 ⋅ 8 min read
Ruby on rails framework

11 alternative frameworks to Ruby on Rails

Dev

Ruby on Rails is one of the most popular frameworks for server-side development, but here are 11 powerful alternatives to try.

Oluwaseun Raphael Afolayan
Oct 9, 2020 ⋅ 4 min read

Continuous integration and deployment with Travis CI

Dev

Travis CI is a popular continuous integration and continuous deployment tool, used to build, test, and deploy an application’s codebase.

Michael Okoh
Aug 12, 2020 ⋅ 7 min read

How to create a CI/CD for a Laravel application using GitHub Actions

Dev

In this article, we will look at how to manage your CI/CD processes using GitHub Actions.

Michael Okoh
May 8, 2020 ⋅ 11 min read