janes.hu logo

Blog

Insights on web development, automation and digital transformation

Deploy Laravel 13 to Shared Hosting Using public_html

Laravel

Deploy Laravel 13 to Shared Hosting Using public_html

Learn how to deploy Laravel 13 on shared hosting using the public_html directory instead of Laravel’s default public folder. This guide covers Vite configuration, public path overrides, storage setup, and production-ready deployment tips for modern Laravel applications.

By Janes Zsolt | 2026-05-10

Laravel Manager Pattern for Multiple Drivers

Laravel

Laravel Manager Pattern for Multiple Drivers

Laravel’s Manager pattern is a clean and scalable solution for handling multiple providers behind a unified API. This article demonstrates how to build a configurable invoice driver system in Laravel using Billingo and PDF drivers. The implementation includes configuration files, interfaces, drivers, a manager class, service provider registration, and facade usage. The pattern provides easy extensibility, centralized configuration, and a consistent API across multiple providers.

By Janes Zsolt | 2026-04-21