Mar 12, 2026 · 2 min read
AI for PHP and Web Developers: Complete 6-Part Series
Explore the AI for PHP and web developers series with 6 practical Laravel articles, from first integration to production guardrails and agent workflows.
4 articles in this category.
Mar 12, 2026 · 2 min read
Explore the AI for PHP and web developers series with 6 practical Laravel articles, from first integration to production guardrails and agent workflows.
Jun 1, 2020 · 2 min read
Until last month, our apps were serving JavaScript files from s3 without any compression and one of our customer asked us if we can enable gzip compression on the assets being served.
May 22, 2020 · 2 min read
Laravel comes with a .env file by default and it is called .env.example and we create a copy of .env.example file as .env...
Apr 14, 2020 · 2 min read
Here are my configurations I use for my Laravel apps. Hope someone find these useful.