My test suite currently has 67 tests and 167 assertions. If I run the tests in a SQLite memory datab...
Hello, I'm new in laravel. My question regards a creation of a recipes site. I created one for my sc...
Hi I have the following Problem: I have to insert more than 75 000 rows into one myisam table. I'm u...
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...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community