Skip to content

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

License

Notifications You must be signed in to change notification settings

bellwood/coreui-laravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 94.7%
  • PHP 5.3%