Andrew Brown
|
091aa7d882
|
switch email to a primary key (#6064)
switching from a normal index here to a primary index works the same except for adding a `UNIQUE` constraint.
The `DatabaseTokenRepository` deletes existing records with an email first, before creating a new one, so this additional constraint will be okay.
https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php#L88
|
2023-01-02 08:45:35 -06:00 |
|
Andrew Brown
|
38bc9119eb
|
type hint the middleware Request (#5438)
stemming from https://github.com/laravel/framework/pull/34224
|
2020-10-02 08:31:13 -05:00 |
|
Andrew Brown
|
d7f67f631d
|
styling
|
2020-02-05 10:48:51 -06:00 |
|
Andrew Brown
|
153746c2c1
|
add links option to filesystems config
https://github.com/laravel/framework/pull/31355
|
2020-02-05 10:33:45 -06:00 |
|
Andrew Brown
|
678901cc4d
|
update name
|
2020-01-23 10:40:45 -06:00 |
|
Andrew Brown
|
2fe113e606
|
add new check_compiled option
|
2020-01-23 10:27:12 -06:00 |
|
Andrew
|
283413b256
|
update handler
remove comment suggesting to send reports to bug trackers in this method
|
2018-03-24 03:12:17 -05:00 |
|
Andrew
|
d771ee6c8a
|
add queue prefix value
this PR goes along with https://github.com/laravel/framework/pull/18860
|
2017-04-20 15:31:39 -05:00 |
|
Andrew
|
037769e1aa
|
remove leading slash
requested by project maintainer
|
2015-07-07 15:44:15 -05:00 |
|
Andrew
|
7bb1326535
|
type hint faker generator
allow IDE to help with autocompletion
|
2015-07-07 14:47:02 -05:00 |
|
Andrew
|
695b3ef28d
|
ignore maintenance mode down file
|
2015-04-23 00:46:16 -05:00 |
|