Support the ongoing development of Laravel.io →
IOM

IOM

Joined 11 Feb 2014

Statistics

Threads 14
Replies 20
Solutions 1
Articles 0
posted 11 years ago

Example Blade extension from docs does not work

This triggers a fatal error Blade::extend(function($view, $compiler) { $pattern = $compiler->...

0 Likes
3 Replies

How to change the default Log format? (Monolog)

I've been to https://github.com/Seldaek/monolog and I've looked at vendor/laravel/framework/src/Illu...

0 Likes
2 Replies
posted 11 years ago

How to use 2 Cache drivers?

I need to use Cache with memcache and Cache with file. I would be OK if file cache was like FileCach...

0 Likes
2 Replies
Solved

what time format does "DB::getQueryLog()" return?

I read the "API" and it says pretty much nothing, doesn't give a clue about what DB::getQu...

0 Likes
1 Replies
replied 9 years ago

Exception being thrown whenever an exception is thrown during unit testing with PHPUnit

composer require "phpunit=~5" seemed to be fixed. I almost had to make sure my /bootstrap/...

0 Likes
replied 9 years ago

Exception being thrown whenever an exception is thrown during unit testing with PHPUnit

I'm having the same problem. Apparently they changed a lot of things and left it out of the upgrade...

0 Likes
replied 9 years ago

How To Retrieve data

Can you try: return view('iklan.listings',['iklans'=>$iklans]); instead of return view('...

0 Likes
replied 10 years ago

Clean Installation laravel 5

I'm having the same problem as OP, but I am using LEMP, not WAMP. Run composer install. composer i...

0 Likes
replied 10 years ago

Howto log with MongoDB

Is this code non-blocking (aka fire and forget)? Specifically wondering, if the MongoDB is busy or t...

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.