-
### What happened?
`php artisan native:build` command executed
laravel/sanctum ....................................................... DONE
laravel/tinker .....................................…
-
My `composer.json`:
```
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
…
-
Hi this looks great thanks but I'm struggling a bit with the documentation,
It shows the view doesn't use a layout. and when using a layout it appears to be ignored is this the expected functional…
-
**Describe the bug**
Compile code, run game, cannot use GM command
Execute ". addItem 24490"
`2020-07-06 13:13:44 ____ _____ _ _
2020-07-06 1…
-
I'm experiencing a strange issue when using v0.1.2 of the package:
When an authenticated user refreshes the sanctum:auth protected page or opens it in a new tab - they are immediately redirected to…
-
Docs say that it requires Laravel 7+ but when you install the package with Laravel 11.6.0 you get this:
```
composer require plesk/ext-laravel-integration
./composer.json has been updated
Runn…
poisa updated
6 months ago
-
Hi, loving Ky so far!
I think we could improve Ky by adding a convenient feature from Axios that i also was specting to work by default as im used to work with Axios but it is not.
In Axios, if …
-
### Support guidelines
- [X] I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md)
### I've found a bug and checked that ...
- [X] ... [the doc…
-
Hi!
if I added to AuthServiceProvider
```
Gate::define('viewLogViewer', function (User $user) {
return $user->isAdmin();
});
```
LogViewer is load and I can see pag…
-
Sorry to be annoying. Just wanted to create an issue so I can get notified when you release v5 support.