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
- Host: GitHub
- URL: https://github.com/laravel-frontend-presets/tachyons
- Owner: laravel-frontend-presets
- License: mit
- Created: 2017-09-03T12:46:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T00:23:48.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T06:27:28.691Z (7 months ago)
- Topics: laravel, preset, tachyons, tachyons-scaffolding
- Language: HTML
- Homepage: https://laravel-frontend-presets.github.io/tachyons/
- Size: 12.7 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.