thiago9438 Approved

Member since: 2015-07-15

Recent posts by thiago9438
Post When

I want to parse an variable into relation, there is an way to use a callback? The variable is the cu...

Posted in Relation callback

Hi, how can i extend the lang.php file for backend from one plugin for example. I do not translate d...

Posted in How extend backend translate

Thanks for help!

Posted in Register model settings as global variables

Tschallacka said:

You can always store something in the config if some of your plugins get loaded?

...

Posted in Register model settings as global variables

Hello, i have created an model settings using SettingsModel inside a Plugin named "Core",

My questio...

Posted in Register model settings as global variables

Scott said:

This plugin might be what you're looking for https://github.com/scottbedard/oc-useragen...

Posted in Laravel packages

How can i add an laravel package in october? the package is: https://github.com/jenssegers/Laravel-A...

Posted in Laravel packages

Hi, my model is:

<?php namespace Fonix\Parceiros\Models;

use Model;

 *
* Parceiro Model

class Par...

Posted in Problem on attach image to list

Hi, i need to add some fields like: "Button text" for the System\Models\File:

alt text

Can someone help me? ...

Posted in How can i add new fields for System\Models\File modal?