-
Jira Link: [DB-1440](https://yugabyte.atlassian.net/browse/DB-1440)
This issue tracks all the work related to Laravel Integration with YugabyteDB.
# Tasks
|Done|Name|Notes|GitHub Issue|
| - | - …
-
I have deleted my models folder and creating the proper folder that would hold my Eloquent Models (or business logic), along with editing my composer file, I got everything working fine in my Unit tes…
-
Hi.
I was experimenting with Spatie/Async and I was able to have it working on a Symfony console Command.
But if I grab the same code, adapt it and to run it without the Symfony framework, I get the…
-
## Overview
* Enabling the `web` auth guard
* Extending the `Illuminate\Foundation\Auth\User` (a.k.a `Authenticatable`) class for the `Session` model
* Enabling feature and unit testing
* Upgrad…
-
I am trying to test a JSON API written in Laravel 4.2. I have the following test case below:
``` php
public function testWaterfallAPIDoesNotReturnWaterfallForUnkownBundleId()
{
$this->app->bind(…
-
Hi there,
I just started using this package. Before i was using nodemon npm package. The package is working fine but when stopping the process an exception is thrown: Spatie\Watcher\Exceptions\CouldN…
-
### Octane Version
2.6.2
### Laravel Version
11.16.0
### PHP Version
8.3.6
### What server type are you using?
Swoole
### Server Version
5.1.2
### Database Driver & Version
_No response_
#…
-
Hello @mpociot
So I go to try it out, even with first example Dusk test.
```
$this->browse(function (Browser $browser) {
$browser->visit('/')
->assertSee('Laravel…
-
### Laravel Version
11.20.0
### PHP Version
8.3.9
### Database Driver & Version
_No response_
### Description
When pushing an array of jobs onto the [database queue](https://githu…
-
### Bug description
i am currently trying to get Laravel Nova and Statamic to work with eloquent and after debugging for 5 hours I found one issue in the statamic AuthServiceProvider:
```
Gate::…