Category: PHP

  • Complete Guide : Install Laravel Valet

    Complete Guide : Install Laravel Valet

    Say hello to valet! The Laravel Valet is available only for mac users. If you use Laravel Valet in Laravel Development, then there is no need to install Vagrant, Apache, and Nginx. The Laravel Valet Works by using the default PHP server of your Mac. After that, it uses DnsMasq to intermediate all solicitations to…

  • Planning to Start With Laravel? Know Everything About Its Benefits Here

    Planning to Start With Laravel? Know Everything About Its Benefits Here

    Laravel is currently on demand framework of PHP as it has many features that make development easy and faster than other frameworks.   Laravel development is better than other frameworks because its provide default CSRF (Cross Site Request Forgery ) security. CSRF is used when form is posted from user to server at that time…

  • Learn The Implementation of Invite Code in Laravel

    Learn The Implementation of Invite Code in Laravel

    Currently, invite code or sharing code has become very popular for marketing our application with large audience. Invite code is used to limit the start of our application, sharing code is also widely used for getting popularity and huge users on social media. And Laravel is also known for making flexible and scalable applications. To…

  • How to implement heatmap.js with PHP?

    How to implement heatmap.js with PHP?

    A heat map is nothing but a representation of data in the two-dimensional form which represents values by colors. A heat map can offer an appropriate and quick visual summary of the information to the viewer. The detailed heat maps lets the viewer understand the complex data sets. Various things are available to show the…

  • How to Create Custom Library into CodeIgniter?

    How to Create Custom Library into CodeIgniter?

    Nowadays, there are many readymade classes available for the payment gateway, pdf generation, some third party API.  So let’s see how to integrate these classes to codeigniter and use it like a library. We can create our own class and use it as library. Codeigniter library means class file located into the classes “application/libraries” directory….

  • How to Implement CDN in Laravel?

    How to Implement CDN in Laravel?

    Implementing CDN into Laravel is no more easier for a nontechnical person. It needs a lot of efforts to implement a Content Delivery Network into Laravel! We would let you understand the entire process of implementing CDN into Laravel with the help of CDN Assets Manager Package. Have a look into this and move on…

  • Advice and Best Practices For Laravel Development

    Advice and Best Practices For Laravel Development

    The major thing loved about Laravel would be the way it is built, Yes! It is built with the help of best practices that are used in programming that is available in the current times. My personal preference would always be to always stick to Laravel’s recommended Code Base structure. This can even be done…

  • Laravel vs Codeigniter, Which is Better PHP Framework?

    Laravel vs Codeigniter, Which is Better PHP Framework?

    Over time, though we realized that perhaps a PHP framework that is modern with a lot more flexibility in terms of a structured coding pattern with scope for applications that we deliver to perform better is required. Laravel is an open-source PHP web application framework based on MVC architecture. The framework was created and maintained…