Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/affandra-solusi-teknologi/nightfall
- Owner: AFFANDRA-SOLUSI-TEKNOLOGI
- Created: 2024-02-07T10:13:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T12:34:11.000Z (11 months ago)
- Last Synced: 2024-12-09T02:07:31.739Z (about 2 months ago)
- Topics: jetstream, jetstream-laravel, jetstream-livewire, laravel, laravel-framework, livewire, livewire-powergrid, tailwindcss
- Language: PHP
- Homepage:
- Size: 360 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
## Credit
- The project logo was created by [abdipitu](https://github.com/abdipitu).