I currently have been running a very simple artisian command, however I would like to very my result...
Hi guys, I'm making web API for my app. I need to return JSON array of models with relations count....
I want to add an EAV model to my app. So I made these tables to do that: Schema::create('attributes'...
When I use something like this: $user = new User; $user->username = Session::get('usernam...
I have a form with a numeric input (not required). When i save without fill the input and reaload th...
This web-based virtual terminal for PayPal Payments Pro can be used as a replacement for the one tha...
How can I pass Bllim datatables to blade view and use @foreach in the Blade View to check some condi...
Is there way to chain ManytoMany queries with hasMany? Thanks $user=User::find(Auth::Id());...
Note I'm using Laravel 5.0 (should I post elsewhere for 5.0? It's not available in the Laravel Vers...
Below is an explanation of how I got my Laravel 5 application to query an already-existing database,...
My view: <h2>Laravel Autocomplete</h2> <?= Form::open() ?> <?= Form::label('aut...
I'm new to relationship so many apologizes if it's just dump question. I'm using a pivot table named...
I've Searched quite a bit and can't find the solution.. My Credentials are valid, but it always retu...
I'm having an issue related to Eloquent and calling it in the routes or Blade Templates, this error...
got this table with composite key class CreateHtmlMetasTable extends Migration { public functio...
HI, I have three tables like this: Users with columns id name Events with columns id fk_user name de...
Can anyone point me in the right direction of a slug package or a tutorial on how to make SEO Slugs...
Hello, Im creating an eshop with Laravel and im designing the database. The eshop will have a variet...
How can I use customer.card.updated webhook in laravel cashier? Can any one tell me the steps.
Hi guys, so I have a match model, a match hasOne hometeam and one roadteam. Like: match:{ hometeam:{...
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