This repository was archived by the owner on Oct 9, 2024. It is now read-only.
v0.1.1
Pre-release
Pre-release
Some hightlight:
- Integration with Tailwind.
- Authentication scaffolding.
- User model added uuid.
- Added user command:
- php artisan user:list
- php artisan user:create
- php artisan user:delete
- php artisan user:password
- Add avatar field in Users model.
- Separated name field into first and last name.
- Added app versioning using pragmarx/version package.