laravel-er-diagram-generator icon indicating copy to clipboard operation
laravel-er-diagram-generator copied to clipboard

PHP 8 support

Open ali-alharthi opened this issue 3 years ago • 2 comments

Not sure if it was done thoroughly. But needed it for a project and it worked perfectly. Feel free to change anything.

ali-alharthi avatar Feb 16 '21 08:02 ali-alharthi

Can confirm that this works :+1:

{
    "repositories": [
        {
            "url": "https://github.com/ali-alharthi/laravel-er-diagram-generator",
            "type": "github"
        }
    ],
    "require": {
        "beyondcode/laravel-er-diagram-generator": "dev-master"
   }
}

tennox avatar May 14 '21 18:05 tennox

Can confirm that this works 👍

{
    "repositories": [
        {
            "url": "https://github.com/ali-alharthi/laravel-er-diagram-generator",
            "type": "github"
        }
    ],
    "require": {
        "beyondcode/laravel-er-diagram-generator": "dev-master"
   }
}

@tennox @ali-alharthi

Thanks people, that worked for me too! :)

Adeel-AA avatar Aug 13 '21 17:08 Adeel-AA