Skip to content

Instantly share code, notes, and snippets.

View dhayab's full-sized avatar
👋
Hi

Dhaya dhayab

👋
Hi
View GitHub Profile
@dhayab
dhayab / gist:5715152
Last active December 18, 2015 02:59 — forked from jacekd/gist:4562959
Get language prefixing in URLs from Laravel 3 back into Laravel 4.
<?php
/*
* Multilingual URLs in Laravel 4
*/
//config/app.php
return array(
...