Marks Bogdanovs
Marks Bogdanovs
Error in logs: ``` PHP Deprecated: Creation of dynamic property Webpatser\Uuid\Uuid::$bytes is deprecated in [filtered]/vendor/webpatser/laravel-uuid/src/Webpatser/Uuid/Uuid.php on line 127 PHP Deprecated: Creation of dynamic property Webpatser\Uuid\Uuid::$string is deprecated in [filtered]/vendor/webpatser/laravel-uuid/src/Webpatser/Uuid/Uuid.php on...
As I see, 3 MR exist for the last year. Is this repository maintained, or can I create a mirror and continue to maintain it?
Referencing to [EXTENDING.md](https://github.com/advoor/nova-editor-js/blob/master/EXTENDING.md) There is mentioned about `webpack.mix.js`, but Laravel is not delivered with Vite by default. So maybe it needs an update? 🤔
Right now single access token has access to all the zones. I would recommend: 1. implement some way of limiting access token to single zone 2. implement expiration for token...
How to allow `/` in slug?
Hi, About the `BumpCore\EditorPhp\EditorPhp::fake()`, I would recommend to give an option to choose which blocks user want to generate Thanks for the package
Instruction is based on [comment from @binary-person](https://github.com/plausible/analytics/discussions/819#discussioncomment-1932176)
``` php artisan orbit:generate ToolCategory TypeError Illuminate\Database\Schema\Blueprint::__construct(): Argument #1 ($connection) must be of type Illuminate\Database\Connection, string given, called in /vendor/ryangjchandler/orbit/src/Commands/GenerateCommand.php on line 44 at vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php:100 96â–• * @param \Illuminate\Database\Connection $connection...
```bash php artisan orbit:generate StaticPage ``` ```log TypeError Illuminate\Database\Schema\Blueprint::__construct(): Argument #1 ($connection) must be of type Illuminate\Database\Connection, string given, called in /path_to_project/vendor/ryangjchandler/orbit/src/Commands/GenerateCommand.php on line 44 at vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php:100 96â–• * @param...