laravel-frontend-presets / tachyons
Laravel 5.5 frontend preset for Tachyons
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 3
Open Issues: 0
Language:HTML
Requires
- laravel/framework: 5.5.*
This package is auto-updated.
Last update: 2024-11-06 16:16:45 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
cd
to 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 tachyons
for the basic Tachyons preset OR Usephp artisan preset tachyons-auth
for 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 install
npm run dev
- Configure your favorite database (mysql, sqlite etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.