afrizalmy/laravel9-stisla-livewire

Laravel 9 Admin Starter project with Stisla.

Installs: 418

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 0

Forks: 130

Language:JavaScript

Type:project

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

This package is not auto-updated.

Last update: 2024-04-25 18:35:23 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?

68747470733a2f2f74656c656772612e70682f66696c652f3439633735373166303638373239343866623062632e706e67 68747470733a2f2f74656c656772612e70682f66696c652f3631333238386333343834313338386332346633342e706e67 68747470733a2f2f74656c656772612e70682f66696c652f3766383933623038356637616163613562393162652e706e67 68747470733a2f2f74656c656772612e70682f66696c652f3837343165356663343535663032353731623463322e706e67

Thanks To

Contribution

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