Skip to content

fariswidhi/tokoscript-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors