Hello, laravel throw me: Call to a member function domain() on a non-object view: <article>...
Hi, I want to create and save model, something like this: $page = new \Page; $page->fill(\Input::...
Hello, I want to give user a possibility to import/upload your own theme (view). I don't know to sol...
Okay, 1. problem fixed, next: When I run this code: Artisan::call('migrate'); Then I have: Runtime...
Hello, I'm using Laravel 4.2. When I run: Artisan::call('migrate'); php throws: ErrorException Use...
Event::where('event_date', '<', new Date('now'))->get();
Thanks to coderego from the IRC channel. Solution is simple: Route::get('/{slug}', 'Controller@show'...
Replace $note->note_author->display_name with $note->note_author()->display_name
The Laravel portal for problem solving, knowledge sharing and community building.