Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

v0.1.1

Pre-release
Pre-release

Choose a tag to compare

@riipandi riipandi released this 10 Mar 08:02

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.