I'm newbie. I want to create a simple web app (ex: a forum only have home page and post pages, in ea...
I am using Laravel eloquent to design my database. Eloquent has a naming convention for naming a man...
Here is my simple query Pin::where('updated_at', '>=', '2015-01-01') ->selectRaw(&...
Can somebody help me, This My query for My Table $results = DB::table('offer') ->select(DB::r...
I need to set dynamically the table name (extract from other database) and get the last record. This...
One of the first things I do for every Laravel project is to add this: config/database.php 'prefix'...
Hello Everyone, Every morning I try to open my client system I get the below error. To solve it, I k...
I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...
Hi, outputing data from created_at field lavarel 5.4/postgresql 9.4 I got error: InvalidArgumentExce...
First of all, sorry for my bad english, I will try my best to explain it. I'm using Laravel 5.4 and...
Here are my migrations: photoset_categories class CreatePhotosetCategoriesTable extends Migration {...
how to add timetamps with default value on multiple tables using migrate
I want to create 2 dimensional JSON array from database. The format will be as followings [ {"i...
I am using laravel-5.4 make:auth . Added one extra field in user table -> profile picture in view...
I have a pivot table "show_user" with columns show_id, user_id in my App\User.php i have p...
Hello, in laravel 5.4 setting rule for unique name like $rules = array( 'name' => 'r...
Hi, I'm trying to work out why Laravel is throwing Integrity constraint violations on my main regist...
If I do this, I would be able to retrieve the images() for the item $items = Item::all(); foreach($i...
I was working with dropdowns and was thinking if it is possible to use lists() method to get two col...
Hi, i had two input Datetime field. User can choose to fill in either these two field. For the empty...
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