FLAMON TECH Blog

Laravel Table Migration 0

Laravel Migration to change table name

Question is . : I want to change my two table name in the Laravel, so do I have to manually change the table name or it can be possible through migration. To rename...

Stop Access 3

How to prevent directory browsing of your website?

By default, if you don’t have an index file in a web-accessible folder when accessed through a browser, its contents will be listed. In order to secure additional SiteGround shared servers, they were patched...

Laravel Helper 0

How to use custom helper file in laravel 5

To avoid repeating some code anywhere in our project we can practice custom helper files. In these helper files, we are using lots of functions that we are not repeating in our code. In...