indocoder.com

I just love to code!

NodeJS and MongoDB : Basic CRUD Rest API

In this tutorial, I will share how to create a simple To Do Application using NodeJS Rest API. We will perform the CRUD operation using MongoDB for our database. We also will be using mongoose, a javascript library to make us easier to work with MongoDB. Installing MongoDB Go to https://www.mongodb.com/ and choose Product – Software Read more about NodeJS and MongoDB : Basic CRUD Rest API[…]

logo laravel

Search Form – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (19)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (19) – Search Form In this nineteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Create a Search Form for the Posts Create Search Form To begin with, you need to open frontend layouts in layouts/sidebar.blade.php and activate the search form and Read more about Search Form – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (19)[…]

logo laravel

Adding User Role to Form – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (18)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (18) – Adding User Role to Form In the previous part, we have created a role for the users. In this eighteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Adding Role Dropdown to Create User Form Modify resources/views/backend/user.blade.php and add the following Read more about Adding User Role to Form – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (18)[…]

logo laravel

Access Control with Laratrust – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (17)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (17) – Access Control To make our application more secure, we need to limit users’ permission. To do this, we will implement Access Control List, or ACL or Role-Based Access Control (RBAC). In this seventeenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will Read more about Access Control with Laratrust – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (17)[…]

logo laravel

Manage Users – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (16)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (16) – Manage Users In this sixteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Add Users Menu Display Users Add User Edit User Delete User Add Users Menu Add users menu inside sidebar.blade.php

Display Users Add another routes :

Read more about Manage Users – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (16)[…]