Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 231 Bytes

Datatables.net with DaisyUI test

Setup:

composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate --force
php artisan tinker --execute="User::factory(200)->create()" 
npm run dev