laravel-frontend-presets / tachyons
Laravel 5.5 frontend preset for Tachyons
Package info
github.com/laravel-frontend-presets/tachyons
Language:HTML
pkg:composer/laravel-frontend-presets/tachyons
1.0.0
2017-10-31 23:34 UTC
Requires
- laravel/framework: 5.5.*
This package is auto-updated.
Last update: 2026-03-06 19:09:27 UTC
README
Preset for Tachyons scaffolding on a new Laravel 5.5.x project.
Current version: Tachyons 4.9.0
Usage
- Fresh install Laravel 5.5.x and
cdto your app. - Install this preset via
composer require laravel-frontend-presets/tachyons. Laravel 5.5.x will automatically discover this package. No need to register the service provider. - Use
php artisan preset tachyonsfor the basic Tachyons preset OR Usephp artisan preset tachyons-authfor basic preset, auth route entry and Tachyons auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php) npm installnpm run dev- Configure your favorite database (mysql, sqlite etc.)
php artisan migrateto create basic user tables.php artisan serve(or equivalent) to run server and test preset.