-
阿里云的同学,做事能不能认真一点!
-
首先 download [load_font.php](https://github.com/dompdf/utils), 改掉以下两行
```php
// require_once "autoload.inc.php";
require_once "vendor/autoload.php";
//$fontDir = "lib/fonts";
$fontDir = "storage…
-
It would be interesting to have a CLI generator that will generate a Laravel template with selected services.
Not every Laravel app needs all its features. For example, users might be interested t…
-
I installed swaggervel in my project but when i go to /api-docs i get this error
```
FatalErrorException in routes.php line 39:
Class 'Swagger\Swagger' not found
in C:\projects\laraveltest\laravel\ve…
-
## Setup
- Version: 5.8.53
- Environment: Docker
## Interface
- Flutter: []
- React: []
- Both: [YES]
## Checklist
- Can you replicate the issue on our v5 demo site https://demo.invoicenin…
-
**Describe the bug**
When trying to install from zero, it looks like koel is unable to connect to the database I just configured.
**To reproduce**
Steps to reproduce the behavior:
1. Copy the co…
-
Get a vague error message saying the request was denied etc using the demo / example..
-
# Bug report
### What I did
I used the image field and column in a backpack crud.
### What I expected to happen
I expected absolute image URLs to be supported and displayed as uploaded ima…
-
## Summary
Fail to register a new user
## Steps to reproduce
1. configure nginx.conf to proxy to http://localhost:3000
2. reload nginx
3. configure nuxt.conf.js file as follows:
4. start…
-
#### Issue
When using luminous within Laravel 4, the cache folder does not use the default Laravel storage folder for caching. This means that luminous requires another location to be made read/write…