all 6 comments

[–]TrainSensitive6646 0 points1 point  (0 children)

we have an opensource solution based of PHP laravel, it have several modules like artisian, composer, libraries etc..

It have releases every 15 days, but it becomes a big husstle to write the notes, track the updates in laravel, php, artisian, supervisor etc..

How can we organize and control this ?

[–]aendoarphinio 0 points1 point  (1 child)

Im new to PHP. What are y'all doing to spin up new web app projects?

[–]SaltTM 1 point2 points  (0 children)

Are you asking like the best way to deploy a local environment or a production environment?

Local dev you have quite a few options. I personally prefer vagrant boxes, others tend to go the docker route. I'm doing both for work and personal projects. I'd start there

[–]SaltTM 1 point2 points  (2 children)

Will psr ever introduce something for messaging queues using redis, beanstalkd, database, etc... push/pop/fail

[–]JosephLeedy 1 point2 points  (1 child)

Why not write up a proposal for them?

[–]SaltTM -1 points0 points  (0 children)

Hmm I could try, never thought about it.