Support the ongoing development of Laravel.io →

3,386 Threads

Laravel 5 - Fatal error: Call to a member function connection() on a non-object laravel\framework\src\Illuminate\Database\Eloquent\Model.php

I run the command composer update and this error appears. $ composer update Loading composer reposit...

0 Likes
0 Replies

PostgreSQL: using .pg_service.conf and .pgpass

Folks, I'd like to manage my PostgreSQL servers separately from Laravel, and to that end, I'd like t...

0 Likes
0 Replies

Showing different User Pages based on a Database Variable

Each of my clients have {name}.mysite.com Each of these pages have subpages. i.e. {name}.mysite.com/...

0 Likes
0 Replies

Can the same route be http and https?

I want to have some routes but enable the access by http and https

0 Likes
1 Replies

Detecting enviroment by domain

Hey guys, I've seen something like this is bootstrap/start.php multiple times: $env = $app->detec...

0 Likes
2 Replies
Solved

Migrate command is cancelled on Laravel 4.2.*?

Now i run php artisan migrate is Cancelled! Pl help me.

0 Likes
3 Replies

Custom Alert on Session Timeout/Logout?

Hi all, I'm sure there's been something similar asked before I just can't seem to find the right sea...

0 Likes
1 Replies

Migrate command canceled on Laravel 4.2.16?

After update to Laravel 4.2.16, migrate migrate --bench=......... command is canceled. Please help m...

0 Likes
3 Replies
Solved

homestead 404 not found error

Hi guys , I setup homestead and get this error : 404 Not Found nginx/1.6.2 This is my conf on mac...

0 Likes
2 Replies

Handling SSH2 errors

I have this code $ssh = new Net_SSH2($all['ip']); if ($ssh->login($all['user'], $all['password'])...

0 Likes
1 Replies

Erros Database Mysql

Hello, What is the reason this error? http://prntscr.com/5ogmvq Is indicating the wrong way from my...

0 Likes
5 Replies

Can't upload same photo twice - Laravel 4 Image Intervention

How do I make sure each indivually image gets uploaded? Here's my issue, if I upload an image called...

0 Likes
1 Replies
Solved

WSOD when upgrading to 4.1 (undefined index "expire_on_close")

I have a laravel app on my git repo (bitbucket), so I cloned it, then I got some errors when I tried...

0 Likes
6 Replies
Solved

How to addTenant to TenantScope with Confide

I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...

0 Likes
1 Replies
Solved

Composer update to latest 5.0 fails

2 months ago i created a simple app in Laravel 5. today i tried to do a composer update and it fails...

0 Likes
4 Replies
Solved

Laravel 5 - destroy on Vagrant/Homestead runs show method

I have very strange issue. I installed fresh L5 copy, created TestController, added Route::resource...

0 Likes
0 Replies

laravel (possibly 5) error/bug.. if someone could verify/report..

I have got an installation of Laravel 5 on my local machine using MAMP. db config uses Socket/port....

0 Likes
0 Replies

Connection refused when trying to database connect through laravel

Hi, I've set up my mysql config like so: 'mysql' => [ 'driver' => 'mysql', 'host'...

0 Likes
2 Replies

How to ignore a directory in public folder? ignore in the .htaccess file

Hi I have created a folder "temp" in public_html/temp and have fiddled with .htaccess snip...

0 Likes
1 Replies
Solved

Implement RSS Feed with Laravel 4

I'm using laravel 4 as PHP framework, I would be able to extract content from external sites trmite...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.