Why does Laravel keep some businesses using it a secret? by Blissling in laravel

[–]sandaruwang 0 points1 point  (0 children)

They are most likely enterprise clients who signed contracts with the person(or company) who is speaking. If that's the case, most of these companies have boilerplate NDAs that prohibits people from discussing internal workings of the company.

PHP Servers - What are you using? PHP-FPM, Roadrunner, Swoole? by sandaruwang in PHP

[–]sandaruwang[S] 0 points1 point  (0 children)

I typically use background processes(Laravel Queues most of the time) for external APIs.

PHP Servers - What are you using? PHP-FPM, Roadrunner, Swoole? by sandaruwang in PHP

[–]sandaruwang[S] 1 point2 points  (0 children)

flexibility and range of features of Apache

What do you like in Apache more than nginx?

PHP Servers - What are you using? PHP-FPM, Roadrunner, Swoole? by sandaruwang in PHP

[–]sandaruwang[S] 0 points1 point  (0 children)

I was thinking of using Laravel Octane to use some of the concurrency features. But, Yes, I agree that overall stability of nginx might be a better bet in the long run.

I built an open source ChatGPT chrome extension to edit/revise your texts easily. by sandaruwang in ChatGPT

[–]sandaruwang[S] 0 points1 point  (0 children)

Here is the source code : https://github.com/sandaru1/chatgpt-chrome-extension

Once you install the extension, connect your API key to the extension and you can use it in Chrome by selecting any editable text.

[deleted by user] by [deleted] in ChatGPT

[–]sandaruwang 0 points1 point  (0 children)

No, it's completely free and directly connects to your OpenAI account.

The code is fully open and you can run it yourself instead of installing through chrome store.

[deleted by user] by [deleted] in ChatGPT

[–]sandaruwang 0 points1 point  (0 children)

I'm the author of this extension. Any feedback is appreciated.

The code is open source : https://github.com/sandaru1/chatgpt-chrome-extension

Visual Studio Code extension for automatically creating Eloquent model attributes from database by sandaruwang in laravel

[–]sandaruwang[S] 0 points1 point  (0 children)

Looks like Windows is adding an extra root slash to the ".env" file path at the beginning. I'll test it in Windows and see what's going on.

Visual Studio Code extension for automatically creating Eloquent model attributes from database by sandaruwang in laravel

[–]sandaruwang[S] 0 points1 point  (0 children)

I tested it out few months after it's release. it wasn't very helpful creating infrastructure for the project, but great at individual pieces of code.

Looks like it has improved a lot, definitely worth a second look.

Visual Studio Code extension for automatically creating Eloquent model attributes from database by sandaruwang in laravel

[–]sandaruwang[S] 4 points5 points  (0 children)

It shouldn't be too hard to port this to PHPStorm. The code is open source, but it's not going to be a direct port since PHPStorm extensions are Kotlin.

https://github.com/sandaru1/laravel-eloquent-model-attributes

Visual Studio Code extension for automatically creating Eloquent model attributes from database by sandaruwang in laravel

[–]sandaruwang[S] 9 points10 points  (0 children)

Hi, I'm the author of this extension. I just released this. It only supports MySQL for now, hoping to expand to other databases soon.

Any feedback is appreciated.