How would I achieve this? I am confused weather to use onetomany, hasmany, belongsto? Help me out.
Is there a way to catch the table names if I run migration from a controller?
Hey Guys, I need your help, because i'm new in laravel. This is the code of my upload controller:...
I want to show data from database: for every id_grup has many lapangan(court) $groups_resource...
Why does Laravel provide direct access to Redis? Wouldn't it be better to provide an abstract Key-Va...
beeyev liked this thread
i am try to create Sub-domain route but i have a problem to create this .
Hi, I know to create migration on database by laravel migration. However, how to grant permission on...
Hi, I have problem: with each request, server return many event but with same data I dont know why,...
ostap, hasn68 liked this thread
Hi, I am an administrator of a WHM/Cpanel Server and an experienced Laravel developer, I have multip...
Hey, How can I pass an array variable to the Laravel Controller using GET method? My route is define...
I try like this : ... @if(is_null($key['p3'])) {{--*/$p3 = $key['p3']/*--}} @else...
Hi there, Does anyone know how I can modify the data a form request object contains before it is use...
Hey peoples, Just today I started looking at how to UnitTest some of my code in Laravel. In general,...
So here is the thing, there is account section on left side of my page, I'm calling account from a f...
Hello! So for a single notifiable user, a single entry in the notifications table, along with a mail...
Laravel Version: v5.3.26 PHP Version: 7.0.10 Database Driver & Version: mysql:5.7 Hi, I am try...
Hey, I'd like to ask you guys how you validate route parameters with a form request. I have the foll...
Hi, When I use route group with prefix and place route resource inside this group, all resource rout...
I am creating user profile page. For that i have two tables 1 is user and another is user_avatar now...
<?php namespace App; use Cviebrock\EloquentSluggable\Sluggable; use Illuminate\Database\Eloquen...
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