This is a simple project to experiment with Laravel DataTables and TailwindCSS.
You need to have DataTables Editor (JS) 2.3.2
installed. Just download the zip file from the DataTables Editor website and save it in the project
folder.
.env
filecp .env.example .env
.env
file APP_KEY
by running php artisan key:generate
composer install
npm install
npm run dev
php artisan migrate
php artisan db:seed
php artisan serve
http://localhost:8000
in your browser[email protected]
password
http://localhost:8000/users
in your browserThis project is open-sourced software licensed under the DBAD license.