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',
Open your terminal then type those commands
git clone https://github.com/Jakirsoft-Intern/dt-adminlte-integration.git
cd dt-adminlte-integration
composer install
orcomposer 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