Please help me, i have a table with this record & query. SELECT DISTINCT aa.id, aa.id_user, a...
I’ve got a master table called Product with the following columns: id product_id product_type name...
Is it possible with current exists/unique validation rules to use model methods in laravel? Like use...
I have some problem with my code for select shift_id with just give time, looks my records $waktu =...
I have a model called Card which has many Printings which has an Expansion. How do I run get the pri...
I am interested in learning advanced laravel. what are the best tutorials you suggest?
I need to add top-level metadata to my API response, according to Laravel Documentation that possibl...
I have my eloquent models set up with user has many-to-many roles and roles have many-to-many permis...
Hello, how can I use ->pluck('fieldB') in following Laravel code? $Result = TableA::with('tableB'...
Context I have 3 migrations: Members table: class CreateMembersTable extends Migration { public...
Hi, $item->categories()->attach([4,1,2,3]); This insert record order by 1 2 3 4 I want it ins...
Hello GUYS , I am trying to access those values of the controller , but I have to make variables fir...
Well I'm new to laravel, & still learning it. Basically when i use php artisan migrate, it migra...
Hi All, In the last couple of days/weeks I was working on a Laravel and VueJS package to manage the...
Hey guys, Greeting from Indonesia. I have a form in which has name of (in imaginary) id, product_nam...
I'm trying to find all rows in c table (see DB schema) associated with one row in a table. Connected...
I have some problem to get information about item. I read a lot of information on forums stakoverflo...
https://laracasts.com/discuss/channels/eloquent/eloquent-make-items-upgradable Here is more details...
Hi I've looking round for a while now but cant figure this out how do How do I manually create a Pag...
I'm japanese student and new to Laravel. I used the Eloquent's local scope like this: use Illuminate...
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