Create your own Anything-tricks.com!

Submitted by msurguy - 10 years ago

We have released the source code of this website! You can check out the repository containing a mirror copy of this website: https://github.com/CodepadME/laravel-tricks to create your own websites like Laravel-tricks. It uses PSR-2 coding standards, a ton of libraries and packages and is a good resource to take a look into.

public function getMyTricksSite()
{
    exec ('git clone https://github.com/CodepadME/laravel-tricks.git');    
}