This is a very crude port of the CoreUI bootstrap 4 template.
In webpack we're pointing to /resources/assets/scss/app.scss, but that doesn't exist Instead the /resources/css/style.css exists, which is a minifield coreui .css file
First clone or download this repository and cd to that directory. Make sure you have bower, gulp and nmp installed on your system. Set the storage folder permissions to 777. After this run the following commands.
npm install --no-bin-links
bower install
composer install
gulp --production
cp .env.example .env
fill the .env file
php artisan key:generate
php artisan serve
Uncomment the auth middleware in the HomeController to enable the authentication check.
Big thanks to CoreUI Bootstrap 4 Admin Template for making such an awesome bootstrap template.