Support the ongoing development of Laravel.io →

Stateless API

Hi all, I'm just wondering how you like to tackle deploying a proper REST API? Specifically I'm wond...

0 Likes
3 Replies
Solved

save() function don't work for another of table

hi, \n i use save() function for saving detail of table and this is work when i want change default...

0 Likes
3 Replies
posted 10 years ago

Form app like google forms

Hello, For a project in laravel I need to do a form generator editor app like the one in Google call...

0 Likes
1 Replies
posted 10 years ago

Run custom validation only if required_if check returns true?

I have a validation rule like this... required_if:field_name,field_value|date_format:m/d/Y|futureDat...

0 Likes
1 Replies
Solved

Memcached Session not saving

Hi guys, I have the problem that when I change my Session config to "memcached" it does't...

0 Likes
0 Replies

Nested Dependant Relationships

Hey everyone, we're trying to figure out how to do what I call "nested relationships" in L...

0 Likes
0 Replies

Password resetting and token

Hello, I have an issue with the link to reset the password of my users. In my reminder.blade.php, I...

0 Likes
0 Replies

Query by pivot attributes?

I have two tables, call them table1 and table2, corresponding to Table1 and Table2 models. Those two...

0 Likes
0 Replies
posted 10 years ago

Can't install laravel

I'm trying to install laravel by using composer create-project laravel/laravel --prefer-dist but I...

0 Likes
3 Replies

Session Not generating

Hi , I have upgraded my application to 4.2 from 4.0. I am facing problem of sessions. My scenario is...

0 Likes
0 Replies

How to assign value to a variable from an object?

How to assign value to a variable from an object? public function func() { $valida...

0 Likes
1 Replies
Solved

Conditinaly Where Clause

Hey, i have two relational tables, funs and user_votes, user_votes is saving votes for funs, likes o...

0 Likes
2 Replies

Laravel 5: How to inject a model that has been bound to route into the authorized method of FormRequest

I've bound a model to a route parameter: $this->model('employee', 'App\Employee'); This is worki...

0 Likes
3 Replies
Solved
posted 10 years ago

How do you scale a web socket architecture with PHP and Laravel?

Hi Folks, I have a somewhat dirty issue here and I'm trying to think of ways to solve it. I would ap...

0 Likes
4 Replies
posted 11 years ago

Segmentation fault with `php artisan serve`

Hi, I just discovered Laravel and installed it with composer, and when I launch the PHP server and l...

0 Likes
2 Replies
posted 10 years ago

In place editiing question

Hello, I like to use this feature in my app. I found this tutorial : http://blog.laravel.in/in-place...

0 Likes
0 Replies
posted 10 years ago

Homestead 0.1.8 - What are the updates?

Hi, I'm trying to figure out where to find the release notes on Homestead v0.1.8. I can see that the...

0 Likes
6 Replies
Solved
posted 10 years ago

Codeception Api Testing Issue

The below is my code for API Post and If I run it says passed but the data is not saved in Database...

0 Likes
0 Replies

Eloquent N:M relation saveMany problem...

Hi, I have problem saving N:M relation data saving. Model 1 "Books": class Book extends \E...

0 Likes
2 Replies
Solved
posted 10 years ago

where is "where" method in Eloquent(Model) Class

http://laravel.com/api/master/Illuminate/Database/Eloquent/Model.html "where()" method is...

0 Likes
5 Replies
Solved

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.

© 2025 Laravel.io - All rights reserved.