-
why cannot trace laravel framework custom exception?
-
Hi,
I have Laravel + Octane, but the problem the HMR will not work, I need to refresh the page just to reflect the changes.
This is how I access my site in local https://mysite.local
here …
-
When trying to just start the scheduler for generate-keys, I am receiving the following:
```
In Compiler.php line 67:
Please provide a valid cache path.
```
-
# Feature Request
I have a service manager like this:
```php
class SomeManager {
/** @var list */
protected array $services = [
ServiceAaaa::class,
ServiceBbbb::class,
ServiceCcc…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
When updating the Docker image …
-
It seems that this package causes translation errors in Laravel Nova (see this issue https://github.com/laravel/nova-issues/issues/4192).
By calling a translation in a constructor the incorrect loc…
-
**Describe the bug**
I installed a fresh setup of Laravel 11 (PHP 8.2) with `composer create-project laravel/laravel example-app`. Then I downgraded PHPUnit (because of #384) with `composer require -…
-
Hello! I've been using PHP Reports for some days as an independent install, just to see how it all works, and I think itis right tool for me!
The only problem is that I'm not so sure how can I integr…
gbvaz updated
7 years ago
-
**Describe the bug**
when where value is null occurred this error , elequent support value null in where clause like this => $query->where('key',null)->get();
but in this package throw exception
…
-
I installed laravel 11 using PHP 8.2.
I am getting this error below. Anyone please help.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root co…