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

Controller $this->layout->nest: Newbie question re: Laveral 3 to Laveral 4 conversion

I'm a newbie to Laveral, but nonetheless converting and extending a Laveral 3 project in Laveral 4....

0 Likes
1 Replies

Publishing this forum as package?

I really like this forum and how it is working but sadly it's not build as package. Of course I can...

0 Likes
2 Replies
posted 11 years ago

using the '!='sign inside a where() method

I have a table with a row 'comments'. This is 'opmerkingen' in dutch. Every row can contain 1 commen...

0 Likes
2 Replies
Solved
posted 11 years ago

[proposal] Cache::put() returning the stored data

Hi i'm wondering is there any particular reasons Cache::put() returning the void? Wouldn't returning...

0 Likes
3 Replies

filter with variable from domain

I want to create a filter that depends on outside variable from domain: Route::any('/{id}', array(...

0 Likes
1 Replies

Laravel problem with views.

I have a web application in laravel in "mysite/admin". On login loads view "views/das...

0 Likes
2 Replies
Solved

How to handle relations between table in forms?

Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...

0 Likes
3 Replies

Csrf tokens and session do not persist

I'm using Laravel 4.1 locally and on production (shared hosting, PHP 5.3.27). Locally everything wor...

0 Likes
2 Replies

Conflict in Unique Column Name - Join Statement Query Builder

DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...

0 Likes
1 Replies

Dynamic 'where()' for a filter

I've looked around for a tutorial or a best practice for implementing a filter for results. I would...

0 Likes
5 Replies
Solved

Guzzle & Laravel

Dear, I have a Laravel API. For example I used Sentry, but can successfully work without Sentry. I l...

0 Likes
0 Replies

Help getting data from my Database

I have two models with relationship: City and Events. In the controller i have this: $cities = City:...

0 Likes
1 Replies

Twig and laravel - global variables?

Hi I am using this https://github.com/rcrowe/TwigBridge so I could work with twig in laravel 4. My q...

0 Likes
6 Replies
Solved

Insert One to Many with multiple records

Hi there, I would like to insert a post and its images with laravels ORM. Posts title tekst Images...

0 Likes
3 Replies

Paying to help finish my app!

Hi, I'm on the very final stages of my app and need help to finish it, hopeful it's this week. In my...

0 Likes
4 Replies
posted 11 years ago

Extend Blueprint

Hello, I would like to add some functions to the Blueprint class but I can't get it to work without...

0 Likes
0 Replies
posted 11 years ago

Re-Introducing the Laravel starter command

Hello all, I originally created this command about a year ago and there were a decent amount of peop...

0 Likes
4 Replies
posted 11 years ago

Form MethodNotAllowedHttpException

Hello im trying to test something and have a POST form with action to php script, and im getting Met...

0 Likes
1 Replies

Categorized output

Hi folks, I've got a table called "customers" and a table called "projects". Eve...

0 Likes
2 Replies
Solved

Authentication Without a Password

So I am working on an authentication driver for laravel since my work uses shibboleth for all applic...

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.

© 2025 Laravel.io - All rights reserved.