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...

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...

How to debug failed Laravel Dusk test

July 12th, 2022 — In many cases, they don't tell you how to debug correctly. How to handle a situation when something changes in the system and the test breaks or...