CodeBriefly
Tech Magazine
Browsing Tag

Laravel5

Basic Laravel Vue Js Setup

In this article, we will discuss the "Basic Laravel Vue Js Setup". By default, Laravel provides the Vue js basic setup files. We just need to set up the node modules. You can change the frontend preset s as per your application…

Implementation Laravel Enum Package

In this article, we will discuss the "Implementation Laravel Enum Package". It is a wonderful resource for Laravel. As you know, Laravel provides lots of inbuilt features. Developers can create an open source package to return something to…

Laravel Mix a Brief Note

In this article, we will discuss "Laravel Mix". It's a wonderful feature of Laravel, which make the assets compiling easy and simple. As we know Laravel application use the several common CSS and JavaScript pre-processors.Sometimes users…

How to Create a Custom Route File in Laravel

In this article, we will discuss "How to Create a Custom Route File in Laravel". You can found all the route files in the "routes" directory. Laravel provides an easy way to manage all our application route from some of the specific files…

Email Verification Laravel 5.7 New Feature

In this article, we will discuss "Email Verification Laravel 5.7 New Feature". Laravel is not only a PHP framework, today its know as a new trend of PHP Web Development. Recently Laravel 5.7 is released with some of the new features, which…

Basic Understanding of Laravel Encryption

In this article, we will discuss Laravel Encryption in brief. Laravel provides an easy and simple way to work with Encryption. Laravel built-in encrypters use OpenSSL to provide two type of encryptions AES-256 and AES-128.I'm recommending…

Namecheap Shared Hosting

Laravel Queues Tutorial

In this article, we will discuss how Laravel Queues work. Laravel is one of the best and most usable PHP modern frameworks. Which provides rich features and functionality to its developer. Today, we discuss Laravel Queues which is known as…

Laravel Custom Validation Rules

In this article, we will discuss how Laravel Custom Validation Rules work. Laravel provides an easy way to create custom validation rules. You can define a rule as per your requirement, and use anywhere in your Laravel application.You can…

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More