rajakhoury Approved

Member since: 2015-06-05

Recent posts by rajakhoury
Post When

Thanks for the suggestion will give it shot

Posted in Insert Inline CSS in layouts not a link reference

Hi,

This is maybe a general Laravel question but I'm having a hard time making the Auth middle-ware ...

Posted in Routes Auth Middleware & Components

I have opened an issue for this : https://github.com/rainlab/translate-plugin/issues/215

Does anyone...

Posted in Translation Plugin not working with Partials loaded via AJAX

I added this to my User plugin boot function

use RainLab\Translate\Classes\Translator;
public $requ...

Posted in Translate Plugin : Load locale from User's model instead of Session

I added a column to my User's table lang_code so the user can select from his account settings the d...

Posted in Translate Plugin : Load locale from User's model instead of Session

I have three Models : User, UserAccount and Store

The User belongs to a UserAccount ( One-to-Many) ...

Posted in Help with backend model relations - Many-to-Many Through a Model

Thanks!

public function renderInvoice($invoice)
    {
        $parser = $this->getSyntaxParser($this...

Posted in Class twig.string does not exist

Hi, actually it's the OC-Cashier plugin from Alxy https://github.com/alxy/oc-cashier-plugin - The In...

Posted in Class twig.string does not exist

Hi, Any idea why this error is happening ? Here's the invoice model

Error : Class twig.string does n...

Posted in Class twig.string does not exist

Hi, I'm wondering how do you switch a theme based on a spcific route. The site has a public site and...

Posted in Switch Front-End theme based on routes ?