At Agira, Technology Simplified, Innovation Delivered, and Empowering Business is what we are passionate about. We always strive to build solutions that boost your productivity.

10 Best Angular DataTables Features You Must Know

  Admin & dashboard management is an essential part of web development to emphasize the user browsing experience in navigating pages. Basically, we will use HTML to design tables based on input but this will not provide enough advanced features like data sorting, pagination, data filtration, responsiveness, and etc. Fortunately, we can do this with […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • June 13, 2019

Automated Laravel Error Logging and Monitoring

Laravel has got tremendous growth & improved a lot in recent years and our interest in exploring those features of Laravel has never got reduced a bit. Similarly, while exploring the significant features of laravel, we ought to work one of the frequently faced issue in Laravel. One of our client requested to explore the […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • October 19, 2018

Migrate Your Laravel 4 Application To Laravel 5

Laravel releases a new version very frequently. Recently I have migrated my laravel application to the latest version and found that it may be little difficult for the beginners. So here in this blog, I am going to provide you some tips which help you to upgrade your Laravel 4 application to Laravel 5. (Both […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • October 16, 2017

11 Quick Tips To Optimize A Laravel Application

There are several ways you can improve the performance of the Laravel application. Recently I have developed an application using the Laravel framework. Even though the possibility of having performance issues while using this framework is quite less. But when developing complex applications developers may forget to focus on the performance-related things while focusing on application […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • September 27, 2017

Read and Download Files over SFTP using PHP and ssh2

In one of my project, there came a situation where I was needed to download files over SFTP. After quick google searches and going through many resources, I learned it. From my learnings, I have written this article and explained the process in simple steps so that the fellow developers can get benefited. Here I […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • September 7, 2017

Basic web scraping using Goutte and Symfony DomCrawler

Here, I am going to explain how to perform basic web scraping using Goutte and Symfony DomCrawler, and how to get machine-readable information from Web pages by way of Web scraping. Currently, most of the API documentation process is not written by hand, and such documentations are generated by tools meant for this purpose. There […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • March 7, 2017

Install and Configure Laravel 5.1 and do simple authentication

Install And Configure Laravel 5.1 and do simple authentication Here, I am going to explain how to install a fresh Laravel 5.1 package in Ubuntu and how to configure and how to do a simple authentication process in Laravel 5.1. Install Laravel 5.1 – Server Requirements The Laravel framework has a few system requirements. Of […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • January 5, 2017

Convert HTML Content to image or PDF in Symfony Framework using KnpSnappyBundle

In this article, I am going to explain how to convert a HTML Content/Page into an image/PDF in Symfony framework using KnpSnappyBundle. Recently I encountered a situation as such to handle a bulk mailing system, wherein it was necessary to convert the html content into images. I used the KnpSnappyBundle of the Symfony framework for […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • October 25, 2016

Laravel Development : How to force a browser to refresh CSS and JS files on an update

In this article we shall see how, in the Laravel Development environment, we can force the browser to refresh its cache. As much as it is necessary for browsers to effectively use their cache, sometimes it poses a problem. Whenever a website is loaded for the first time the CSS and JS files are cached […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • September 8, 2016