Download the PHP package laravel-frontend-presets/tachyons without Composer
On this page you can find all versions of the php package laravel-frontend-presets/tachyons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravel-frontend-presets/tachyons
More information about laravel-frontend-presets/tachyons
Files in laravel-frontend-presets/tachyons
Download laravel-frontend-presets/tachyons
More information about laravel-frontend-presets/tachyons
Files in laravel-frontend-presets/tachyons
Vendor laravel-frontend-presets
Package tachyons
Short Description Laravel 5.5 frontend preset for Tachyons
License MIT
Package tachyons
Short Description Laravel 5.5 frontend preset for Tachyons
License MIT
Please rate this library. Is it a good library?
Informations about the package tachyons
Laravel 5.5.x Frontend Preset for Tachyons
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.
All versions of tachyons with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
5.5.*
The package laravel-frontend-presets/tachyons contains the following files
Loading the files please wait ....