Skip to content

eduProjectsByAbir/dt-adminlte-integration

Repository files navigation

Problems

Syntax error or access violation: 1071 Specified key was too long Inside config/database.php, replace this line for mysql 'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',

Installation

Open your terminal then type those commands

  • git clone https://github.com/Jakirsoft-Intern/dt-adminlte-integration.git
  • cd dt-adminlte-integration
  • composer install or composer update
  • npm install
  • npm run dev
  • In Windows: copy .env.example .env In Linux/Mac: cp .env.example .env
  • edit .env file and add database info
  • php artisan key:generate
  • php artisan migrate
  • php artisan serve

Preview

  1. Login Login
  2. Register Register
  3. Dashboard Dashboard
  4. Blank Page Blank_Page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published