PHP Classes

Gentelella Laravel User Management and CRUD System: User administration for Laravel applications

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 38 All time: 10,962 This week: 63Up
Version License PHP version Categories
laravel-gentelella 1.0.0The PHP License5PHP 5, User Management, Libraries
Description 

Author

This package provides user administration for Laravel applications.

It provides model, views, controller, and service classes for Laravel applications that allow an administrator to perform several types of operations.

Currently, it provides:

- Middleware classes to perform operations with user accounts like registration, login, reset the password, forgotten password recovery

- Controller classes to perform administration of user accounts like listing, adding, and updating users and their roles

Picture of Nahidul Hasan
  Performance   Level  
Innovation award
Innovation award
Nominee: 7x

 

Documentation

Laravel-gentelella

Laravel with Gentelella admin template for developing Laravel applications

Quick Start

  • Clone this repo or download and extract it somewhere
  • You may delete .git folder if you get this code via git clone
  • Create .env file from copy .env.example
  • Run ``npm install``
  • Run ```composer update```

    Now run the following command from your terminal one by one. Running the commands be sure that you have installed docker. You will get install instructions from this link

docker-compose build

docker-compose up -d

Now Run Following commands for migration and DB Seed.

docker-compose exec php php artisan migrate

docker-compose exec php php artisan db:seed

Now browse project

 http://localhost:8025/

Login:

alt text

Dashboard:

alt text

Add New User:

alt text


  Files folder image Files (162)  
File Role Description
Files folder imageapp (8 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (14 files)
Files folder imagedatabase (3 directories)
Files folder imagedocker (2 directories)
Files folder imagepublic (5 files, 3 directories)
Files folder imageresources (3 directories)
Files folder imageroutes (4 files)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file docker-compose.yml Data Auxiliary data
Accessible without login Plain text file package-lock.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file readme.md Doc. Documentation
Accessible without login Plain text file server.php Aux. Auxiliary script
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:38
This week:0
All time:10,962
This week:63Up