hardflip liked a comment+100 XP
3w ago
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 liked a comment+100 XP
4w ago
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 liked a comment+100 XP
1mo ago
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 liked a comment+100 XP
1mo ago
Don't forget to terminate your ec2 instances otherwise you will be incurring some cost!
hardflip liked a comment+100 XP
2mos ago
@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 liked a comment+100 XP
2mos ago
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 liked a comment+100 XP
3mos ago
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.