Hi all, I'm just wondering how you like to tackle deploying a proper REST API? Specifically I'm wond...
hi, \n i use save() function for saving detail of table and this is work when i want change default...
Hello, For a project in laravel I need to do a form generator editor app like the one in Google call...
I have a validation rule like this... required_if:field_name,field_value|date_format:m/d/Y|futureDat...
Hi guys, I have the problem that when I change my Session config to "memcached" it does't...
Hey everyone, we're trying to figure out how to do what I call "nested relationships" in L...
Hello, I have an issue with the link to reset the password of my users. In my reminder.blade.php, I...
I have two tables, call them table1 and table2, corresponding to Table1 and Table2 models. Those two...
I'm trying to install laravel by using composer create-project laravel/laravel --prefer-dist but I...
Hi , I have upgraded my application to 4.2 from 4.0. I am facing problem of sessions. My scenario is...
How to assign value to a variable from an object? public function func() { $valida...
Hey, i have two relational tables, funs and user_votes, user_votes is saving votes for funs, likes o...
I've bound a model to a route parameter: $this->model('employee', 'App\Employee'); This is worki...
Hi Folks, I have a somewhat dirty issue here and I'm trying to think of ways to solve it. I would ap...
Hi, I just discovered Laravel and installed it with composer, and when I launch the PHP server and l...
Hello, I like to use this feature in my app. I found this tutorial : http://blog.laravel.in/in-place...
Hi, I'm trying to figure out where to find the release notes on Homestead v0.1.8. I can see that the...
The below is my code for API Post and If I run it says passed but the data is not saved in Database...
Hi, I have problem saving N:M relation data saving. Model 1 "Books": class Book extends \E...
http://laravel.com/api/master/Illuminate/Database/Eloquent/Model.html "where()" method is...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community