Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesaramirez/laravel-tabler
Laravel Preset for Tabler Dashboard UI Kit
https://github.com/cesaramirez/laravel-tabler
laravel presets tabler
Last synced: 3 months ago
JSON representation
Laravel Preset for Tabler Dashboard UI Kit
- Host: GitHub
- URL: https://github.com/cesaramirez/laravel-tabler
- Owner: cesaramirez
- License: mit
- Created: 2018-04-15T20:22:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T04:57:48.000Z (about 5 years ago)
- Last Synced: 2024-04-24T07:23:28.914Z (9 months ago)
- Topics: laravel, presets, tabler
- Language: CSS
- Size: 196 KB
- Stars: 58
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel 5.5+ Front-end Preset For Tabler Dashboard UI Kit
[![Latest Stable Version](https://poser.pugx.org/cesaramirez/laravel-tabler/v/stable)](https://packagist.org/packages/cesaramirez/laravel-tabler)
Preset for [Tabler](https://tabler.github.io/) scaffolding on a new Laravel 5.5 or above project.
## Usage
1. Fresh install Laravel 5.5 or above and `cd` to your app.
2. Install this preset via `composer require cesaramirez/laravel-tabler`. Laravel 5.5+ will automatically discover this package. No need to register the service provider.
3. Use `php artisan preset tabler` for basic Tabler preset. **OR** Use `php artisan preset tabler-auth` for basic preset, Auth route entry and Tabler 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. `yarn`
5. `yarn dev` or `yarn watch`
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.