laravelnews, to random
@laravelnews@mastodon.social avatar
andrewfeeney,
@andrewfeeney@phpc.social avatar
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

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:

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

danrot, to Laravel
@danrot@mastodon.social avatar

Currently looking into #Laravel for my new job.

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.

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

The worst thing about #Laravel so far is the heavy usage of static and magic methods. Already took me quite some time to find a test failing only when all tests are run, which was caused by caching something on a static variable (not in #Laravel though). And for IDEs to work correctly multiple _ide_helper files are necessary, and even then it is not always working.

danrot,
@danrot@mastodon.social avatar

The best thing about #Laravel so far is the absence of #XML and #YAML files. All configuration I've seen so far is happening in #PHP files using fluent interfaces.

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.

valorin, to Laravel

Just updated my audit report template with a new section, with some love for Ephort's awesome Laravel security scanner project.
Super easy to set up, I'm excited to see where they take it!
https://ephort.dk/scanner & https://github.com/ephort/security-scanner-actions/ #Laravel

michael, (edited ) to Laravel
@michael@thms.uk avatar

Oh, this PR was just filed for #Laravel. I hope it gets merged quickly!

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

michael, to programming
@michael@thms.uk avatar

Laravel Queues With Other Languages

Quite useful discussion on how to either push to a queue from Laravel and read jobs in another language, or push to a queue from another language and read jobs in Laravel.

I've been thinking of doing this to do some processing in Python, so it's nice to see a quick write up about this.

https://fly.io/laravel-bytes/queues-with-other-languages/

#laravel #queue #sqs

valorin, to php

At the start of the week, I released the new SQLi and Parameterisation modules for Practical Laravel Security, including 6 new challenges! 🎉
Learn about cliché SQLi through to Blind SQLi...🙈
Will you be the first to beat the challenges?
https://practicallaravelsecurity.com #PHP #Laravel

valorin, to php

Only 23 hours left to vote in my "Does your project have a CSP?" poll at the bottom of: https://securinglaravel.com/p/security-tip-getting-started-with-csp
I'm curious to see how the results come out... 🤔 🤓
#PHP #Laravel

alejandronanez, to programming

So I’ve been working on something to help me get another job. I’m using #Laravel, and oh man, that thing is amazing. I still have my doubts on #php, but other than that, it feels good to have a solid framework to work on!
I wish #phoenix had a community/resources like Laravel’s 😅

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. 🤫)

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

valorin, to programming

SQL Injection and Parameterisation modules are now live on https://practicallaravelsecurity.com! 🥳 Plus 6 new challenges, taking you through the types of SQLi attacks.
Can you beat them all? 😈

I'll send out an email with all the details tonight/tomorrow to subscribers. 🤓

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

Finally got around to writing more tests for . 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 with . I should have adopted this much sooner.

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

Oh wow, didn't know you could define casts at query time in #Laravel, that's handy!

https://laravel-news.com/define-casts-at-query-time

kaiserkiwi, to webdev German
@kaiserkiwi@corteximplant.com avatar

Ich bin auf Arbeit ja nicht nur Full Stack , sondern auch Teamlead. Eine meiner Aufgaben (die ich mir selbst gegeben habe) ist, meinem Team teils die Fundamentals von Dingen zu erklären.

Einfach weil heutzutage (Durch Bootcamps, Tutorials und sonst was) viele in den Beruf gehen und direkt mit , / , / etc. anfangen. Ohne , , und im Kern richtig kennenzulernen.

Und jedes Mal, wenn ich eine solche Session hinter mir habe, fühle ich mich einfach gut. Meist egal wie es mir vorher ging, danach ist einfach eine positive Grundstimmung in mir.

Wenn ich irgendwann mal keine Lust mehr habe, selbst beruflich als Webdev zu arbeiten, werde ich definitiv versuchen irgendwo als Lehrkraft reinzukommen. Ich kann mir echt vorstellen, dass das etwas ist, mit dem ich glücklich und alt werden könnte.

secusaurus, to Laravel

I've got a sprint ahead with the goal to implement on backend with frontend (and another third party app on .NET). The single factor (using with ) exists already (three years in production).
I do not like to use too many dependencies, but obviously doing it all by myself can be a high security risk as well.
However, all "plugins" I found for Laravel usually use their own frontend (blades) as well which I cannot use here.

Any ideas/input/experience on
a) the first steps for migration 1FA -> 2FA
b) using TOTP (which might be less pain for development) or rather FIDO2 (which I'd prefer but do I need to rebuild the whole authentification process?)

Especially mentioning @valorin here, but appreciate any vujes / developer as well ;-)

Thanks for sharing your thoughts already!

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

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