Category: Laravel 5.8
-
Laravel select2 with json data working example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel select2 with json data working example. Here is the complete working code and you can add this any of your’s laravel blade template file: http://prntscr.com/ouhn27 <!doctype html> <html lang=”{{ str_replace(‘_’, ‘-‘, app()->getLocale()) }}”> <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <title>Laravel</title>…
Written by
-
How to use case in Laravel query?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to use case in Laravel query? Laravel is the top PHP MVC framework and today, I am just telling you simple code snippet for Case Statement in Laravel Query. use DB; $employee = “SELECT firstName, CASE WHEN status = 2 THEN…
Written by
-
Laravel Rest API in Angular working example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel Rest API in Angular working example. In this post, I am using latest versions of Angular 7.2.4, Laravel 5.8. Here is the working code snippets, you need to follow carefully: 1. Here are the commands, you need to run into your…
Written by