Support the ongoing development of Laravel.io →
posted 11 years ago

Nested Resource Route Not Being Caught on POST

I've got a resource route that I need to get to, but for some reason, when I POST to the route, my c...

0 Likes
0 Replies

Passing variable to view, not working?

Hey guys, I've got this view, and im passing a variable to it, however it returns an error to me. Th...

0 Likes
21 Replies

Many-to-many, find modelA which belongs to a set of modelB

Sorry if the title is confusing. I am finding it difficult to word this question. Basically I have a...

0 Likes
0 Replies
posted 11 years ago

Custom Validation dependent on 3 fields

I have three different fields which are percentage values and all need to add up to 100. I've looked...

0 Likes
0 Replies
posted 11 years ago

Register deferred package at runtime

If package is deferred in app.providers array it will be add to deferred packages and wait till it's...

0 Likes
1 Replies

Comments sorted by upvotes/downvotes

Hi everyone, I'm building a website where every posts has comments. Each comments have upvotes/downv...

0 Likes
0 Replies
posted 11 years ago

strange Date (Europe/Berlin) convert the right way?

HI i have a Datepicker plugin to pick up some dates i get the dates in the input field like (d.m.Y)...

0 Likes
1 Replies
Solved
posted 11 years ago

A small update to the Quickstart Guide

Hello, I'm incredibly new to PHP and Laravel, so I was trying to go through the Quickstart Guide on...

0 Likes
1 Replies

Not able to get proper return from sql raw test

I have a postgres function that measures the distance between two points. I want to use this as a te...

0 Likes
1 Replies

Postgres view

Is possible to query a postgres view by declaring oi eloquent class protected $table = 'view_name';...

0 Likes
1 Replies
posted 11 years ago

FatalErrorException within MailServiceProvider

I just started receiving this error after updating a package on a production server. Any help would...

0 Likes
5 Replies
Solved

Using "where" with dynamic properties

I have a situation where a user can upload profile photos to an album: there is a "users"...

0 Likes
2 Replies
posted 11 years ago

Enquiry about routing.

Route::resource('admin/invoice', 'InvoiceController'); Route::get('admin/invoice/settings', array(...

0 Likes
2 Replies
Solved

email validation never fires.

I'm not 100% sure if this is a bug in Ardent or Laravel, but I cannot seem to get the email validati...

0 Likes
3 Replies
Solved

Laravel installation with the current version of mcrypt

Hello all, I ran into a problem during a clean installation of laravel, php5, and apache on my serve...

0 Likes
1 Replies

Simple Log::info('Test message') does not log

This is a brand new installation, using laravel new test and then running composer update to sort th...

0 Likes
1 Replies

Check if password is correct

Hello, once the user is logged in at my application i want to give him the possibility to change his...

0 Likes
0 Replies

How to setup Stapler with Sentry 2

Hi i want to use stapler with sentry 2 So i can use Sentry::getUser()->avatar->url('avatar_s...

0 Likes
3 Replies
Solved

problem with uploading files its create directory with the name of my file !!

hi every one i have a strange issue with uploading files i make a form where i put image title and...

0 Likes
1 Replies
Solved

Make data from home controller accessible to content controllers.

The default layout and its controller has the main menu which gets user info from the DB for the log...

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

© 2025 Laravel.io - All rights reserved.