Open in app
Home
Notifications
Lists
Stories

Write
Balaji Dharma
Balaji Dharma

Home
About

Published in JavaScript in Plain English

·8 hours ago

Create Multiple Layouts Components with React Router

A guide on how to create multiple layout components with a header, footer, and content section. — In a previous blog, we created our own React layout component with a header and footer. In this blog, we going to create multiple layout components. Follow the “Create Your Own Layout Component in React” blog and complete the React installation with the layout component. React Router The React Router is a…

React

3 min read

Create Multiple Layouts Components with React Router
Create Multiple Layouts Components with React Router

Published in Dev Genius

·May 8

Laravel validation for multiple forms on the same page

Display validation error for multiple forms on the same page — I have to implement two forms on the same page for profile updates on the Laravel Basic Admin panel. One form for basic info and another for password updates. For validation, used $request->validate() a method in the controller $request->validate([ 'name' => ['required', 'string', 'max:255']…

Laravel

3 min read

Laravel validation for multiple forms on the same page
Laravel validation for multiple forms on the same page

Published in Dev Genius

·May 5

Laravel create an account update page for admin users

Laravel creates an admin panel from scratch — Part 9 — We created our admin panel users, role, and permission management. In this part, we going to create an account update page for admin panel users. Account update page The following steps are involved to create a Laravel Admin panel account update page. 1. Add routes 2. Add function on the controller 3. Create…

Laravel

6 min read

Laravel create an account update page for admin users
Laravel create an account update page for admin users

Published in Dev Genius

·May 2

Basic Laravel admin panel - user management CRUD

Laravel creates an admin panel from scratch — Part 8 — We going to create user management CRUD. User CRUD is similar to Role management CRUD. User management CRUD The following steps are involved to create user CRUD for our Laravel Admin panel. 1. Create a controller 2. Add routes 3. Create views 1. Create a controller The user model is already created on the Authentication part. The…

Laravel

11 min read

Basic Laravel admin panel - user management CRUD
Basic Laravel admin panel - user management CRUD

Published in Dev Genius

·Apr 27

Create UI for Role management to Laravel admin panel

Laravel creates an admin panel from scratch — Part 7 — We already configured the Spatie Laravel-permission package for our admin panel roles and permission. In this part, we going to create a role management UI. Role management CRUD The following steps are involved to create role CRUD for our Laravel Admin panel. 1. Create a model 2. Create a controller 3. Add routes …

Laravel

11 min read

Create UI for Role management to Laravel admin panel
Create UI for Role management to Laravel admin panel

Published in Dev Genius

·Apr 25

Implements a basic search filter and column sort with pagination in Laravel CRUD

Laravel creates an admin panel from scratch — Part 6 — In this part, we going to add search and sort functionality to your CRUD. To better understand Laravel, I am not going to use any package for filter and sorting. The following steps are involved to create a filter and sort for our Laravel Admin panel. 1. Implement a search…

Laravel

4 min read

Implements a basic search filter and column sort with pagination in Laravel CRUD
Implements a basic search filter and column sort with pagination in Laravel CRUD

Published in Dev Genius

·Apr 17

Laravel CRUD access control based on role and permission

Laravel creates an admin panel from scratch — Part 5 — In this part, we going to add permission-based access restriction to our permission CRUD. 1. Create permission seeder 2. Re-migrate and seed the database 3. Grant Super-Admin access 4. Add permission check 1. Create permission seeder We need some roles. permission and users to control the access to our admin app. …

Laravel

5 min read

Laravel CRUD access control based on role and permission
Laravel CRUD access control based on role and permission

Published in Dev Genius

·Feb 16

Basic Laravel admin panel — Basic Laravel CRUD creation for permission management

Laravel creates an admin panel from scratch — Part 4 — In the last part, we installed the Spatie Laravel-permission package. This package doesn’t come with a user interface. So we going to create below 3 CRUD for admin panel roles and permission management. Permission management Role management User management The corresponding tables are already created in the part of the…

Laravel

9 min read

Basic Laravel admin panel — Basic Laravel CRUD creation for permission management
Basic Laravel admin panel — Basic Laravel CRUD creation for permission management

Published in Dev Genius

·Feb 13

Laravel user roles and permissions

Laravel creates an admin panel from scratch — Part 3 — In the last part, we completed user Authentication for our admin panel. In this part, we going to implement user roles and permissions. Part 1 — Installation Part 2 — Authentication Part 3 — User roles and permissions Part 4 — Basic Laravel CRUD creation for permission management Part 5…

Laravel

3 min read

Laravel user roles and permissions
Laravel user roles and permissions

Published in Dev Genius

·Jan 17

Laravel create an admin panel from scratch - Part 2 - Authentication

Steps for adding a user authentication to the Laravel application — In this part, we going to add user authentication to our Admin panel. Part 1 we completed the Laravel installation and DB setup. Laravel create an admin panel from scratch — Part 1— Installation Install Laravel in Docker or Install Laravel via PHP Composerbalajidharma.medium.com I have installed my Laravel application on Docker using Sail. The Authentication is explained detailed in Laravel's official Authentication document.

Laravel

3 min read

Laravel create an admin panel from scratch - Part 2 - Authentication
Laravel create an admin panel from scratch - Part 2 - Authentication
Balaji Dharma

Balaji Dharma

Full stack web developer… Drupal — https://www.drupal.org/u/balajidharma Github — https://github.com/balajidharma

Following
  • Jordi Bassaganas

    Jordi Bassaganas

  • DeepuPassion

    DeepuPassion

  • Robioki Denis

    Robioki Denis

  • Musharraf shaikh

    Musharraf shaikh

  • Taylor Otwell

    Taylor Otwell

See all (10)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable