PHP Classes

File: readme.md

Recommend this page to a friend!
  Classes of Nahidul Hasan   Gentelella Laravel User Management and CRUD System   readme.md   Download  
File: readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Gentelella Laravel User Management and CRUD System
User administration for Laravel applications
Author: By
Last change:
Date: 1 year ago
Size: 1,189 bytes
 

Contents

Class file image Download

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