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

Template for page Redirecting to

Hello Guys. In my form there is an image in base64, to make a post the Laravel redirects to a white...

0 Likes
0 Replies
posted 10 years ago

Model 'Request' is not loaded

Hey guys. I just began to work with laravel. Sorry for bad English. So I've got a table named 'reque...

0 Likes
3 Replies
Solved

Reminder email not being sent

Emails are working fine everywhere else. I set up the password reset according to the docs. Everyt...

0 Likes
3 Replies
posted 10 years ago

Packages for generating & display user activity feeds?

In the past I've done this on my own but I'm wondering if anyone knows of an open-source package to...

0 Likes
2 Replies
posted 10 years ago

www A record

I don't know that anybody is necessarily having issues with this, but I have found myself hitting ht...

0 Likes
5 Replies
Solved

Yup I give up.

I gotta give up. I don't want to, but I got to, because trying to learn Laravel with very very limit...

0 Likes
19 Replies

A question on the creation of Models regarding Many-To-Many relationships

Let's say, I have the following strong entities (and their attributes): Post (title, content) Tag...

0 Likes
5 Replies
Solved

Using Variable in DB function

DB::table('users') ->join('contacts', function($join) { $join->o...

0 Likes
2 Replies
Solved

Advanced ajax pagination - what to do when there is option to show 5/10/25/50 itesm per page and there are delete operations as well

Hi all. Found this: https://gist.github.com/dariodiaz/7598665 Works great. Questions: How should I...

0 Likes
3 Replies

Ideas on how to handle form with files

Hi all. I am thinking on how to deal with form handling which contains files and which can be submit...

0 Likes
0 Replies
posted 10 years ago

I'd like to see "staring" posts functionality

Hey, I have seen a few posts on the forum that are bookmark worthy - however it would be nice to hav...

0 Likes
2 Replies

Return more than one variable to Theme?

Hey Guys, I have a little question. How can I display more variables than one? My code is the follow...

0 Likes
9 Replies
Solved

[macro] Form::select() with optgroups based on model's field

Suppose you have a simple products table: id | name | category ....................... 1 | prod1 |...

0 Likes
1 Replies

About MVC in Laravel

Hello there, i'm new in laravel, also in MVC development and i want to ask for suggestion about the...

0 Likes
3 Replies
Solved
posted 10 years ago

New Laravel.IO Paste Bin Functionality

This stuff is so sick.. It's still in development, but Mitchell is knocking it out of the park.. Che...

0 Likes
11 Replies
posted 10 years ago

New Laravel Meetup in Louisville, KY USA

I'm a co-organizer for a recently created the Laravel User Group in Louisville Kentucky and would li...

0 Likes
0 Replies

Create new relationship between two models

Hi, I have two models : Sale.php <?php class Sale extends Eloquent { public function groups() {...

0 Likes
4 Replies
posted 10 years ago

Get a URI that has ? in it

Hi All, Im integrating Sagepay and after successful payment it returns a url like so: /success?crypt...

0 Likes
5 Replies

TestCase is not running correctly

Hi, I came across very weird issue for test cases. I have written test cases in laravel application....

0 Likes
0 Replies

Problem with database query (Surprisng Results)

HI all, I am New to laravel and learning going through laravel documentation and practicing side by...

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