I am using Laravel 4.1.30 (employer is stuck on php 5.3). I am new to this so please be kind ;-) Th...
I have setup Laravel and trying to run the artisan migrate command however I am getting the error [P...
Hey, not sure how this is done using Query Builder? I want to do something like this: getDetails($id...
When calling the following select how do you return it as JSON $users = DB::table('users')->g...
Hello, I have a table which contains a datetime field like this: (2014-07-30 16:54:12) That table de...
Is there a way to define check constraint clauses within schema builder? Thanks!
I am using laravel 4.. Receiving error "Symfony \ Component \ HttpKernel \ Exception \ NotFound...
I am doing a simple SQL statement $userExists = DB::table('users')->where('email','=', $email)-&g...
Hi, in my laravel homestead server i have 2 laravel installation in 2 different folders and a Databs...
Hi guys i search in forum but not find a solution for this. I need calculate age of a person from da...
I'm having trouble using forge and environment variables. When I use getenv('DB_NAME') and so furthe...
I have tables: Users, Pages, Posts [ One user may have many pages and posts ] User table structure '...
Hey, I'm new to Laravel but I've done quite a bit of searching and could not find any clear solution...
I'm using cviebrock/eloquent-sluggable to make some nice urls. Now I want to update them to new ones...
This question is mainly to wrap my head around things. I'd just like to know how others go about dev...
I built a tool that creates usernames and a custom-encrypted password and inserts them into a MSSQL...
Hey, I am developing an application and would now like to move it to my staging server. For the data...
Hi All, Im working on a streaming project and i'm just starting to learn laravel. I do have a proble...
Hi there, I've a question regarding the retrieval of a minimum and a maximum value of a field in a r...
Hello. I have One To Many relation ( One user with many pages ) i'm inserting user pages like this:...
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