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.
- Clone the repository and set up the
.env
file
- Run
cp .env.example .env
- Set up the database connection in the
.env
file - Set up the
APP_KEY
by runningphp artisan key:generate
- Run
composer install
- Run
npm install
- Run
npm run dev
- Run
php artisan migrate
- Run
php artisan db:seed
- Run
php artisan serve
- Visit
http://localhost:8000
in your browser - Login with the following credentials:
- Email:
admin@example.com
- Password:
password
- Email:
- Visit
http://localhost:8000/users
in your browser
This project is open-sourced software licensed under the DBAD license.