-
When I tried to search students, I received a sad error:
```
Illuminate \ Database \ QueryException
SQLSTATE[42883]: Undefined function: 7 ERROR: function unaccent(character varying) does not e…
-
### Before feedback (在反馈之前)
- [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能)
### Describe Feature (描述功能)
Reference: https://laravel.com/docs/11.x/authentication#…
-
I have Added WebRTC Video or Audio call using AlpineJs or Laravel. In my local environment both calls are working fine but in Live server i reaceved stream but not showing video of remote user.
my …
-
I want use route name and using in template. Like laravel route system.
like this;
Route::get("/path/{id}", "controller")->name("routeName");
in Template;
route("routename", ["id" => 1]);
-
Addressing the elephant in the room regarding security, we currently use Laravel 8 [which is not supported anymore](https://laravel.com/docs/8.x/releases#support-policy).
I don't mind upgrading even …
-
I want to move the clients appId and key to env file like LARAVEL_ECHO_SERVER_AUTH_HOST. Pleas e give me any suggest.
-
### Is your feature request related to a problem? Please describe.
While the site is localized in French/LSQ and English/ASL, the domain is only in English. The request is to be able to access the si…
-
### Bug description
I have a common Eloquent relationship that I frequently add to many models, so I decided to move this relationship to a trait and include the trait in the models that need it. H…
-
I have attempted to adjust the composer dependencies with no avail to get up to Laravel 11. I'd like to try to upgrade the dependencies to utilize the newly released Laravel Reverb so there's a altern…
-
# Bug report
Backpack does not guess the column attributes for ```subfields```.
Create a ```HasMany``` relationship and try to display it like in the example below.
```
CRUD::column('articles')-…