LaravelPackages.net
Acme Inc.
Toggle sidebar
afrizalmy/laravel9-stisla-livewire

Laravel 9 Admin Starter project with Stisla.

439
13
v1.1.2
About afrizalmy/laravel9-stisla-livewire

afrizalmy/laravel9-stisla-livewire is a Laravel package for laravel 9 admin starter project with stisla.. It currently has 13 GitHub stars and 439 downloads on Packagist (latest version v1.1.2). Install it with composer require afrizalmy/laravel9-stisla-livewire. Discover more Laravel packages by afrizalmy or browse all Laravel packages to compare alternatives.

Last updated

Laravel 9 + Stisla + Jetstream + Livewire

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?

Thanks To

Contribution

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

Comments