lucid icon indicating copy to clipboard operation
lucid copied to clipboard

Is this project dead??

Open khantzawhein opened this issue 2 years ago • 8 comments

This project has not been updated for the last six months and consequently no support for the Laravel 10.

If the maintainers of this project are not willing to support any future updates, they should mark and declare this project is deprecated. So future open-sourcer can take over and continue the work of this project.

khantzawhein avatar May 12 '23 14:05 khantzawhein

Feel free to use my fork https://github.com/ksimenic/lucid. It has all optimizations for Laravel 10.

All you need to do is to add following in your composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ksimenic/lucid"
        }
    ],

and then require

"lucidarch/lucid": "dev-latest"

ksimenic avatar May 17 '23 14:05 ksimenic

Not working, no able to pull from Github....

ntgraph avatar Jul 27 '23 22:07 ntgraph

I manually change code in node_module

ntgraph avatar Jul 27 '23 22:07 ntgraph

domain is expired soooo I think is official, project is dead

paulvl avatar Oct 10 '23 22:10 paulvl

Sad to see this happen, will somebody pick up this library to continue. This library, needless to say, is the way to develop small to large scale application. I expect no new features all the time, but at least to maintain in parallel to the release of Laravel version. I hope somebody high up in Laravel team can take over this library and make it thrived. Also many thanks for the creator.

ntgraph avatar Oct 11 '23 12:10 ntgraph

Hi,Will it pickup by anyone?If we have adopt lucid architecture to build our application, I am concerned this will break in the future with all release of Laravel. I wish some open sourcer or Laravel team can continue to support this library. Please let me know if you have any news Regards On Tuesday, October 10, 2023 at 06:19:09 PM EDT, Paul Vidal @.***> wrote:

domain is expired soooo I think is official, project is dead

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

ntgraph avatar Oct 13 '23 01:10 ntgraph

Guys, I would love to support this project. I use it in 2 of my projects. I have to keep it in my repository to update laravel, but it's still cool...

Batisska avatar May 08 '24 15:05 Batisska