sorry but I'm very proud and had to share my package: https://github.com/tzookb/tbmsg it is for crea...
I want to inject the larvel log object to my controller instead of using the facade. But I cant type...
this is my simple tests, with nothing on it: <?php class BooTest extends TestCase { /** @tes...
somebody knows on any "laravel reports generator package" I would really want it, and mayb...
cant find a proper answer, should app/storage should be in gitignore??
now I use this method: foreach ( $sqlInsert as $row ) { DB::insert( 'inser...
I have several rows on a table I would like to insert/update when exists. this is the table: item_id...
Doing it one by one is easy, I can simply use eloquent and it will solve it. But I nead it in one q...
your route is only for "get" --> Route::get if you post, you should use --> Route::...
Well I'm not sure that this returns something: Company::lists('name','id')); Try this: Company::all...
The Laravel portal for problem solving, knowledge sharing and community building.