Hey! It's Zsolt Janes from Hungary!

I am a Full-Stack web developer with Laravel + VueJS specialization

Zsolt Janes developer

Laravel must have packages

May 27th, 2023 — I will collect in this post which Laravel packages are...

Builder/manager pattern in Laravel

December 10th, 2022 — In Hungary, there are many invoice services, and I want to give clients the choice of which one they prefer. To facilitate easy configuration and...

How to deploy Statamic CMS application to shared hosting with GitHub action

October 21st, 2022 — If you want to automate your deployment to shared hosting, but you don't have SSH access, you still can handle it via FTP. With GitHub action, you...

Deploy Laravel to Shared hosting and upload files to public_html

August 10th, 2022 — In my previous blog post we talked about how to change the public folder to public_html. In this post, I will show you how can you stick with the...

Deploy Laravel to Shared hosting and change public folder to public_html

July 24th, 2022 — If you need to deploy your application to shared hosting, you have to figure out if the public_html folder is the default folder of your domain. If...