Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyancodeid/laravel-8-stisla-jetstream
Laravel 8 + Jetstream + Livewire + Stisla
https://github.com/nyancodeid/laravel-8-stisla-jetstream
hacktoberfest laravel laravel-livewire
Last synced: 7 days ago
JSON representation
Laravel 8 + Jetstream + Livewire + Stisla
- Host: GitHub
- URL: https://github.com/nyancodeid/laravel-8-stisla-jetstream
- Owner: nyancodeid
- Created: 2020-09-26T20:24:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T17:44:35.000Z (about 2 years ago)
- Last Synced: 2024-10-15T07:22:07.580Z (23 days ago)
- Topics: hacktoberfest, laravel, laravel-livewire
- Language: PHP
- Homepage:
- Size: 1.56 MB
- Stars: 279
- Watchers: 17
- Forks: 132
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 8 + Stisla + Jetstream + Livewire
We love Stisla Admin Template and Laravel 8 let's make them love each other.
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/nyancodeid/laravel-8-stisla-jetstream/issues)
## What inside?
- Laravel ^8.5 - [laravel.com/docs/8.x](https://laravel.com/docs/8.x)
- Laravel Jetstream ^1.2 - [jetstream.laravel.com](https://jetstream.laravel.com/)
- Livewire ^2.0 - [laravel-livewire.com](https://laravel-livewire.com)
- Stisla Admin Template ^2.3.0 - [getstisla.com](https://getstisla.com/)Include simple Data Table with Livewire (CRUD).
## What next?
After clone or download this repository, next step is install all dependency required by laravel and laravel-mix.
```shell
# install composer-dependency
$ composer install
# install npm package
$ npm install
# build dev
$ npm run dev
```Before we start web server make sure we already generate app key, configure `.env` file and do migration.
```shell
# create copy of .env
$ cp .env.example .env
# create laravel key
$ php artisan key:generate
# laravel migrate
$ php artisan migrate
# laravel link up storage files
$ php artisan storage:link
```## How does it look?