Support the ongoing development of Laravel.io →

Storing Dynamic Data with a Relational Database

Hello y'all! I was wondering how can I store data from a dynamic form, which might have 10 variables...

0 Likes
1 Replies

dont show error if relation not exist , just show empty field.

Hi i have controller and i am taking data like this $events= Eventm::with('teacher')->get(); th...

0 Likes
1 Replies
Solved
posted 10 years ago

Returning array of ids

When inserting batch data how would you get a array of primary key ids from the inserted data $data...

0 Likes
1 Replies

Communication between two laravel installations on same server?

I am currently building a RESTful API for a JS based front end. I have a request to also build a CMS...

0 Likes
2 Replies
posted 10 years ago

editor name

hello what is the editor name? http://up.persianscript.ir/uploads/a776-2014-03-13-13-43-10.png

0 Likes
3 Replies

Caution - PHP 5.4 may not be supported by your hosting

Just a Caution to people planning on developing and deploying your Laravel apps. PHP 5.4 may not be...

0 Likes
9 Replies
posted 10 years ago

Performance Test

Hello, How can I check the performance of Laravel 4?

0 Likes
1 Replies

Sentry 2 & custom auth hash

Has anyone managed to implement their own password hash system using Sentry 2? If so, could you pos...

0 Likes
2 Replies
posted 10 years ago

Google analytics problem

Sorry for asking this here, but I got no help on google groups. Does anyone know how do you add a ne...

0 Likes
1 Replies
Solved
posted 10 years ago

HTML::image : image rotates automatically

Hi, I have a problem with the function HTML::image(). When i use it with a heavy image (more thant 1...

0 Likes
2 Replies

Laravel With CouchDB

Hi guys, I'm developing an application that requires the use of a noSQL base,(CouchDB prefered). I k...

0 Likes
0 Replies
posted 10 years ago

I am unable to connect to mysql database using laravel 4

PDOException could not find driver this is configaration in app/config/database.php 'default' =>...

0 Likes
1 Replies

Many to Many relationship generating sql with where clause looking for null

I am trying to create a Many to Many relationship with Eloquent but the SQL generated is checking my...

0 Likes
0 Replies

Set Relative Address in Artisan command for simplepie

I use Simplepi as artisan command for red feed . for setteing simplepie i need the relative address...

0 Likes
0 Replies
posted 10 years ago

Pivot table wherePivot

I got a function to find a friend request by friend pivot id. Code // Repository public function fin...

0 Likes
0 Replies
posted 10 years ago

Custom Control Structures

How can I pass multiple arguments to a custom control structure? Custom control structure is defined...

0 Likes
1 Replies

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

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.