Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/affandra-solusi-teknologi/nightfall

🌆 Laravel + Jetstream + TailwindCSS + Livewire Powergrid
https://github.com/affandra-solusi-teknologi/nightfall

jetstream jetstream-laravel jetstream-livewire laravel laravel-framework livewire livewire-powergrid tailwindcss

Last synced: about 2 months ago
JSON representation

🌆 Laravel + Jetstream + TailwindCSS + Livewire Powergrid

Awesome Lists containing this project

README

        

Nightfall Logo

## About Nightfall

Nightfall is an initial template designed to help you create a web application using [Laravel](https://laravel.com/) as the main framework. Enhanced with [Laravel Jetstream](https://jetstream.laravel.com/) as authentication, [Livewire Powergrid](https://livewire-powergrid.com/) as a data table, and [TailwindCSS](https://tailwindcss.com/) + [Daisyui](https://daisyui.com/) as CSS framework.

What does Nightfall have?

- Responsive 😎
- Well-designed.
- SPA-like effect using `` component.
- Using PowerGrid, you can quickly create data tables.
- Includes simple user CRUD.
- [Chart.js](https://www.chartjs.org/) 📈 included.
- And others! find out for yourself.

*Plus additional features that will be added in the future!*

## Installation

```shell
composer create-project affandra-solusi-teknologi/nightfall
```

After init the project you can install the node dependencies using:
```
npm i
```

## Getting started

To start the development server:
```shell
php artisan serve
```

```shell
npm run dev
```

## Preview

Nightfall Preview

## Credit

- The project logo was created by [abdipitu](https://github.com/abdipitu).