How would I do the following query using query builder? Preferably without using any raw sql :-) SEL...
janise liked this thread
@if ( $currentUser) @extends('layouts.in') @section('content') @else @extends('layouts.login') @...
When I try "vagrant ssh" under my homestead directory, I get "ssh_exchange_identifica...
I'm using laravel passport for API authentication, it works perfectly when I use it with one db, but...
doaaiti liked this thread
i use laravel 5.5. i got some problem. login first time is ok. and then logout, change account login...
Just wanna ask why my additional function on my controller doesn't return data when i declare the my...
Hi I'm working with Laravel for a couple of month, in the beginning days I couldn't understand the u...
Helo!!, i need, help me please i'm confused with this query, sorry for my english :( I have this qu...
How do I orderBy a field that's in a related table as in: DB::with('relatedTable')->orderBy('rela...
I have these models: Post, Category and User. My goal is to show a paginated and sortable table disp...
Hello. So I have these Models: Product - for example, a t-shirt ProductVariant - for example, a XL-s...
i wont to make this query : SELECT w.wilayah, a.penerima FROM ( SELECT DISTINCT w...
Hi I'm following a tutorial tutorial But I keep getting the same error: TypeError: this.$refs.pagina...
Has anyone else had the problem that a new linode server on forge doesn't finish provisioning? After...
Hello.. How do I replace the words of a text? Example: $str = 'Hello :name ..Do you like :drink?'; $...
Hi all Iam trying to write controller for form i got a this error plz any one can help me thanks in...
Hello, I'm trying to prepend every rules in my final public/css/admin.css with a .admin CSS class. T...
Hey Guys, I would love to kindly ask you for help with image resizing through Intervention Image plu...
Hi, I'm really struggling with a login-box and a second form on one page. I can't manage to change t...
Hi there, I want to simplify the password reset process for the user by determining the users email...
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