Support the ongoing development of Laravel.io →

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 10 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 10 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 10 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

Laravel 4 accessible from / and /index.php

It looks like my entire Laravel application can be accessed from the base url (ie /this/that) and wi...

0 Likes
1 Replies

POST & GET / Route Design

How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i R...

0 Likes
1 Replies
Solved
posted 10 years ago

Problem with Laravel and Netbeans IDE - Mark files

Hello, How I can fix the this - all files from Laravel in NetBeans is mark with "Ignored"....

0 Likes
0 Replies
posted 10 years ago

Foreign key cross-databases error (editted: removed small mistake)

I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...

0 Likes
0 Replies

Eloquent - select single value from database

Hi all, I'm creating a drop down list that gets populated using data from a database. Everything wor...

0 Likes
3 Replies
posted 10 years ago

Injecting Data Model (Repository) AND Business Model in Controller?

Hi everyone, I'm building a web application and try to separate the concerns as good as possible. Ho...

0 Likes
2 Replies

authenticate from second database

I have a form with a 'name' textfield. When i press send laravel checks if the username exists. If s...

0 Likes
2 Replies
Solved

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.