Author Articles

  • Create Shadow effect in EPS file

    Create Shadow effect in EPS file

    If Shutterstock’s rejecting your content stating it as a bitmap image (even though it isn’t), the reason might be the shadow you have applied in your graphic.  As you know Shutterstock rejects your .eps file…

  • What is Yajra Datatables Plugin in Laravel & How to implement it

    What is Yajra Datatables Plugin in Laravel & How to implement it

    Data is an essential part of every web application. It holds the information regarding that particular app. So, the developer should properly carry out the data displaying task. The importance of displaying information effectively is…

  • Create custom Laravel Middleware

    Create custom Laravel Middleware

    Laravel middleware acts as a middle layer between users and HTTP requests. Laravel provides the middleware mechanism to filter HTTP requests entering in your application. For example, When the user requests the server, it will…

  • Database Seeding in Laravel

    Database Seeding in Laravel

    Database seeding is a process of filling data tables with fake data. Developers use this process for testing purposes. Laravel offers a facility to fill data tables with test data using seeder classes. All seeder…

  • 10 Steps to Get Started with WordPress

    10 Steps to Get Started with WordPress

    Do you want to build your website or blog but don’t know anything about coding or web development? Then WordPress would be a good option for you. WordPress offers you a platform to create and…

  • 8 easy steps to push project on GitHub

    8 easy steps to push project on GitHub

    GitHub is a code hosting platform for version control and collaboration. It enables users to work together on projects from remote locations. GitHub is widely popular among the web and application developer community. This open-source platform…

  • How to create custom Laravel Helper Functions

    How to create custom Laravel Helper Functions

    Laravel Helpers are global functions that you can utilize to simplify and speed up the development task. Laravel provides many in-built helper functions that you can use in your project. You can define your own custom helper functions…

  • How to clear cache in Laravel

    How to clear cache in Laravel

    Cache memory can cause some frustrating issues in web development. If your site isn’t showing the intended view after updating, the cache memory may be the reason. You should regularly clear the cache to seamlessly run your web…

  • How to use Migration in Laravel Framework

    How to use Migration in Laravel Framework

    Laravel Migration is a version-controlling system for the database. Migration helps developers to modify the database and share it across a platform. This is an integral part of the Laravel web development. You can easily alter database…

  • Understand WordPress Dashboard Option Menu

    Understand WordPress Dashboard Option Menu

    When you enter into your WordPress dashboard, you will find a list of menu options at the side of the screen. These menu options allow you to add posts, pages, plugins, media files and helps you to configure various settings on your WordPress…