Skip to content

Instantly share code, notes, and snippets.

View ProElbs's full-sized avatar

Damien L. ProElbs

  • Lyon, Fr
View GitHub Profile
@ProElbs
ProElbs / README-Template.md
Created February 9, 2023 08:54 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@ProElbs
ProElbs / FormException.php
Created December 19, 2022 14:22 — forked from Juyn/FormException.php
Trait to extract JSON request and validate them against assertions with group. Compatible PHPStan level 9 and PHPCS
<?php
namespace App\Exception;
use Exception;
use Throwable;
class FormException extends Exception
{
/**