pixelfed, to react
@pixelfed@mastodon.social avatar

✨ Share your Pixelfed account and a few related hashtags as a reply to this post. ⬇️

@dansup

danrot, to Laravel
@danrot@mastodon.social avatar

Currently looking into for my new job.

andrewfeeney, to Laravel
@andrewfeeney@phpc.social avatar

I don't miss Twitter but I do miss the community I used to interact with there. I don't really see any evidence that those folks are likely to give up on it soon, but I do wish they would. I expect the hard-liners wouldn't end up on Mastodon anyway.

Welp, will just have to do my best to build and contribute what I'm missing to this community.

phpc, to Laravel
@phpc@phpc.social avatar

The State of with Taylor Otwell at

array, to php
@array@fosstodon.org avatar

My first was 8.0, still in school, and I confess that I began learning it with the prejudice of it being a junky, terrible language everybody was making fun of. Fast forward ~1 year later, after finishing my internship, where I used full stack mainly, and having discovered that not only it wasn't that bad, but really a pleasure to work with. Not perfect, but perfectly suitable for its use cases and, what's perfect anyway? So reading this has been a joy. :D https://developerjoy.co/blog/php-doesnt-suck-anymore

kaiserkiwi, (edited ) to php German
@kaiserkiwi@corteximplant.com avatar

Liebs. ist mal wieder im Eimer. 502 Bad Gateway. Wie ich diesen Fehler hasse und es ist jedes Mal random, wie man ihn behebt. Die üblichen Sachen funktionieren schon mal nicht mehr…

Manchmal fehlt es mir nur mit HTML und CSS zu arbeiten.

freekmurze, to Laravel
@freekmurze@phpc.social avatar

💅 Did you know that RSS feeds can be styled too?

Here’s my old unstyled feed vs my new styled one. View it at https://freek.dev/feed/php.

💪 Our Laravel Feed package will now style your feeds out of the box: https://github.com/spatie/laravel-feed

Thanks for the PR @timvandijck
https://github.com/spatie/laravel-feed/pull/199

valorin, to php
@valorin@phpc.social avatar

Overly complex code is a common source of security issues, one I often see when devs attempt to avoid filename collisions…
https://securinglaravel.com/p/security-tip-avoiding-filename-collisions

ramsey, to Laravel
@ramsey@phpc.social avatar
ramsey, to php
@ramsey@phpc.social avatar

This article is all about how things are looking great for hiring Laravel devs in 2024, and I’m not seeing it.

I’ve been job-searching for 3 months, and very, very, very few of those jobs are decent-paying / jobs. Sure, PHP/Laravel jobs exist, but most (anecdotally) pay far less than the rate others are willing to pay for , , , , , , and developers.

The industry does not value the output of PHP developers.

https://laradir.com/blog/why-laravel-could-see-a-huge-rise-in-adoption-in-2024

Crell, to Redis
@Crell@phpc.social avatar

Someone please explain to me how TF to use in (6, specifically, for now) without just praying that I put the right method name on a facade? How can I inject it instead like a grown up?

Seriously, I can find nothing for how to use basics like incr()/decr() other than "it will simply pass the arguments."

outofcontrol, to Laravel
@outofcontrol@phpc.social avatar

Any reason to not have local .env and .env-staging files in ? I have a use case where the DB migrations are different on the two, and I can’t refresh the DB each run. Using the attached in bootstrap/app.php and having multiple .env files inside a root /env directory. Would love to hear alternative solutions to this that may not need changes to bootstrap/app.php

sarah, to php
@sarah@phpc.social avatar

Are you a developer or a WordPress/Laravel/Symfony/Drupal developer?

Understanding the underlying language will make you more effective and considerably more flexible/employable.

Understanding the language helps you read the framework code and make sense of complex things. It lets you adopt new tech. And it empowers you to switch from one project to another without fear.

Be a language developer.

grmpyprogrammer, (edited ) to random
@grmpyprogrammer@phpc.social avatar

I spent this afternoon trying to replace my series of chain-of-responsibility validators with a pipeline…but think it is wrong to do so as I am not sure how to break out of the pipe on the first validation failure. Ideas on how to do this are appreciated

outofcontrol, to Laravel
@outofcontrol@phpc.social avatar

Saw this on the #Laravelshift newsletter (admit I mostly signed up for tips at the bottom), and looks like Jason doesn’t post on Mastodon… yet :) so posting here. Have to admit, I’ve had a hankering for something like a .laravel file a few times now.

#laravel #php

brunty, to php
@brunty@brunty.social avatar

folks, what framework-agnostic tooling (as in not / / etc) are you using for running headless browser-based tests these days via something like ?

I'm looking at setting something up in on , I've tried Symfony Panther and it's been a shitshow of errors and not being able to get or running in Docker :/

cory, to php
@cory@social.lol avatar

If the only I’ve written has been in the course of forcing Wordpress edge cases to work, how would one suggest getting started with ? (I write a lot of but don’t necessarily want to write it on the server).

mikestreety, to php
@mikestreety@hachyderm.io avatar

I still don't get testing.

I've read many posts and understand the basics, but I struggle to relate that to a real-world app.

I'm developing something in which is 100% database powered, but I can't work out how I would test anything in CI, without a database seeded.

Crell, to php
@Crell@phpc.social avatar

Please, web app developers, consider how your users will upgrade. If your upgrade process is "remove the old one, unzip the new one", then it's not an upgrade process. It's an encouragement to never upgrade.

outofcontrol, to Laravel
@outofcontrol@phpc.social avatar

TIL that although it’s been around for at least 5 versions of , we can do this:

if (App::runningUnitTests()) {  
 // Code to include in only tests  
}

if (!App::runningUnitTests()) {  
 // Code to exclude in tests  
}

when running tests. Works in as well, of course.

valorin, to php

I'm going to do a series on https://securinglaravel.com debunking the various "PHP and/or Laravel is Insecure" claims. Because they are getting pretty ridiculous... 😒

What claims would you like me to debug? 🕵️

(Pls boost for reach)

Skoop, to Laravel
@Skoop@phpc.social avatar

I am really impressed with . I love how easy creating an admin interface is, including things such as filters.

valorin, to Laravel
@valorin@phpc.social avatar

Great question in the comments for: https://securinglaravel.com/p/security-tip-disable-dev-tools-on
"Would you recommend moving "laravel/tinker" to dev?"
No, since it's only a command line tool, but you do need to consider your audit trail. Building custom Artisan commands instead would be easier to test and review.

hughstimson, to php

Due to some questionable life choices, I need to use PHP/MySQL for the back end of a simple web app. In particular for user authentication.

I'm coming from Django (which I like) and .NET MVC (which is OK I guess). Which PHP framework will I vibe with the best? I see words like "Laravel" and "Symfony". Are these any good?

sirber, to Laravel
@sirber@fosstodon.org avatar

/ Eloquent looks way easier than / typeorm and / / 😅

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