Blog

Understanding basics of laravel 5 middleware

Understanding basics of Laravel 5 middleware

Middleware is a type of filtering mechanism that acts as a bridge between a request and a response. Here we are going to understand the middleware mechanism in Laravel 5. If the user is authenticated, it redirects to the home page otherwise, if not, it redirects to the login page.

Read More
about Understanding basics of Laravel 5 middleware

Multiple file upload with dropzone js

Multiple File Upload with Dropzone.js and Laravel MediaLibrary Package

One of the most popular feature of modern website development is file uploading, and we have quite a few libraries that can help us to build upload form. In this blog, we are going to build a great loading experience using Dropzone on the frontend, and spatie/laravel-medialibrary on the back-end.
Read More
about Multiple File Upload with Dropzone.js and Laravel MediaLibrary Package

How to send mail via SMTP server using php mailer

How to send email via SMTP server using PHPMailer

In web application, sending mail from the script is an important and frequently used functionality. PHP mail() function and SMTP are the two most used way to send email from the PHP script.
Read More
about How to send email via SMTP server using PHPMailer

How to install laravel

How to install laravel

Laravel is a free, open-source, powerful and fully MVC based framework. Laravel provides rich set of features and functionalities which speed up website development process. In this blog, we are going understand laravel installation process.

Read More
about How to install laravel