Skip to content

urukalo-dev/laravel-8-stisla-jetstream

This branch is 13 commits behind nyancodeid/laravel-8-stisla-jetstream:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1e4d62 · Mar 14, 2021

History

43 Commits
Mar 14, 2021
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Mar 14, 2021
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Oct 20, 2020
Sep 26, 2020
Jan 3, 2021
Jan 3, 2021
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020
Sep 26, 2020

Repository files navigation

Laravel 8 + Stisla + Jetstream + Livewire

we love Stisla Admin Template and Laravel 8 let's make them love each other.

contributions welcome

What inside?

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.

# 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.

# create copy of .env
$ cp .env.example .env
# create laravel key
$ php artisan key:generate
# laravel migrate
$ php artisan migrate

How does it look?

About

Laravel 8 + Jetstream + Livewire + Stisla

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 59.9%
  • Blade 39.7%
  • Shell 0.4%