Support the ongoing development of Laravel.io →
tzookb

tzookb

Joined 9 Feb 2014

Statistics

Threads 38
Replies 53
Solutions 2
Articles 0

laravel user messaging package

sorry but I'm very proud and had to share my package: https://github.com/tzookb/tbmsg it is for crea...

0 Likes
0 Replies

inject to controller the laravel Log object

I want to inject the larvel log object to my controller instead of using the facade. But I cant type...

0 Likes
1 Replies

laravel unit testing fails on multipile methods

this is my simple tests, with nothing on it: <?php class BooTest extends TestCase { /** @tes...

0 Likes
1 Replies
posted 11 years ago

laravel reports generator package

somebody knows on any "laravel reports generator package" I would really want it, and mayb...

0 Likes
0 Replies

final solution gor app/storage in gitignore

cant find a proper answer, should app/storage should be in gitignore??

0 Likes
1 Replies
replied 11 years ago

insert or update multipile rows

now I use this method: foreach ( $sqlInsert as $row ) { DB::insert( 'inser...

0 Likes
replied 11 years ago

insert or update multipile rows

I have several rows on a table I would like to insert/update when exists. this is the table: item_id...

0 Likes
replied 11 years ago

insert or update multipile rows

Doing it one by one is easy, I can simply use eloquent and it will solve it. But I nead it in one q...

0 Likes
replied 11 years ago

After submit a form,php throw a NotFoundHttpException exception

your route is only for "get" --> Route::get if you post, you should use --> Route::...

0 Likes
Solved
replied 11 years ago

Populating a dropdown menu from MySQL database

Well I'm not sure that this returns something: Company::lists('name','id')); Try this: Company::all...

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.

© 2026 Laravel.io - All rights reserved.