vitorhugoro1 / coreui-laravel

The most beautiful free Bootstrap 4 admin template CoreUI by L.Holeczek. Simple adaptation to Laravel 5.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coreui-laravel

CoreUI-laravel is simple adaptation to Laravel the most beautiful free Bootstrap 4 admin template created by Lukasz Holeczek

alt text

Instalation in 5 steps

git clone https://github.com/taboritis/coreui-laravel.git
cd coreui-laravel
composer install
cp .env.example .env
php artisan key:generate
  • You have to register and login to app (database needed)
  • If you are user MySQL you can paste this to your .env file:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=coreui
DB_USERNAME=root
DB_PASSWORD=
  • To create table in database
	php artisan migrate

(or to create table with exemplary user 'John Doe')

	php artisan migrate:fresh --seed
That's all. Enjoy.

Change log

v 1.0.6a
v 1.0.6
  • Update to CoreUI 1.0.6
  • In gulpfile.js prepared scripts to import libraries and app files to /public directory

Screenshots

alt text alt text alt text alt text alt text alt text

About

The most beautiful free Bootstrap 4 admin template CoreUI by L.Holeczek. Simple adaptation to Laravel 5.5

License:MIT License


Languages

Language:HTML 85.0%Language:PHP 8.8%Language:Vue 6.3%