Laravelday 2021 workshop

Questa pagina contiene le istruzioni per predisporre tutto il necessario per partecipare al workshop del Laravelday 2021

Category: Development
Subcategories: Development
18/11/2020
952 times
Laravelday 2021 workshop
Related posts
PHP/Laravel Library for Tado API

I released on GitHub a PHP library for querying and editing data on the Tado Thermostat System. It is integrated in Laravel 5.x for quick setup in this excellent framework.

TDD implementation of Finite State Machine (FSM) with Laravel

This article describes a TDD (Test Driven Development) approach to implement a Finite State Machine (FSM) using PHP+Laravel. However, such method is general and could be used in the programming language of your choice.

Shibboleth: Using Relational DBMS as authentication backend

Learn how to use a relational DBMS as authentication provider for Shibboleth IDP instead of default LDAP

Design patterns in PHP: Strategy

This tutorial describes a TDD approach to refactor code to Strategy pattern. Starting from working code and some test, refactoring steps are applied to obtain cleaner code