$student = Student::find(20); foreach($student->classes as $student_class) { if($student_c...
Hi to all. New forum is great.! I am about to begin a large scale application built on laravel 4 and...
Hi, I am having trouble to insert record in DB, here is my code $member = new User; $member->user...
Hey, i ran this script: $names = DB::table('Accounts')->get(); foreach($names as $name) { $name-&...
I reckon that using Postgres with Laravel produces weird results with nulls. Check out the error mes...
I have a view that show the registered users data from database. I need to have a button that create...
Hey, i need to know how to make a query to display all the data from a table. For example i have <...
I'm currently using the schema builder to create a database. The only thing I'm missing is a method...
Hello! I am having some trouble to dynamically update records on my database. I need to synchronize...
I have a database table for "roles" and for "permissions", and I need to seed th...
I would like to know how to make a query MySql to laravel controller: My MySql query like: (SELECT c...
Hey, i have a question: how can i make a query, and use results like this: Query::user()->Name
Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...
I'm building my first real application with Laravel and I am often finding myself doing something li...
Hi, I am following this tutorial: http://www.codeheaps.com/php-programming/creating-blog-using-larav...
I'm just starting Laravel, following tutorials. The base install and simple views work( ie returning...
Hi i have a hard time making successful query, basically i have products table and product_specials...
I can easily do a php artisan migrate on MAMP on my local server using localhost. However, when I ch...
I am using Laravel 4.1 and MySQL and using DateTime fields in MySQL in UTC timezone. How can I read...
I'm having trouble getting a record from the database, updating it and saving it again. Here is the...
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