Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbarrett committed Jan 14, 2024
1 parent 08009df commit 721a765
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ LIVV is designed to be a starting point for building web applications with a mod
- Laravel 10.x, PHP 8.3
- Inertia.js for hybrid frontend
- Vue 3 with TypeScript
- Vuetify 3
- Prettus Laravel Repositories for an abstraction layer between the database and the application
- Auth scaffolding including login, registration, password reset, and email verification
- Vuetify 3 using Material Design Icons
- Prettus Laravel Repositories for an abstraction layer between Models and Services
- Auth scaffolding (UI and backend) including login, registration, password reset, and email verification
- IDE helpers ready to go. Update with `sail composer ide-helpers`
- PHPStan ready to go `sail compoer analyse`
- PHPStan ready to go `sail composer analyse`
- PHPUnit tests for auth scaffolding `sail artisan test`
- Laravel Pint for formatting: `sail composer format`
- GitHub Action to run tests, check formatting, and analyze code on push to main or PR to main
- ESLint for formatting and best practices: `npm run lint:fix`
- GitHub Action to run PHPUnit tests, check back end code formatting, check front end code formatting, and analyze code on push to main or PR to main

## Installation

Expand Down

0 comments on commit 721a765

Please sign in to comment.