Support the ongoing development of Laravel.io →

Laravel 5 connecting to a second database

The DB::connection seems to work but when I am using DB::table it is still looking at my 1st default...

0 Likes
2 Replies
Solved
posted 9 years ago

how do you backup your virtual machines in HYPER-V ?

I am using hyper-v and I am looking for ways to backup the virtual machine. I know I could just shut...

0 Likes
1 Replies

AngularJS & Laravel CORS, preflights OPTIONS causes problem

Hello, Although I set the withCredentials for the angularJS side of the call, the preflight OPTIONS...

0 Likes
0 Replies

How can I rewrite "domain/index.php/pagename" to "domain/pagename"?

Now every page can be accesed by www.anvastgoed.nl/downloads AND www.anvastgoed.nl/index.php/downloa...

0 Likes
0 Replies

Homestead v.0.1.6 & php5.6 Why? Is required php <=5.4

Good day. Install homestead ver. 0.1.6 through Vagrant I go to ssh => php -v PHP 5.6.3-1+deb.sury...

0 Likes
0 Replies
posted 9 years ago

how to access Models in ServiceProviders

whenever i access a model in service provider it returns an error: Call to a member function connect...

0 Likes
0 Replies

PHP 5.5 CLI some modules not loaded

Environment: Windows 7 x64 WAMP with PHP 5.5 Laravel 4.2 php -ini returns: C:>php --ini Configura...

0 Likes
2 Replies
Solved

Schema suggestions for one slot per day of week

I'm creating a scheduler that for each location has a start and end time for each day of the week. N...

0 Likes
0 Replies

Can't get filtering working

Hi! I'm just starting out with Laravel and I'm having a hard time trying to get the filters to worki...

0 Likes
2 Replies
posted 9 years ago

Stored procedure DB error with Laravel 4.2

We have some code running under Laravel 4.2 that calls a stored procedure that’s supposed to fetch a...

0 Likes
1 Replies

Routing to a controller method with a parameter

Have I missed an obvious way to do this? I'm checking to see if the request URI matches a list of kn...

0 Likes
4 Replies
posted 9 years ago

accessing pivot with join

Hello i have the following model: class Agent extends Eloquent { protected $fillable = []; protect...

0 Likes
0 Replies

Laravel Access Layout in service provider

this is my service provider code : <?php namespace App\Providers; use Illuminate\Support\Service...

0 Likes
1 Replies

Getting a weird error when working with Laravel 4 and the php league OAuth2

i'm trying to get a Social login with Facebook in place using Laravel and The league OAuth2 client b...

0 Likes
1 Replies
Solved

Laravel Forge - Can't deploy from Git and doesn't appear I have anything installed

Evening all, I've just signed up with DigitalOcean and created a droplet using Laravel Forge. Now ev...

0 Likes
1 Replies

Git repository management when upgrading major versions

I have been thinking a lot about how I'm going to migrate from Laravel 4.2 to 5.0. I see upgrade ins...

0 Likes
2 Replies

send mail error

Error in exception handler. The problem in this function Mail::send('emails.contact', Input::all(),...

0 Likes
6 Replies

White screen after setting 'debug'=>true;

Laravel doesn't output any errors in my browser with my xamp installation. Even after setting 'debug...

0 Likes
3 Replies
posted 9 years ago

A completely reusable admin panel

Hi, We make websites as a company. For every custom we always build a completely new adminpanel from...

0 Likes
4 Replies

Login and Register app not working in laravel

I wrote a simple Login/Regiatration code in laravel with neo4j as DB. I installed #####vinelab/neoel...

0 Likes
1 Replies

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.