Support the ongoing development of Laravel.io →

Form Data to Route

I'm not sure how I should do this, but I need the form data (a zip code or city) to be posted to my...

0 Likes
3 Replies

Simple Controller/Method-Routing?

Hi folks, i know - it's a real newb-Question, but i've found nothing in the documentation, which hel...

0 Likes
7 Replies
posted 10 years ago

Problem with hosting

Hi I'm new to hosting for the moment. I'm using Combell because it runs PHP 5.4. I changed a few thi...

0 Likes
1 Replies
posted 10 years ago

Find out what controller was used in previous url

For a project I'm working on I need to get access to the controller used in the referrer to run a fu...

0 Likes
1 Replies
posted 10 years ago

I have error with variable

I have a code: http://pastebin.com/kXPsvrCR And i have error - http://clip2net.com/s/77c44x Please h...

0 Likes
0 Replies

Retrieve Data from 2 Tables

$orders = DB::table('orders') ->join('order_item', function($join) { $join->on('orders.id', '=...

0 Likes
1 Replies

Why is this eagerly loaded relationship returning me an empty array?

I have the following tables: lessons - lessonID - lessonName .. sections - sectionID - lessonID ref...

0 Likes
0 Replies
posted 10 years ago

Adding and removing labels/text boxes with button click

So I have this code and I was trying to make these labels and textboxes appear with a button click....

0 Likes
0 Replies

mongodb and laravel4

Hello, I would like to know some suggestion about using using mongodb with laravel4. thanks.

0 Likes
1 Replies
Solved

Laravel not using my package language file

I have a validation.php file in /workbench/<vendor>/<package>/lang/en. In this file, I h...

0 Likes
1 Replies

Laravel installation missing index.php

Hi, I'm totally new to Laravel, this is my first install. I downloaded the latest version from https...

0 Likes
3 Replies
Solved
posted 10 years ago

How to force a route serve over https and point to controller?

Hey, i am quite new into laravel. I saw this in documentation to force a URL serve over https Route:...

0 Likes
1 Replies

Workbench package dependencies installing in workbench directory...

I'm developing a package in the workbench, and when I require a few dependencies in the package's co...

0 Likes
2 Replies

Relationships in repositories

Hi! Recently I was using a bit of repositories and one thing I am really curious about is how to imp...

0 Likes
0 Replies

Fetching Big Data in Eloquent

Any recommendations on Out of memory issue in fetching the result in Eloquent? I added DB::disableQu...

0 Likes
3 Replies

Laravel and Google AppEngine datastores

Hi, I would like to know if someone could use Google AppEngine datastore API for PHP in a Laravel ap...

0 Likes
0 Replies

Display 'Category' names of posts

Hi, I have 3 tables in my database listings (id, title) categories (id, name, parent_id) category_l...

0 Likes
1 Replies
Solved

Using eldarion-ajax/bootstrap-ajax with laravel. How to make use of the events?

Hello, I want to enrich the user's web experience with Ajax on my webpage. I'm used to do Ajax calls...

0 Likes
0 Replies

nested and un-nested resources

What's the best way to manage a nested resource that is also un-nested? The ideal for me is to use o...

0 Likes
0 Replies
posted 10 years ago

Any known menu package for multilingual db based menu?

Hello, Been looking for multilingual database based menu package. Anyone have seen any of those arou...

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.