Hiring professional Web Development Company to Build your Website.

In todays Digital world Options are Unlimited but usability is Limited. Choose Wisely Importance of Custom designing in Web Development. When you hire a professional web agency you know that your site will be created to suit your business. The web designer will evaluate your business and products, and work with you towards your goal …

Hiring professional Web Development Company to Build your Website. Read More »

6 simple steps to host Laravel Application in Shared Hosting, Hostinger

Get your Laravel Application in Hostinger’s shared hosting account, up and running with these 6 simple quick steps. In Hostinger the public_html folder is soft linked to domains folder in the home directory. Laravel follow public folder structuring, we have two options1) Rename Laravel’s public folder to public_html.2) Relink the Hostinger domains/public_html to pick the …

6 simple steps to host Laravel Application in Shared Hosting, Hostinger Read More »

Git – Find last commit that affected the given path

Steps Find the last commit that affected the given path. As the file isn’t in the HEAD commit, this commit must have deleted it. git rev-list -n 1 HEAD — <file_path> Then checkout the version at the commit before, using the caret (^) symbol: git checkout <deleting_commit>^ — <file_path> Or in one command, if $file …

Git – Find last commit that affected the given path Read More »

.gitignore file for Laravel – Shared Hosting – Hostinger

The .gitignore file contains rules for what files and folders to exclude from git source control.  When you use Laravel you don’t want the vendor files and certain logs to versioned and pulled into your git repository and pushed to histinger shared hosting. You need to add some rules to the gitignore file to exclude this …

.gitignore file for Laravel – Shared Hosting – Hostinger Read More »

Exit mobile version