-
### Summary
I am using Freescout for a week now and i had to update my environment for an update of a module, it needed the latest freescout version so i updated the docker image to the latest. Aft…
-
- Lunar version: 1.x latest
- Laravel Version: 11.9
- PHP Version: 8.3.12
- Database Driver & Version: Postgres v17
### Expected Behaviour:
Add Tier Price to Product
### Actual Behavio…
-
Call to undefined method Illuminate\Foundation\Application::share()
![image](https://user-images.githubusercontent.com/15682278/125194515-e8d41500-e27b-11eb-9328-13b34e445663.png)
-
```php
Schema::createHashPartitioned('car_user', function (Blueprint $table) {
$table->ulid('id');
$table->foreignUlid('car_id')->references('id')->on('cars')->casca…
-
While attempting to run this package I noticed it's giving me errors on some other classes than models. For example I have a bunch of enum classes, reading the package readme i'm not expecting this t…
-
I followed the steps and map /data to local directory so everything seems to be ok.
I run it with the following:
`docker run --name=pp -p 80:80 -p 443:443 -d -v /home/--my user---/data:/data --…
-
I am facing this issue and unable to run laravel. I have tried all the steps mentioned on https://github.com/tymondesigns/jwt-auth/issues/290 but still no luck.
```
2016/12/08 19:18:53 [error] 10840…
-
```
[2020-07-30 07:26:35] local.ERROR: Array to string conversion {"exception":"[object] (ErrorException(code: 0): Array to string conversion at /home/vagrant/ocasani-laravel-api-recave-see-cliente/v…
-
### Scribe version
4.37.1
### PHP version
8.3.9
### Framework
Laravel
### Framework version
11.20.0
### Scribe config
```ruby
title => "xxx API Dokumentation"
auth.enabled => true
auth.defa…
-
Hi there,
I am having some problems using unoconv for file conversion using php-unoconv in laravel.
When running unoconv from command prompt it works fine, just that I have to navigate to unoconv dir…