Alexander Reichardt

Results 43 comments of Alexander Reichardt

sure the controller function looked like this: ``` public function index() { $giftcards = Giftcard::sort(Input::get('field'), Input::get('sort'))->paginate(3); return view('admin.giftcard_list', compact('giftcards')); } ``` (the paginate with 3 was just for testing)

I'm not really sure what you mean with that.

I've found a solution for that, have a look at my pull request #6

Good idea, i think this can be part of the next release (version 1.0 will be released soon, this can be in version 1.1)

I've implemented it, have a look

Its now possible to move tasks to any (even private) list.

not yet, but it shouldn't be that hard to implement that

What about using Laravel just for a simple REST API and build yourTinyTodo just as a JS only app? So maybe some one can create a REST API using Symfony...

@jniggemann a second collapsible area, so you can open the description and then the comments? @all Yosko wrote a very interesting comment on the website and i want to share...

@Omegatcu you are right, features like comments or tags are important and should be part of the basic app. I had features like the timetable in mind, its not an...