Skip to content

Instantly share code, notes, and snippets.

View aazbeltran's full-sized avatar
💻
Writing Code..

Alonso ZB aazbeltran

💻
Writing Code..
View GitHub Profile
@aazbeltran
aazbeltran / macos-terminal-close-notifications
Created June 22, 2021 02:09 — forked from gaddoz/macos-close-notifications
close all disk not ejected properly and other notifications
killall NotificationCenter
{{--
Icon view component for Laravel 7.
@disclaimer The icons used in this component are taken from "Refactoring UI Heroicons" (md-outline collection).
For more info https://github.com/refactoringui/heroicons by Steve Schoger & Adam Wathan.
@copyright MIT
@author Maurizio <https://twitter.com/mauriziolepora>
@aazbeltran
aazbeltran / HandlePutFormData.php
Last active May 27, 2019 13:58 — forked from iamntz/HandlePutFormData.php
Laravel: Middleware to support multipart/form-data in PUT, PATH and DELETE requests. Deals with one level of form arrays.
<?php
namespace App\Http\Middleware;
use Closure;
use Symfony\Component\HttpFoundation\ParameterBag;
/**
* @author https://github.com/aazbeltran
*