Support the ongoing development of Laravel.io →

Albert221

Joined 13 Apr 2014

Statistics

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

[Laravel 5] Call to a member function domain() on a non-object

Hello, laravel throw me: Call to a member function domain() on a non-object view: <article>...

0 Likes
5 Replies
posted 9 years ago

Creating new model object with unusual value

Hi, I want to create and save model, something like this: $page = new \Page; $page->fill(\Input::...

0 Likes
2 Replies
Solved

Custom themes in laravel implementation

Hello, I want to give user a possibility to import/upload your own theme (view). I don't know to sol...

0 Likes
1 Replies

RuntimeException Aborted when migrating

Okay, 1. problem fixed, next: When I run this code: Artisan::call('migrate'); Then I have: Runtime...

0 Likes
6 Replies

Use of undefined constant STDIN - assumed 'STDIN'

Hello, I'm using Laravel 4.2. When I run: Artisan::call('migrate'); php throws: ErrorException Use...

0 Likes
2 Replies
Solved
replied 9 years ago

[Laravel 5] Call to a member function domain() on a non-object

I have newest files and problem is still there. Any other sugestions?

0 Likes
replied 9 years ago

Mail not sending

In app/config/mail.php there is a variable, which disallow sending mails.

0 Likes
replied 9 years ago

Creating new model object with unusual value

This: $page = new \Page; $page->fill(\Input::only('name', 'slug', 'content', 'type')); $page->...

0 Likes
replied 9 years ago

Adding Response::route() to Illuminate

why not? http://laravel.com/api/4.2/Illuminate/Routing/Redirector.html#method_route

0 Likes
replied 9 years ago

Adding Response::route() to Illuminate

I think you mistake this of return Redirect::route();

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.

© 2024 Laravel.io - All rights reserved.