Category: Laravel
-
laravel vuejs admin dashboard template free
Hello to all, welcome to therichpost.com. In this post, I will tell you, laravel vuejs admin dashboard template free. Here is the simple code snippets and please use carefully: 1. Here is the code and you need to add into your resources/js/components/ExampleComponent.vue file: <template> <div class=”container”> <div class=”therichpost-bar therichpost-top therichpost-black therichpost-large” style=”z-index:4″> <button class=”therichpost-bar-item therichpost-button…
Written by
-
Laravel 7 Admin Dashboard Template Free
Hello to all, welcome to therichpost.com. In this post, I will show you, Laravel 7 Admin Dashboard Template Free. This is just demo laravel admin dashboard template and you can set this according to your requirements. Here is the code snippet and please use carefully: 1. Here is the code below and you can add…
Written by
-
Laravel 7 – how to redirect authenticated users based on user type?
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel 7 – how to redirect authenticated users based on user type? Post Working: In this my laravel 7 application, I have used laravel default auth and I have added new column ‘ usertype’ into my users table and I am redirecting…
Written by
-
How to login in Laravel with facebook?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to login in Laravel with facebook? Here are code snippet and commands, please use them carefully: 1. Here are the basic commands to set laravel 7 working environment: composer global require laravel/installer composer create-project –prefer-dist laravel/laravel laravel7auth cd laravel7auth 2.…
Written by
-
Angular 8 restful api working example
Hello to all. welcome to therichpost. In this post, I will tell you, Angular 8 restful api working example. Here you can check more posts related to Angular 8. First of all, thank you to all to make my website much better in google ranking. I will work hard for my blog and I will…
Written by
-
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
-
Angular 7 Laravel Auth Login working example Part 1
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular Laravel Auth Login working example Part 1. Angular & laravel both are in very high demand and according to popularity both are on same level. If you are new in Angular and laravel, then please check my olds posts related to…
Written by
-
How to implement Fullcalendar in Vue Laravel with dynamic Events?
Hello dev’s, welcome to therichpost.com. In this post, I will tell you, How to implement Fullcalendar in Vue Laravel with dynamic Events? I have wrote many posts related to full-calendar and Now I will implement full-calendar in Vue Laravel with dynamic data from laravel controller and this is interesting. If you are new in Laravel Vue then you can check my previous post for basic information related to…
Written by