Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Naoray/dark-tailwind-preset
Dark tailwindcss preset including auth views
https://github.com/Naoray/dark-tailwind-preset
laravel package preset tailwindcss
Last synced: 3 months ago
JSON representation
Dark tailwindcss preset including auth views
- Host: GitHub
- URL: https://github.com/Naoray/dark-tailwind-preset
- Owner: Naoray
- License: mit
- Archived: true
- Created: 2018-11-19T07:39:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T02:48:09.000Z (about 4 years ago)
- Last Synced: 2024-08-01T17:22:49.016Z (6 months ago)
- Topics: laravel, package, preset, tailwindcss
- Language: PHP
- Size: 93.8 KB
- Stars: 41
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-tailwindcss - Laravel Dark Front-end Preset - Dark-themed front-end preset using Tailwind CSS for Laravel. (Starters & Themes)
README
# dark-tailwind-preset
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/naoray/dark-tailwind-preset.svg?style=flat-square)](https://packagist.org/packages/naoray/dark-tailwind-preset)Preset using tailwindcss to start off with a dark style!
![welcome.blade.php](https://user-images.githubusercontent.com/10154100/48693350-76e5c380-ebd9-11e8-8504-64d335bc71b1.png)## Install
`composer require naoray/dark-tailwind-preset --dev`## Usage
`php artisan preset dark-tailwind`For authentication scaffolding you can use the `php artisan make:auth` command as you are used to.
**Be aware when installing this package the default `make:auth` command will be overridden!**
## Screenshots
Welcome
![welcome.blade.php](https://user-images.githubusercontent.com/10154100/48693350-76e5c380-ebd9-11e8-8504-64d335bc71b1.png)Login
![login.blade.php](https://user-images.githubusercontent.com/10154100/48693349-76e5c380-ebd9-11e8-9765-7df4dbfa4f09.png)Register
![register.blade.php](https://user-images.githubusercontent.com/10154100/48693348-76e5c380-ebd9-11e8-8d09-c76feab7580d.png)Forgot Password
![passwords.email.blade.php](https://user-images.githubusercontent.com/10154100/48693347-76e5c380-ebd9-11e8-82ec-8f147dc6d18a.png)Home
![home.blade.php](https://user-images.githubusercontent.com/10154100/48693351-76e5c380-ebd9-11e8-80f0-e4793863db82.png)## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.## Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.## License
The MIT License (MIT). Please see [License File](/LICENSE.md) for more information.