Is the yahoo auctions library still active?
this library is still working?
https://github.com/notfoundsam/yahoo-auction
i try to login in backend but it’s return error
Error: Undefined array key 0
Auth::check() return false when redirecting – Laravel
First, i have login controller like this
Laravel query to get sum of multiple relationship counts using e.g. union in relationship or selectRaw
I have a Laravel 11 setup with Timeline
and Place
models.
Timeline has a timestamp and a place_id. A place can have child places, using parent_id to point to the parent place.
How to export data from route/web.php into controller function – Laravel
When i use redirect() method, i can use like
return redirect() -> route('name') -> with('data', 'value')
Why active is not set correctly in <x-nav-link component?
On laravel / livewire site I have defined route in routes/web.php :
Language Selector for Laravel 11 with per-session persistence. Question and Answer
How to put in language selected by the user in Laravel 11 in a persistent way, that is to say, that while the visitor or user remains on the page and once selected a language remains in that language even if he changes the page?
LARAVEL orderBy DESC not working while using groupBy
I would like to use orderBy in laravel but its not working while I have used CAST there
How can I call a webhook when an error occurs in my Laravel application?
I’m working on a Laravel application and want to be notified via a webhook whenever an error occurs. I want to send the error details (like the error message, file, and line number) to a specified webhook URL. How can I set this up in my Laravel application?
How can I get rid of the relationship printout?
I have a relationship where I am segmenting by language and outputting to the user with postman. But a relationship that I don’t want also comes with it. I tried to remove it with unset but it didn’t work, I’m just trying to filter by language.
Laravel Pub Sub MQTT RabbitMQ Radis GPT
I am a beginner