Skip to content

zaLabs02/laravel-9-stisla-jetstream

 
 

Repository files navigation

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.

About

Laravel 9 + Jetstream + Livewire + Stisla

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 64.2%
  • CSS 17.7%
  • PHP 11.3%
  • Blade 6.7%
  • Shell 0.1%