afrizalmy/laravel10-stisla-livewire

Laravel 10 Admin Starter project with Stisla.

Maintainers

👁 afrizalmy

Package info

github.com/afrizal423/laravel-10-stisla-jetstream

Language:JavaScript

Type:project

pkg:composer/afrizalmy/laravel10-stisla-livewire

Statistics

Installs: 238

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 1

v1 2023-02-16 13:09 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 4fad7902f680889fd02d95324c559aae24f36526

frameworklaravelstisla

This package is auto-updated.

Last update: 2026-06-29 01:54:18 UTC


README

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

👁 contributions welcome

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/laravel10-stisla-livewire:dev-master <project_name>

Change project_name as desired. Next step is install all dependency required by laravel. vite, and tailwind.

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