Blogs - tagged "utils"
Visit Wordpress

Creating Installer for Laravel Project

Posted on July 10, 2017


When you are working on a laravel project there is some basic setup that needs to be done for each install of the project. Like Permissions for “bootstrap/cache”, “storage”, “vendor” folder composer install / composer update Copying .env.example to .env Key generation Migration & Seeding NPM install Instead of asking your user to do these […]


Read More

Partials & Utils in Handlebars

Posted on May 18, 2015


PARTIALS Let’s say we have a structure like the following : data = { students : [{ name : ‘ABC’, roll : 1 }, { name : ‘DEF’, roll : 2 }, { name : ‘GHI’, roll : 3 }], subject : [{ name : “Programming in C”, credits : 4 }, { name : […]


Read More

Search

  Recent Tips

See All »

  Recent Seminars

  • PHP 8 - Features

    PHP 8 has been officially released in November 2020! This new major update brings many optimizations and powerful features to the language. This...

  • ProxySQL

    ProxySQL is a high-performance SQL proxy. ProxySQL runs as a daemon watched by a monitoring process. The process monitors the daemon and restarts i...

  • Unix Commands & Shell Scripts to help save our time

    Time is important. We should not waste it doing trivial things. Automate things wherever possible.

See All »