Support the ongoing development of Laravel.io →

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

isDirty('atrribute') not picking up changes?

Hi, I am trying to run a function only when certain values have been changed, however isDirty doesn'...

0 Likes
1 Replies
Solved

Error when trying to get Eloquent relation in a loop

I've been wracking my brain for hours on this one. So I've got a products ---> product_images tab...

0 Likes
1 Replies

unable to add any package in L5

BadMethodCallException in ServiceProvider.php line 182: Call to undefined method [package] once i ad...

0 Likes
1 Replies
Solved

Laravel Pagination

I use a form to filter all the data. But when i go to page 2 or any other, i get all the data instea...

0 Likes
4 Replies

Efficient way of ranking information from a database.

Hello, I'm fairly new to Laravel, and I'm working on making a leaderboard for a game. I'm wondering...

0 Likes
1 Replies

Newbie - having trouble adding external files

Hello! I have trouble understanding where to save files like images etc, and how to actually use the...

0 Likes
2 Replies
posted 9 years ago

Object Oriented Macros in Laravel 5

Regarding the following article: http://chrishayes.ca/blog/code/laravel-4-object-oriented-form-html-...

0 Likes
1 Replies
Solved
posted 9 years ago

Model relations delete

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

0 Likes
1 Replies
Solved

tappleby/laravel-auth-token

Hello, on the client i get the user information via Route::get('auth', 'Tappleby\AuthToken\AuthToken...

0 Likes
0 Replies
posted 9 years ago

Laravel 5 - PHPUnit doesn't output errors/exceptions in CLI

I can only see my stack trace in the browser and not when running phpunit from the command line. It...

0 Likes
0 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.