PerspoliS

Results 5 comments of PerspoliS

My Problem Exactly this: I need to Call Url for default language(en) Without language `example.com/articles/` And Call For Another Language With `fr` `example.com/fr/articles/` [Example for Symphony url router](https://stackoverflow.com/a/8271200/5257350)

You test This Code?! I change your code for test to the function like this: ``` function urlss(){ $uri = $_SERVER['REQUEST_URI']; $languages = ['en', 'fr', 'es', 'de']; // this is...

@ldonis : Working code link is not found. please update

@CaptainKarma Hi, I change Admincontroller to this: ``` public function __construct() { parent::__construct(); // special authentication check for the entire controller: Note the check-ADMIN-authentication! // All methods inside this controller...

You right For OR / AND But I Move This Code From `Auth.php` - `Line 56` To `index()` and `login()`. You have Any Idea for Question **Two**!