s6carlo

Results 7 issues of s6carlo

I'm trying to redirect to a specific route after model saving? After model A is saved, I would like to redirect to Model B edit form. I'm working on the...

feature request

In my application in the edit (or create) form of **modelA** I wuold like to have the possibility to create an object (new record) fo another model, **modelB**. For example,...

I wrote a custom display to search column from a joined table, it need a custom column and a custom display model In app/Admin/boostrap.php custom column and registrations ``` php...

I have a table with id and product_code I want to use product_code as primary key, this is possibile: ``` php Model ... protected $primaryKey = 'product_code'; ``` The problem...

The column action is placed in a wrong position in the AdminLteTemplate. TemplateDefault ![default](https://cloud.githubusercontent.com/assets/13030332/11557214/d8702a42-99ab-11e5-8d67-7bab00487252.png) AdminLteTemplate ![adminltetemplate](https://cloud.githubusercontent.com/assets/13030332/11557191/c2945496-99ab-11e5-8d7d-e4f0a6c13bef.png) I am working to solve this issue.

Using this template the "readonly" attribute is not supported. ``` php FormItem::text('id', 'USER Id')->readonly(true), ``` For example text.blade.php from ``` php {{ $label }} @include(AdminTemplate::view('formitem.errors')) ``` should be changed in...

Non so se esiste un sito con questi dati (stile waze per le strade), ma sarebbe interessante una sezione in cui mostrare i percorsi accessibili a piedi o in bici....