Table of Contents
This project is created to learn and practice livewire; understand why it is created; and explore the power of LIVEWIRE!
This project consists of Livewire table with sorting, search, perPage, and bulk delete functionalities. It is also integrated with Spatie Laravel permissions and Nprogress.
Follow these steps to try this out on your localhost.
- Clone the repo
git clone https://github.com/bruzp/laravel-livewire.git
- Run composer install
composer install
- Create .env
cp .env.example .env
- Generate key
php artisan key:generate
- Run npm install
npm install
- Run npm run dev
npm run dev
- Run migration files
php artisan migrate
- Run seeders
php artisan db:seed
- Run on your localhost
php artisan serve
Admin
username: [email protected]
password: password
User
username: [email protected]
password: password