An open API service indexing awesome lists of open source software.

https://github.com/laravel-frontend-presets/tachyons

Laravel 5.5.x front-end preset for Tachyons scaffolding
https://github.com/laravel-frontend-presets/tachyons

laravel preset tachyons tachyons-scaffolding

Last synced: 7 days ago
JSON representation

Laravel 5.5.x front-end preset for Tachyons scaffolding

Awesome Lists containing this project

README

          

# Laravel 5.5.x Frontend Preset for Tachyons

Preset for [Tachyons](http://tachyons.io) scaffolding on a new Laravel 5.5.x project.

*Current version:* **Tachyons 4.9.0**

## Usage

1. Fresh install Laravel 5.5.x and `cd` to your app.
2. 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.
3. Use `php artisan preset tachyons` for the basic Tachyons preset OR Use `php 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 in `routes/web.php`)
4. `npm install`
5. `npm run dev`
6. Configure your favorite database (mysql, sqlite etc.)
7. `php artisan migrate` to create basic user tables.
8. `php artisan serve` (or equivalent) to run server and test preset.