-
If you receive an error message class [hashids] does not exist with Laravel 9 then simply add the following line to the providers array in the config\app.php file
`\Vinkla\Hashids\HashidsServicePro…
-
Composer throws an error:
```
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Only one of these can be installed: illuminate/contracts[v5.6.0, ..., v…
-
I can't install `graham-campbell/bitbucket`, when i run:
```
composer require "graham-campbell/bitbucket:^9.0"
```
I have the following error:
```
- graham-campbell/bitbucket v9.0.0 requir…
-
### Describe the bug
I have completed Firebase setup in my project but error occurred when trying to initialize the App Check component - `$auth = app('firebase.app_check');`.
Then I tried other w…
-
`composer require edujugon/push-notification` is not installable in laravel 9.
my composer.json is as below
"require": {
"php": "^7.3|^8.0.0",
"arcanedev/log-v…
-
Laravel 5.5 cannot install hashids
Error message:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for vinkla/hashids ^5.0 -> sat…
-
I have installed
- laravel 9
- PHP 8.2
- valet
Facing below error in code while trying to encode the anything.
***Code***
```
// Encode integers.
Hashids::encode((int)4815162342);
``…
-
### Describe the bug
I am trying to perform batch operations on Firestore.
I am splitting our batches into 490 items per batch. Firestore can only do 500 items per batch at a time according to t…
-
1. Please provide your PHP and Swoole version. (`php -v` and `php --ri swoole`)
Swoole 2.1.3 on PHP 7.2.5
2. Please provide your Laravel/Lumen version.
Laravel 5.6.20
3. What did you do? I…
-
whats the most elegant solution for the name conflict issue?
```
Trait method Staudenmeir\LaravelAdjacencyList\Eloquent\HasRecursiveRelationships::newEloquentBuilder has not been applied as App\…