Support the ongoing development of Laravel.io →

koomai

Joined 25 Mar 2014

Statistics

Threads 0
Replies 9
Solutions 3
Articles 0

koomai has not posted any threads yet

replied 9 years ago

How to create a form element whose name is an array, using Blade?

Replace with double quotes and you should be fine: {{ Form::text( "dt[$dues_type_id]", $di...

0 Likes
Solved
replied 10 years ago

Rendering controller action in layout

A controller is a class. So you can create a new instance and access its methods. E.g.: $controller...

0 Likes
Solved
replied 10 years ago

Installing former bundle

Let's start from the beginning. Try: composer.phar require anahkiasen/former It'll ask you for the...

0 Likes
replied 10 years ago

URL::action generator - how to add parameters as query strings (?a=a&b=b) and not as short url (a/a/b/b)

You can use named routes: Route::get('spiel', array('as' => 'spiel.index', 'uses' => 'SpielCon...

0 Likes
replied 10 years ago

Booleans in JSON API

It's actually very simple. Say you have a column named 'status' in your table. In your model, add th...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.