Skip to content

Instantly share code, notes, and snippets.

View marcoskubis's full-sized avatar

Marcos Kubis marcoskubis

View GitHub Profile
Name: Flash
Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc=
if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676
Thank you!
@rodrigopedra
rodrigopedra / gist:a4a91948bd41617a9b1a
Last active March 30, 2024 16:30
Laravel 5 Middleware for Database Transactions
<?php namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Response;
class DBTransaction
{
/**
* Handle an incoming request.
*