Summer Sale! All accounts are 50% off this week.

hardflip's avatar

hardflip liked a comment+100 XP

1w ago

Servers for Laravel: Ep 3, Installing PHP & Nginx

As always this is a great series from you! I have a question: why you installed composer in this way and not by apt? apt install composer

Thanks!

hardflip's avatar

hardflip liked a comment+100 XP

1w ago

Servers for Laravel: Ep 2, Provisioning Servers on AWS

Hello folks, it would be very nice if you could be made available the source code for the stack.json file shown in this lesson.

hardflip's avatar

hardflip liked a comment+100 XP

2w ago

Load Balance a Laravel App: Ep 6, Provision the Servers

I’m a bit disappointed that you didn’t address issues specific to load balancing a Laravel app. Since you used your closed-source deployment tool, there wasn’t much to learn about Laravel configuration or deployment.

I understand it’s a lot to cover, though, so thank you for your efforts!

hardflip's avatar

hardflip liked a comment+100 XP

1mo 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

1mo 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

2mos 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

2mos 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

3mos 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

3mos 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

4mos 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.