afrizalmy / laravel10-stisla-livewire
Laravel 10 Admin Starter project with Stisla.
Installs: 209
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 3
Open Issues: 1
Language:JavaScript
Type:project
Requires
- php: ^8.1
- afrizalmy/laraindo: ^1.0
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^10.0
- laravel/jetstream: ^2.16
- laravel/sanctum: ^3.2
- laravel/tinker: ^2.8
- livewire/livewire: ^2.11
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/sail: ^1.20.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^10.0
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2024-10-29 06:13:23 UTC
README
we love Stisla Admin Template and Laravel 10 let's make them love each other.
What inside?
- Laravel ^10.x - laravel.com/docs/10.x
- Laravel Jetstream ^3.1 - jetstream.laravel.com
- Livewire ^2.12 - laravel-livewire.com
- Stisla Admin Template ^2.3.0 - getstisla.com
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?
Thanks To
- Taylor Ottwell for Laravel.
- Stisla for admin theme.
- nyancodeid for basecode from laravel 8.x.
Contribution
Please go to the issue page for further explanation. I welcome your contribution to this starter project.