afrizalmy/laravel9-stisla-livewire

Laravel 9 Admin Starter project with Stisla.

Maintainers

👁 afrizalmy

Package info

github.com/zaLabs02/laravel-9-stisla-jetstream

Language:JavaScript

Type:project

pkg:composer/afrizalmy/laravel9-stisla-livewire

Statistics

Installs: 439

Dependents: 0

Suggesters: 0

Stars: 13

v1.1.2 2022-10-08 00:51 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT e9662f73b0eea9371597e8ad376ab12232ed6b4f

frameworklaravelstisla

This package is not auto-updated.

Last update: 2026-06-19 04:45:00 UTC


README

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

👁 contributions welcome

Looking for laravel 10? Check it out this

What inside?

Include simple Data Table with Livewire (CRUD).

How to use?

Run the command below to start a new project

composer create-project afrizalmy/laravel9-stisla-livewire:dev-master <project_name>

Change project_name as desired. Next step is install all dependency required by laravel and laravel-mix.

# project directory
$ cd <project_name>
# install npm package
$ npm install
# build dev / hot reload
$ npm run dev
# build files (for production)
$ npm run build

configure .env file and do migration.

# laravel migrate
$ php artisan migrate

How does it look?

👁 Image
👁 Image
👁 Image
👁 Image

Thanks To

Contribution

Please go to the issue page for further explanation. I welcome your contribution to this starter project.