-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README with new image and login autofill
- Loading branch information
1 parent
3dfa099
commit 9954386
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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. | ||
|
@@ -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]" | ||
|
Binary file not shown.