tk, to fediverse
@tk@bbs.kawa-kun.com avatar

Has anyone tried to run in recently? I followed these steps, by the way.

Aside from an error complaining that vendor/autoload.php is missing, I was getting this logging constantly when running docker compose up:

gnu-social-worker-1   | Fatal error: Uncaught LogicException: You need to add "symfony/framework-bundle" as a Composer dependency. in /var/www/social/bin/console:18
gnu-social-worker-1   | Stack trace:
gnu-social-worker-1   | #0 {main}
gnu-social-worker-1   |   thrown in /var/www/social/bin/console on line 18

tk,
@tk@bbs.kawa-kun.com avatar

It looks like it’s already in composer.json and composer.lock:

composer.json:    "symfony/framework-bundle": "^6",
composer.lock:                "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
composer.lock:                "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0",
composer.lock:                "symfony/framework-bundle": "^4.4|^5.3|^6.0",
composer.lock:                "symfony/framework-bundle": "^4.4|^5.0|^6.0",
composer.lock:                "symfony/framework-bundle": "<5.4",
composer.lock:            "name": "symfony/framework-bundle",
composer.lock:                "url": "https://github.com/symfony/framework-bundle.git",
composer.lock:                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b79e5866a8293de00c8436836c2038ec31916ee7",
composer.lock:                "source": "https://github.com/symfony/framework-bundle/tree/v6.1.6"
composer.lock:                "symfony/framework-bundle": "<5.4",
composer.lock:                "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
composer.lock:                "symfony/framework-bundle": "<5.4",
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0",
composer.lock:                "symfony/framework-bundle": "<5.4",
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0",
composer.lock:                "symfony/framework-bundle": "<4.4",
composer.lock:                "symfony/framework-bundle": "^4.4 | ^5.0 | ^6.0",
composer.lock:                "symfony/framework-bundle": "^5.4 | ^6.0",
composer.lock:                "symfony/framework-bundle": "^3.4|^4.0|^5.0|^6.0",
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0"
composer.lock:                "symfony/framework-bundle": "^4.4|^5.0|^6.0",
composer.lock:                "symfony/framework-bundle": "^5.4.7|^6.0",
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0",

#PHP

tk, to fediverse en-us

Has anyone tried to run in recently? I followed these steps, by the way.

Aside from an error complaining that vendor/autoload.php is missing, I was getting this logging constantly when running docker compose up:

gnu-social-worker-1   | Fatal error: Uncaught LogicException: You need to add "symfony/framework-bundle" as a Composer dependency. in /var/www/social/bin/console:18
gnu-social-worker-1   | Stack trace:
gnu-social-worker-1   | #0 {main}
gnu-social-worker-1   |   thrown in /var/www/social/bin/console on line 18

tk,

It looks like it's already in composer.json and composer.lock:

composer.json:    "symfony/framework-bundle": "^6",
composer.lock:                "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
composer.lock:                "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0",
composer.lock:                "symfony/framework-bundle": "^4.4|^5.3|^6.0",
composer.lock:                "symfony/framework-bundle": "^4.4|^5.0|^6.0",
composer.lock:                "symfony/framework-bundle": "<5.4",
composer.lock:            "name": "symfony/framework-bundle",
composer.lock:                "url": "https://github.com/symfony/framework-bundle.git",
composer.lock:                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b79e5866a8293de00c8436836c2038ec31916ee7",
composer.lock:                "source": "https://github.com/symfony/framework-bundle/tree/v6.1.6"
composer.lock:                "symfony/framework-bundle": "<5.4",
composer.lock:                "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
composer.lock:                "symfony/framework-bundle": "<5.4",
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0",
composer.lock:                "symfony/framework-bundle": "<5.4",
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0",
composer.lock:                "symfony/framework-bundle": "<4.4",
composer.lock:                "symfony/framework-bundle": "^4.4 | ^5.0 | ^6.0",
composer.lock:                "symfony/framework-bundle": "^5.4 | ^6.0",
composer.lock:                "symfony/framework-bundle": "^3.4|^4.0|^5.0|^6.0",
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0"
composer.lock:                "symfony/framework-bundle": "^4.4|^5.0|^6.0",
composer.lock:                "symfony/framework-bundle": "^5.4.7|^6.0",
composer.lock:                "symfony/framework-bundle": "^5.4|^6.0",

#PHP

gabek, to random

I wish I had somebody else seriously involved with Owncast. It would be amazing to have somebody to share things with, positive or negative. But there's nobody else in the world who cares, or even understands the nitty gritty day to day that I can talk to. I'm sure there's people who would listen, but nobody would care.

osiris687,

@dansup @darnell @gabek @syuilo @Gargron @owncast

One thing I would love to see more projects do is label some of the low priority but simple issues as a good first issue. You can see that here on the #dbatools repo. That gives people curious about contributing a good place to start and get their feet wet.

I'm a #sqlserver #DBA, I don't know #php. When looking at the issues list, I don't even know where I'd begin. A label would help with that.

jasongorman, to random
@jasongorman@mastodon.cloud avatar

Whenever I catch myself using advanced features of mocking frameworks, when I step back to look again, it's usually a sign there's a problem in the implementation design.

herndlm,
@herndlm@phpc.social avatar

@jasongorman a good example in #php is #mockery with instance mocks using override IMO. Adds a huge amount of complexity, needs tests to run in dedicated processes (slower) and also some special global state config.

Can be avoided relatively easily by either using proper dependency injection or fixing value objects to really be value objects and just let the test code construct them..

https://docs.mockery.io/en/latest/cookbook/mocking_hard_dependencies.html

mike, to random

Now that I have all the pieces, my goal is to migrate the legacy #LDJam website data over the weekend. Changing names, emails, and recovering data from unlinked accounts will come after.

Starting next week, I need to find sponsor(s) for Ludum Dare 54 in September, because....😅 #LudumDare #Migration

mike,

I've run into a situation where I could save myself a lot of trouble if I upgraded my #PHP version.

Unfortunately that means rebuilding the server. That said, I've been meaning to experiment with #Hashicorp #Terraform. 🤔

(some time passes)

Cool! Terraform is quite nice to use. I have a reference copy of my #Linode infrastructure exported and rebuilt for reference, and a new copy I can spin-up and destroy on demand. I still need to write provisioning (install) scripts though. #LDJam

symfonystation, to kbin
@symfonystation@phpc.social avatar

We are now on /kbin as Symfony Station. It is a Reddit-like link sharing platform on the Fediverse with microblogging capabilities. Follow us at https://kbin.social/u/symfonystation #kbin #Symfony #PHP #Drupal

freekmurze, to Laravel
@freekmurze@phpc.social avatar

🥰 Very happy to have @usefathom as an @OhDearApp customer!
https://ohdear.app

👍 We’ve using @usefathom ourselves for our analytics!
https://usefathom.com

⚡️ I feel both services are prime examples of how you can use @laravelphp at scale
#laravel #php

freekmurze, to Laravel
@freekmurze@phpc.social avatar

Flare also features AI powered solutions now.

The best part: you don’t need an Open AI key for this, as we give a couple of hundred solutions per months for free.

This will greatly help you fix your problem faster!

More info: https://flareapp.io/blog/54-flare-and-ignition-now-offer-ai-powered-solutions

#laravel #php

valorin, to php

Over the weekend I wrote far too many words about environment files and secrets, answering all of the questions I've heard about them... 🤓
From removing committed secrets to dedicated secrets managers, there is a lot to consider! 😲
https://securinglaravel.com/p/in-depth-storing-environment-variables #PHP #Laravel

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore the March 31, 2023 @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-31-March-2023 #Symfony #SymfonyCasts #PHP #Drupal #Cybersecurity #Fediverse #CSS :symfony: :elephpant_purple: :drupalicon: :wordpress: :fediverse: :php: :phpunit: :apiplatform: 🇺🇦

kaiserkiwi, (edited ) to Laravel
@kaiserkiwi@corteximplant.com avatar

Finally got around to writing more tests for #Questlog. It's so satisfying when the GitHub actions run so many tests and just turns green.

To be fair, it didn't work right away. Which is good. I found some bugs this way that I didn't have on my machine, but could be a problem on the server.

It's so much easier to write tests for #Laravel with #Pest. I should have adopted this much sooner.

#PHP #WebDev #Coding

symfony, to php
@symfony@mastodon.social avatar

🖥️ A Week of Symfony #859 (12-18 June 2023)
➡️ https://symfony.com/blog/a-week-of-symfony-859-12-18-june-2023
#php #symfony

Girgias, to php
@Girgias@phpc.social avatar

I will be speaking at PHP South West about #PHP 's type system on Wednesday the 14th of June. :D

https://www.meetup.com/php-sw/events/293842039/

alessandrolai, to php Italian
@alessandrolai@phpc.social avatar

Another release fresh off the press!!

I've finally tagged 2.0.0 stable of facile-it/doctrine-mysql-come-back (after a month of BETA4), which brings support for @doctrine DBAL v3 (3.6+ to be precise)

This small library is a connection wrapper that reconnects automatically when the infamous "MySQL has gone away" error (or similar ones) pops up. If you ever encountered that, try it out, it's automagic!

https://github.com/facile-it/doctrine-mysql-come-back/releases/tag/2.0.0

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore today's @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-09-June-2023 #Symfony #SymfonyCasts #PHP #Drupal #Cybersecurity #Fediverse #CSS :symfony: :elephpant_purple: :drupalicon: :fediverse: :php: 🇺🇦

freekmurze, to php
@freekmurze@phpc.social avatar

🚀 Flare 2.0 is now available! The best exception tracker for @laravelphp and PHP apps just got a lot better!

It features:
💅 a fresh new look
📊 powerful error insights
🤖 AI generated solutions
🪁 new Hobby plan

Try out Flare using our free 10-day trial:
https://flareapp.io

Blogpost with all details:
https://flareapp.io/blog/52-flare-20-has-been-launched

#php #laravel

Explore this week's Symfony, Drupal, PHP, and Fediverse news in the latest Symfony Station newsletter (mailchi.mp)

Welcome to this week's Symfony Station newsletter. It's your review of the essential news in the Symfony and PHP development communities focusing on protecting democracy. We also cover the cybersecurity world and the Fediverse.

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore today's @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-16-June-2023 #Symfony #SymfonyCasts #PHP #Drupal #Cybersecurity #Fediverse #kbin :symfony: :elephpant_purple: :drupalicon: :fediverse: :php: 🇺🇦

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore today's @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-16-June-2023 #Symfony #SymfonyCasts #PHP #Drupal #Cybersecurity #Fediverse #kbin :symfony: :elephpant_purple: :drupalicon: :fediverse: :php: 🇺🇦

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore today's @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-16-June-2023 #Symfony #SymfonyCasts #PHP #Drupal #Cybersecurity #Fediverse #kbin :symfony: :elephpant_purple: :drupalicon: :fediverse: :php: 🇺🇦

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore today's @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-09-June-2023 #Symfony #SymfonyCasts #PHP #Drupal #Cybersecurity #Fediverse #CSS :symfony: :elephpant_purple: :drupalicon: :fediverse: :php: 🇺🇦

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore today's @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-09-June-2023 #Symfony #SymfonyCasts #PHP #Drupal #Cybersecurity #Fediverse #CSS :symfony: :drupalicon: :fediverse: :php: 🇺🇦

mobileatom, to kbin
@mobileatom@me.dm avatar

We are now on /kbin as Symfony Station. It is a Reddit-like link sharing platform on the Fediverse with microblogging capabilities. Follow us at https://kbin.social/u/symfonystation #kbin #Symfony #PHP #Drupal

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • GTA5RPClips
  • ethstaker
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • tacticalgear
  • anitta
  • megavids
  • Leos
  • cisconetworking
  • lostlight
  • All magazines