valorin, to Laravel

Introducing Laravel Security Reviews! 🔒
Worried about app security but a full audit is outside your budget? I'm trialling a new reviews service -> get a quick check for vulnerabilities & misconfigurations that you can easily miss!
https://valsec.au/reviews/

pixelfed, to react
@pixelfed@mastodon.social avatar

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

@dansup

changelog, to programming
@changelog@changelog.social avatar

Diode is a #Nodejs #CLI app containing a #PHP server specifically built to run a local development environment for the #Laravel framework.

https://github.com/aschmelyun/diode

ramsey, to php
@ramsey@phpc.social avatar

Let’s get all controversial up in this #PHP

MelvilleSpence,
@MelvilleSpence@phpc.social avatar

@ramsey OK
For the love of God learn #PHP before touching a framework like #symfony or #laravel
There’s a pretty good #laravel learning path at Laracasts that starts with #PHP

valorin, to php

Ok, Security Tip is locked and ready to go out in 2 days. This week I'm covering a vulnerability I discovered in a recent audit that lead to complete PII exposure... 😱
Super simple to find and exploit, due to a single line overlooked...
https://securinglaravel.com

valorin, to php

Just sat down to write my Security Tip for this week and realised this one is Security Tip ! 😲 🎂

To celebrate, I'll sneak a special 50% off discount code into the email somewhere, valid for 24 hours only.
Sign up so you don't miss it: https://securinglaravel.com

video/mp4

valorin, to php

Just sat down to write my Security Tip for this week and realised this one is Security Tip ! 😲 🎂

To celebrate, I'll sneak a special 50% off discount code into the email somewhere, valid for 24 hours only.
Sign up so you don't miss it: https://securinglaravel.com

paulsilver, to php
@paulsilver@mastodon.me.uk avatar

If you need some development help, I can happily recommend Laura Tyler - @lauratyler - who has done lots of excellent freelance work for me in and custom PHP, and can handle much more in programming as well. She's got a little availability every week and you'd be wise to hire her

EugeneTeplitsky, to TwitterMigration

Given #TwitterMigration and #RedditMigration, here’s a new #introduction.

I’m Eugene (he/him). My background is in #ComputerScience, #PHP (including #Laravel), #Python, #NodeJS, and #blockchain tech. I built a federated ledger based on directed acyclic graphs (DAGs), and a number of other #software solutions on the intersection of #entrepreneurship and #SocialImpact.

My interests include #GenerativeAI, #AIArt, #Photography, #Socialism, #Programming, #AI, #BoardGames, #TTRPG, #MMORPGs, #FFXIV.

zaherg, to vscode

do you use "INTELEPHENSE (https://intelephense.com)" with your #vscode? how do you configure it? what is your preferences and (if you have time) why?

#php #laravel #coding #lsp #code

horuskol, to Laravel
@horuskol@phpc.social avatar

Guess I'm going to Sydney in a few months

iCaspar, to Laravel
@iCaspar@phpc.social avatar

Who has experience with implementing a modular #Laravel project (using https://github.com/nWidart/laravel-modules or similar)?

We've identified several core concerns: Users, Locations, Customers... that might be candidates for modules.

Some 3rd party integrations, like Google Maps API, Logging/Monitoring might be Services living in the main app.

But maybe this is backwards? Maybe things that might be swapped out (Google maps vs Mapquest Maps) would be better as modules and the core concerns in the main app?

j3j5, to Laravel
@j3j5@hachyderm.io avatar

I've got a weird thing going on when trying to test an Http request made with .
I'm using the HTTP client with a custom middleware to modify the request using

->withMiddleware(
Middleware::mapRequest()
)

When doing the Http::assertSent() the request that is passed to the callback does not seem like it's passed through the middleware, although when I inspect the response, the request seem correct. Did I find a bug? Help!

j3j5, (edited )
@j3j5@hachyderm.io avatar

I've made a PoC on replit, you can try it by running it on their or just copying the code from ExampleTest on the Unit folder

https://replit.com/@j3j5/Laravel10-Http-Client-Bug#tests/Unit/ExampleTest.php

#PHP #Laravel #Testing

j3j5,
@j3j5@hachyderm.io avatar

Update, I've submitted a bug report and a PR for #laravel that should fix this. It's a 🐞 no doubt. Now it's up to the maintainers.

https://github.com/laravel/framework/issues/47613

https://github.com/laravel/framework/pull/47614

j3j5,
@j3j5@hachyderm.io avatar

Latest update 🥳

Not bad, from discovery to merged fix in less than a day :blobfoxdealwithitfingerguns: #laravel

wogan, to random

Having now built and maintained my first, proper, large, multi-contributor (15+ at this point), multi-client (as in companies), multi-version (started on PHP 7.2, now 8.2) #Laravel application over the last 4.5 years, I have a laundry list of regrets in how I designed it.

The biggest one, by far, is not having a consistent, single-entry, well-encapsulated API for all the various features, functions and services.

The thing I regret the absolute least? Not having docblocks everywhere 😂

wogan, to Laravel

Tinkerwell Hates This One Weird Trick!

Biggest thing I've figured out in #Laravel lately - how to bootstrap your app from a blank script (as in, pure PHP, from anywhere on the server). After doing that, you're in the context of your application.

Paired with VSCode + Remote-SSH + Integrated Terminal, you get a great IDE for live-coding directly in your project.

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore our article, Exploring the Seven (7) PHP Frameworks using Symfony Components. https://www.symfonystation.com/PHP-Platforms-Symfony :symfony:

valorin, to php

Dev tools like Telescope and Clockwork are both incredibly helpful, but they also risk exposing sensitive information and opening your app to attack. Make sure they are disabled in production! ⚠️
https://securinglaravel.com/p/security-tip-disable-dev-tools-on #PHP #Laravel

valorin, to php

Next security tip for https://securinglaravel.com is queued and ready to go tomorrow!
Here's a hint for the topic: What do Telescope and Clockwork have in common?🤔

(I've snuck a two cool extras in there too. 🤫)

danrot, to Laravel
@danrot@mastodon.social avatar

Currently looking into #Laravel for my new job.

danrot,
@danrot@mastodon.social avatar

@Crell out of curiosity: did you already work on many #Laravel projects? I think the biggest problem is eloquent, but I am trying to go open-minded into this 🙈

danrot,
@danrot@mastodon.social avatar

@Crell I was already thinking if #Laravel would be nicer to use if you just would not use eloquent, but from the documentation pages I've read until now I've got the feeling that it is so deeply integrated that it might be hard to do so.

danrot,
@danrot@mastodon.social avatar

@thgs @Crell @Konafets In #Symfony there is no pollution of static classes and I don't know what you mean by pollution of persistent collection. And I currently cannot see how #Laravel helps with any of these pollutions, the way I see it, it even embraces them.

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