-
On the last Laravel release, they've implemented cursor-based pagination. As I see the returning data does not contain the first/last page as in this library, so I want to keep using this.
Unfortunat…
-
```PHP
use ProtoneMedia\LaravelFFMpeg\Support\FFMpeg;
Route::get('/test', function () {
$image = \App\Models\Product\ProductImage::where('type', \App\Enums\MediaTypes::VIDEO)->firstOrFail();
…
-
I am trying to download it for my laravel application version 5.4 but composer gives an error.
Problem 1
- Root composer.json requires torann/geoip 1.1.0 -> satisfiable by torann/geoip[1.1.…
-
When running `php artisan monzo:install` I get the following error:
```
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "monzo" namespace.
``…
-
I'am using namespace in my controllers , this is my controller :
[controllers/admin/AdminController.php]
-
Hi, i am having issues configuring my s3 bucket.
Not sure where exactly in the config it should go, disks? roots?
```
-
I tried installing in laravel 8 but I think it's not supported yet?
-
The general problem is if we want to use project structure that different from default conventions - more modular, for example - generator usage become a pain. We forced to write full qualified namesp…
-
Hi!
I have just made a clone of the project and started the composer install/update (ubuntu 1.8). It does not work anymore.
```
Loading composer repositories with package information
Updating depe…
-
I don't think there should be issues with laravel 9 support, so would it be okay to allow for ìlluminate/support 9.x?
`"illuminate/support": "^7.0 || ^8.0"`
would then be :
`"illuminate/support…