Skip to content

Commit

Permalink
Update security and testing configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Oct 30, 2024
1 parent 64086e0 commit a750311
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ 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.
- [Should be strict](https://laravel-news.com/shouldbestrict) is enabled on non-production environments.
- [Prohibit destructive commands](https://laravel-news.com/prevent-destructive-commands-from-running-in-laravel-11) in production environments.
- [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.
- Archtest is included for architectural testing.
- PHPStan is included for static analysis.
- Laravel debugbar is included for debugging.
Expand All @@ -36,7 +36,7 @@ Kickstart your project and save time with Larament! This time-saving starter kit
- Single Page Application (SPA) mode is enabled by default.
- Global search keybinding is preset to `CTRL + K` or `CMD + K`.
- A ready-to-use FilamentPHP [custom theme](https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme) that alos includes a sidebar separator.
- A custom profile that includes a password generator.
- A custom profile that includes the password generator action.

## Default User
The default user is seeded with the following credentials:
Expand Down Expand Up @@ -67,12 +67,6 @@ cp .env.example .env
php artisan key:generate
```

Since [Laravel 11](https://laravel.com/docs/11.x/releases#application-defaults) the default database is SQLite, if you want to use another database, update the `.env` file with your database preferences before running the migrations.

```bash
php artisan migrate --seed
```

### CLI Installation

You can also use the following command to create a new project with Larament.
Expand Down

0 comments on commit a750311

Please sign in to comment.