Skip to content

Instantly share code, notes, and snippets.

View adevyatov's full-sized avatar

Aleksei Deviatov adevyatov

View GitHub Profile
@SerafimArts
SerafimArts / bug.php
Last active October 27, 2018 18:35
Real monkey patching
<style>input, pre { margin: 20px 50px; }</style>
<form action="/" method="POST">
<input type="text" name="some.any.ololo..." />
<input type="submit" />
</form>
<pre><?php var_dump($_POST); ?></pre>
@SerafimArts
SerafimArts / AppKernel.php
Last active April 24, 2017 09:32
Laravel Container for Symfony
<?php
/**
* Add this code into app/AppKernel.php
*/
class AppKernel extends Kernel
{
// ....
/**
* @return string
*/