Support the ongoing development of Laravel.io →

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

Eloquent query database and return output with relationship.

Hi guys. I need to return a list of products that belong to X category, so I created an input parame...

0 Likes
4 Replies
posted 10 years ago

Eloquent Relationships Across Databases?

I have two database that are required to be used for our Corporate Intranet. Is it possible to crea...

0 Likes
1 Replies
posted 10 years ago

Internal/Sub Request with Json post body

Trying to create internal post request using a json body instead of post vars.. but Request create w...

0 Likes
0 Replies
posted 10 years ago

Where to process huge data in Laravel/PHP application

We have PHP web application where the user is doing minimum data operations. This is developed using...

0 Likes
3 Replies

Issue with Grabbing data

$data = array( 'name' => Input::get('name') 'itemCart' => Cart::conte...

0 Likes
1 Replies
Solved

How to get belongsToMany items when using AngularJs

Hello , I have belongsTo-hasMany relationship between my post and author model.My posts index route...

0 Likes
1 Replies

Append columns to the requested columns

OK, just need a quick help, hope you guys can help me out. What I need is to append some columns to...

0 Likes
4 Replies
posted 10 years ago

Eloquent Eager Loading

Hi, I have 3 models: User Post Comment Comment belongs to a user and a post. A user has many posts a...

0 Likes
4 Replies

DB join not working as expected

<code> /* DB Structure Table: roles id || name Table: permissions id || name || display_name J...

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.