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...
I have newest files and problem is still there. Any other sugestions?
This: $page = new \Page; $page->fill(\Input::only('name', 'slug', 'content', 'type')); $page->...
why not? http://laravel.com/api/4.2/Illuminate/Routing/Redirector.html#method_route
I think you mistake this of return Redirect::route();
The Laravel portal for problem solving, knowledge sharing and community building.
The community