Support the ongoing development of Laravel.io →

Form data not being saved

I have a one page form, which data needs to be saved to 2 tables - Company and User. A Company has m...

0 Likes
3 Replies

When inserting Postgresql JSON type field in eloquent, getting a escaped string

Hi, im having this issue, more info http://help.laravel.io/628636319849786ae066f7dfe72389b0e1d3e140,...

0 Likes
0 Replies

Config file not loading in local environment

I have a structure like this /app/config/vagrant/packages/ipunkt/laravel-analytics/analytics.php and...

0 Likes
1 Replies
Solved

Repository pattern: how to access related repository's method?

I have two eloquent model: Foo and Bar. class Foo extends \Eloquent { public function bar()...

0 Likes
2 Replies

Unwanted Characters in Response

hi for bad english writeing excusme when try to connect db and read some data any way my response co...

0 Likes
1 Replies
Solved
posted 10 years ago

Organisation of code used in multiple models (image manipulation)

Hi ! My question is about where to place some piece of code. I use Intervention Image to handle my i...

0 Likes
5 Replies
posted 10 years ago

Put drop-down list selection in Sessions and replace

I have been working with laravel Forms and Sessions the past 2 days but cannot seem to figure out so...

0 Likes
3 Replies

Problem with laravel/cashier

I got into trouble with that package created from Taylor can anyone help?? Here`s the complete Marku...

0 Likes
1 Replies
posted 10 years ago

GroupIn Method for Collection

First of all, English is not my primary language and if the group in term is wrong for what I'm tryi...

0 Likes
1 Replies

Laravel pivot table Base table or view not found

Hi im trying to query my tasks table. A little background information on the tables and how they are...

0 Likes
1 Replies
posted 10 years ago

How to "split" an Eloquent request construction ?

Hi. I am trying to do something like this : $name = Input::get('name'); $keywords = explode(' ', $na...

0 Likes
2 Replies
Solved

Getting data of model related as an array

Hi... maybe it's a newbie question... these are my first steps with Laravel.. suppose I have in Post...

0 Likes
2 Replies
Solved
posted 10 years ago

Why does the install folder needs to be completely empty when installing via composer

I'm currently trying to refactor an old project of mine with laravel. I currently have a private git...

0 Likes
2 Replies
Solved

Using input::get() to filter DB result is it safe ?

Hi, I use a form on a list of items to perform a filter. The form use a GET method. So in my URL I h...

0 Likes
4 Replies
Solved

Running laravel without composer in intranet server (and wamp)

I tried to run laravel app in a intranet server but there was lot of problem. I changed the base url...

0 Likes
5 Replies
posted 10 years ago

Apache serves a PHTML file when I try to open my laravel app

I am running Ubuntu 12.04, and I have Apache2 and PHP 5.5.9 installed and the MyCrypt module as well...

0 Likes
1 Replies
Solved

Filtering Results in RestAPI with attributes from a related model

I'm currently building a REST API with laravel. I'm trying to implement filtering of results on a ro...

0 Likes
2 Replies
Solved

Can you use sum() or something like it in a whereHas() statement?

I have a model called 'Charges' which stores charges made by someone. I want to sum all the charges...

0 Likes
1 Replies
Solved
posted 10 years ago

How to determine if model support soft deleting?

Hello, is there a native way to determine if a model supports soft deleting? Something like: User::u...

0 Likes
2 Replies
Solved

Controllers - Am I doing this right?

Hey, I'm new in using frameworks and I tried to figure out, how to do simple insert, edit, delete by...

0 Likes
2 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.