Laravel dev reminder: don't use env() directly in your application code.

Put it in your config, then use config() everywhere else.

Why?

Once you run php artisan config:cache, Laravel doesn't load the .env file during requests.

Pest and Larastan can even help enforce this rule.
image

just hit 30,000 subs on youtube

wish youtube highlighted watch time more than subs count.. my channel gets more watch time than some +100k subs channels out there

either way, really happy with the progress. thanks for watching

image