What am I not understanding? I want to get all the 'industries' associated with a 'project' via an a...
I'm learning Laravel and just need to clarify myself here. If you intend to push all input data to i...
Paste: http://laravel.io/bin/9vvxv php artisan tweek Tweet::first() PHP Fatal error: Class 'Twe...
Hi everyone Could you please help me to solve my problem I have 3 tables: types belongstoMany catego...
The photo is saved in the database with a form based on the User model which I've changed. It is sav...
The wereYear() function to reproduce WHERE YEAR(...) exists, but what about OR WHERE YEAR(...) ? In...
I need to write a where clause with Query Builder with nested AND/OR, I suppose that I have to use w...
Hello everyone, I am trying to join multiple tables in my controller.php but i am getting errors. I...
Hi, i'm having an issue. After registration users get automatically logged in and have no problems....
Hi, I'm trying to use a database seeder to create user accounts for testing. The seeder works fine a...
Is there a better way to write this up? <?php // Composer: "fzaninotto/faker": "v...
Even if it included some Raw elements. :) Select concat(places.path, child_places.id, '/') as p...
I have a datetime attribute that I want to convert to Carbon and persist it to mysql as a Carbon obj...
I created a project with composer flawlessly BUT artisan is giving me a Error! I have created i MySq...
Hello everyone, I made a code which i used to check if a table exists or not. If not the code would...
I have a polymorphic relationship set up between the comments and the video / images tables. Now i w...
Hi, I'm using Eloquent ORM outside of laravel. Its with SLIM Framework. I'm trying to control the nu...
Hi everyone, I need some help to accomplish my goal, I have a legacy frontend app and i need to chan...
Hi.. i try to insert query with join table, this my code: $addnew = DB::table('list_dasar')->join...
I have this code: $sqlInsert = array( array('id'=>1, 'temp'=>1), array('id'=>2, 'te...
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