Skip to content

Commit

Permalink
Update README with new image and login autofill
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Oct 30, 2024
1 parent 3dfa099 commit 9954386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Total Installs](https://img.shields.io/packagist/dt/codewithdennis/larament.svg?style=flat-square)](https://packagist.org/packages/codewithdennis/larament)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codewithdennis/larament.svg?style=flat-square)](https://packagist.org/packages/codewithdennis/larament)

![larament.png](https://raw.githubusercontent.com/CodeWithDennis/larament/main/resources/images/larament.png)
![larament](https://raw.githubusercontent.com/CodeWithDennis/larament/main/resources/images/larament.png)

Kickstart your project and save time with Larament! This time-saving starter kit includes a Laravel project with FilamentPHP already installed and set up, along with extra features.

Expand All @@ -29,6 +29,7 @@ Kickstart your project and save time with Larament! This time-saving starter kit
- Laravel debugbar is included for debugging.

### Quality of Life
![global-search-keybinding](https://raw.githubusercontent.com/CodeWithDennis/larament/main/resources/images/global-search-keybinding.jpg)
- A custom login page autofills email and password with seeded data, streamlining local testing.
- 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.
Expand All @@ -45,7 +46,7 @@ Kickstart your project and save time with Larament! This time-saving starter kit
- A custom profile that includes the password generator action.

## Default User
The default user is seeded with the following credentials:
The default user is seeded with the following credentials which is autofilled on the login page.

```dotenv
DEFAULT_USER_EMAIL="[email protected]"
Expand Down
Binary file removed resources/images/generate-password-action.jpg
Binary file not shown.

0 comments on commit 9954386

Please sign in to comment.