Dashboard
-Dashboard
++
+ You are logged in! +
+diff --git a/README.md b/README.md index d9dc3ba..cf7667a 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ # Tachyons preset for the Laravel framework + +### Installing +```bash +$ npm install +``` + +### Setting up the new preset +```bash +$ php artisan preset tachyons +``` + +### Auth scaffolding +```bash +$ php artisan preset tachyons-auth +``` + +### Compiling assets +```bash +$ npm run dev +``` + +Enjoy! diff --git a/src/TachyonsPreset.php b/src/TachyonsPreset.php index d6580e3..7933140 100644 --- a/src/TachyonsPreset.php +++ b/src/TachyonsPreset.php @@ -13,6 +13,7 @@ public static function install() { static::updatePackages(); static::updateSass(); + static::updateBootstrapping(); static::updateWelcomePage(); static::removeNodeModules(); } diff --git a/src/tachyons-stubs/boostrap.js b/src/tachyons-stubs/bootstrap.js similarity index 100% rename from src/tachyons-stubs/boostrap.js rename to src/tachyons-stubs/bootstrap.js diff --git a/src/tachyons-stubs/views/auth/login.blade.php b/src/tachyons-stubs/views/auth/login.blade.php index e69de29..7995eb5 100644 --- a/src/tachyons-stubs/views/auth/login.blade.php +++ b/src/tachyons-stubs/views/auth/login.blade.php @@ -0,0 +1,48 @@ +@extends('layouts.app') + +@section('content') + +