Support the ongoing development of Laravel.io →

Pagination with custom variable

Hi again. I have 3 tabs in a page. I have 3 queries and thus get the results and make 3 different pa...

0 Likes
1 Replies

Retrieving Translated Field from Pivot Table

Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...

0 Likes
0 Replies
posted 10 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 10 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

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

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

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

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

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.