-
# Feature Request
I have a service manager like this:
```php
class SomeManager {
/** @var list */
protected array $services = [
ServiceAaaa::class,
ServiceBbbb::class,
ServiceCcc…
-
-
laravel 8.75
sometimes model return normal data but in some ways it might return just a "false" value for encrypted fields,
that happens like 6 to 8 times out of 10, in some ways it breaks always
[…
-
hi i tried to use with this but doesn`t exist do you know something about it?
thank you
-
I am having a weird issue with one of my Module service providers.
In the register method of my ModuleServiceProvider I have this code
```@php
$this->app->singleton(GateContract::class, functio…
-
- [x] Create ip bans
- [x] Create account bans
- [x] Login throttling
- [x] ~~Add Middleware to check permissions, like hasRole but for a specific permission~~ Already handled by laravel gates `can…
-
Laravel now uses Vite by default which offers faster compile times and a dev server with hot module replacement. Also, it should be easier to use for new developers who are used to modern Laravel deve…
mzur updated
4 months ago
-
# Searching models using a where like query in Laravel - Freek Van der Herten's blog on PHP, Laravel and JavaScript
Freek Van der Herten is a developer and partner at Spatie.
[https://freek.dev/1182…
-
I would like to see all required steps from documentation (https://laravel.com/docs/11.x/packages) done in scope of this task. This includes:
- [x] autodiscoverable service provider
- [ ] default co…
-
### Problem Statement
Currently, setting up profiling in Sentry with Laravel Forge requires manual intervention by accessing the console and installing packages like `php-excimer` via apt-get. This d…