Laravel tutorial

This page contains all the material related to the meeting series about Laravel Development held at Magneti Cowork, Palermo, Italy.

Category: Development
Subcategories: Tutorials
01/06/2018
3661 times
Attachments: Part 1 Part 2
Laravel tutorial
Related posts
Shibboleth IDP: Saving audit log to database

Learn how to write Shibboleth IDP logs to a database instead of simple text file

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.

Create a custom validation rule with string alias

In this tutorial I will show how to define a Laravel validation rule providing a custom alias string to use in custom validation classes.

Design patterns in PHP: Replace Constructors with Creation Methods

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