Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikdiesel/laravel-bulma-auth-preset
Laravel 8.x Bulma authentication preset
https://github.com/vikdiesel/laravel-bulma-auth-preset
bulma bulma-authentication bulma-css bulma-css-framework bulma-framework bulma-ui bulmacss laravel laravel-bulma laravel-package laravel-preset laravel-presets
Last synced: about 1 month ago
JSON representation
Laravel 8.x Bulma authentication preset
- Host: GitHub
- URL: https://github.com/vikdiesel/laravel-bulma-auth-preset
- Owner: vikdiesel
- License: mit
- Created: 2019-06-20T14:14:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T11:05:56.000Z (over 3 years ago)
- Last Synced: 2024-10-01T01:41:19.424Z (about 1 month ago)
- Topics: bulma, bulma-authentication, bulma-css, bulma-css-framework, bulma-framework, bulma-ui, bulmacss, laravel, laravel-bulma, laravel-package, laravel-preset, laravel-presets
- Language: Blade
- Homepage:
- Size: 20.5 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laravel 8.x Bulma Authentication Preset
======[![Latest Stable Version](https://poser.pugx.org/vikdiesel/laravel-bulma-auth-preset/version?140-1)](https://packagist.org/packages/vikdiesel/laravel-bulma-auth-preset) [![Total Downloads](https://poser.pugx.org/vikdiesel/laravel-bulma-auth-preset/downloads)](https://packagist.org/packages/vikdiesel/laravel-bulma-auth-preset) [![License](https://poser.pugx.org/vikdiesel/laravel-bulma-auth-preset/license)](https://packagist.org/packages/vikdiesel/laravel-bulma-auth-preset)
![Laravel Bulma Authentication Preset](https://justboil.me/images/bulma-auth-preset/repository-preview-hi-res.png?140)
Bulma CSS Framework authentication scaffolding for Laravel 8.x (for Laravel 7.x use 1.3 branch)
## Laravel 8.x Bulma authentication preset
- Login form
- Password confirm form
- Password reset request form
- Password reset form
- Registration form
- E-mail validation form## Table of Contents
* [Installation](#installation)
* [Browser Support](#browser-support)
* [Reporting Issues](#reporting-issues)
* [Licensing](#licensing)
* [Package info](#package-info)
* [Useful Links](#useful-links)## Installation
- `composer require vikdiesel/laravel-bulma-auth-preset --dev` (package will be added to require-dev)
- `composer require laravel/ui`
- `php artisan ui:auth`
- `php artisan ui:controllers`
- `php artisan jb:bulma-preset` (this will ask to overwrite Laravel's default views & scss)
- `npm install`
- `npm run dev` or `npm run prod`## Browser Support
We try to make sure package displays well in the latest versions of all major browsers
## Reporting Issues
JustBoil's free items are limited to community support on GitHub.
The issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions. If you open an issue that does not conform to the requirements, it will be closed.
1. Make sure that you are using the latest version of the package
2. Provide steps to reproduce
3. Provide an expected behavior
4. Describe what is actually happening
5. Platform, Browser & version as some issues may be browser specific## Licensing
- Copyright © 2019-2021 JustBoil.me (https://justboil.me)
- Licensed under MIT## Package info
* Bulma 0.9
* Laravel-mix 6.x
* Laravel 8.x## Useful Links
- [JustBoil.me](https://justboil.me)
- [Affiliate Program](https://justboil.me/info/affiliates)
- [Bulma](https://bulma.io)
- [Laravel](https://laravel.com)