Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

hardflip's avatar

hardflip liked a comment+100 XP

3d ago

The Docker Tutorial: Ep 8, Packaging for Distribution

Looks like npm run production is no longer "out of the box" script. Only dev and build left.

    "scripts": {
        "dev": "vite",
        "build": "vite build"
    },
hardflip's avatar

hardflip liked a comment+100 XP

1w ago

The Docker Tutorial: Ep 7, Running Artisan and NPM

Hi! This course is incredible I'm really learning a lot! I have another perhaps slightly off-topic question, as I'm just getting started with PHP, Laravel and I'm not quite sure why we need to add a working_dir: "/var/www/html" to the artisan container? If we are specifying the entrypoint to run php at that location already, shouldn't that be enough or all artisan commands tend to run in the current working directory? Thanks!

hardflip's avatar

hardflip liked a comment+100 XP

2w ago

The Docker Tutorial: Ep 2, Create a Simple Dockerfile

Nice intro. One point I'd make is that when introducing a new term, you should explain what it is and means. A newcomer would have no idea what an image is and how it differs from a container.

hardflip's avatar

hardflip liked a comment+100 XP

1mo ago

AWS Fundamentals: Ep 9, Budgeting and Cost Savings

Don't forget to terminate your ec2 instances otherwise you will be incurring some cost!

hardflip's avatar

hardflip liked a comment+100 XP

1mo ago

AWS Fundamentals: Ep 4, VPCs in Action

@laracasts2020 I ran into this too. I looked it up and it seems like you need to run:

sudo chmod 600 [name-of-key-file]

from within your public instance.

hardflip's avatar

hardflip liked a comment+100 XP

2mos ago

Vibe Coding Workshop: Ep 8, Vibe Designing

Outstanding lesson! Making AI do good UIs is super tricky, and I love this approach of starting up with a design styleguide. I've had success with a similar approach.

Essentially, it's providing context once again, but in terms of design decisions and opinions! 🤙

hardflip's avatar

hardflip liked a comment+100 XP

3mos ago

Motion For The Web: Ep 37, GSAP

I've noticed that some GSAP animations and elements may not work properly, or even display, if a user is using Ad blocking. That would be a consideration when designing with it.

Definitely test with a cleared cache and Ad blocking in place to see if visitors may have problems seeing or interacting with your content.

hardflip's avatar

hardflip liked a comment+100 XP

5mos ago

Motion For The Web: Ep 1, Why Motion?

A series similar to Jeff’s “PHP for Beginners”, where it starts simple and slowly grows into more advanced topics, would be amazing to have for vanilla CSS.

There’s a lot of Tailwind content on Laracasts, which is great, but having a modern, ground-up CSS series would really fill a gap. I think you’d be a great person to teach it since most of your courses already lean toward frontend fundamentals.

hardflip's avatar

hardflip wrote a comment+100 XP

5mos ago

Eloquent Relationships Deep Dive: Ep 5, Polymorphic Relationships

content => 'poly relationships are cool'
That could be taken in a couple different ways

My sides 🤣