SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cruds.users' doesn't exist (SQL: select *...
I am completely new learning Laravel framwork the is the error: C:\Users\macine\Desktop\prj\siteWeb&...
Having a NuSOAP web service defined in an inline route closure function works great, but having it i...
I'm not sure that this is the correct way of doing this but I want to make select dropdown where the...
Hello, I have not field for name but for first_name and last_name. How can i get first name and last...
I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...
I use PostgreSQL with partitioning by one table. Here's my quesrtion. Is there any way to query ONLY...
Last week I have posted a very detailed tutorial on how to Integrate Bootstrap 3 framework with web...
Some questions guys! working with queues now with 5.1 (a bit old, but was the last LTS!!) The faile...
How would I do the following query using query builder? Preferably without using any raw sql :-) SEL...
@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...
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...
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.