Skip to content

Commit

Permalink
Update README with new configurations and features
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Oct 30, 2024
1 parent a750311 commit 4434dc6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ Kickstart your project and save time with Larament! This time-saving starter kit

### Security and Testing
- A handfull of [PESTPHP](https://pestphp.com/docs/installation) test cases are included for testing.
- [ShouldBeStrict](https://laravel-news.com/shouldbestrict) is enabled on non-production environments.
- [ProhibitDestructiveCommands](https://laravel-news.com/prevent-destructive-commands-from-running-in-laravel-11) in production environments.
- [Should be strict](https://laravel-news.com/shouldbestrict)
- Prevents lazy loading (N+1) queries.
- It prevents silently discarding attributes.
- It prevents accessing missing attributes.
- [Prevent destructive commands from running in production](https://laravel-news.com/prevent-destructive-commands-from-running-in-laravel-11)
- Archtest is included for architectural testing.
- PHPStan is included for static analysis.
- Laravel debugbar is included for debugging.
Expand All @@ -28,7 +31,7 @@ Kickstart your project and save time with Larament! This time-saving starter kit
- A custom password generator action is available on the user profile and user resource pages.
- Global user search includes email addresses in results for better user discovery.
- All component labels are automatically translatable.
- The `composer review` command runs a series of tests to ensure the codebase is clean and ready for deployment.
- A `composer review` command that runs PINT, PHPStan, and PEST.
- Helper file is included for custom helper functions.

### Design
Expand Down

0 comments on commit 4434dc6

Please sign in to comment.