Taylor Otwell
|
bdcb9681a6
|
fix conflicts
|
2021-10-02 10:47:56 -05:00 |
|
Markus Machatschek
|
2c644455da
|
Use anonymous migration for personal_access_tokens table (#5698)
* Use new migration class name style for personal_access_tokens table
* Update 2019_12_14_000001_create_personal_access_tokens_table.php
|
2021-09-29 09:44:21 -05:00 |
|
JuanDMeGon
|
5f7395b289
|
Keeping access tokens migration id consistent (#5691)
This is just a tiny "fix," using id(); to be consistent with the other migrations already included in the framework.
|
2021-09-28 08:03:31 -05:00 |
|
Dries Vints
|
018bb3c157
|
Merge branch '8.x'
# Conflicts:
# composer.json
|
2021-08-12 15:39:10 +02:00 |
|
Taylor Otwell
|
226d1bfc3c
|
[8.x] Sanctum (#5663)
* initial sanctum poc
* add files
* remove token
|
2021-08-11 13:44:34 -05:00 |
|
Dries Vints
|
4ce641d571
|
Apply fixes from StyleCI (#5607)
|
2021-05-07 05:54:25 -05:00 |
|
Dries Vints
|
dd8111a32d
|
Merge branch '8.x'
# Conflicts:
# CHANGELOG.md
# tests/Feature/ExampleTest.php
# tests/Unit/ExampleTest.php
|
2021-04-20 18:14:47 +02:00 |
|
Roger Vilà
|
e109ac9022
|
Update .gitignore (#5593)
|
2021-04-16 08:13:56 -05:00 |
|
Dries Vints
|
6746f4ec12
|
[9.x] Implement anonymous migrations (#5590)
* Implement anonymous migrations
* Apply fixes from StyleCI (#5589)
|
2021-04-15 06:53:35 -05:00 |
|
JuanDMeGon
|
0e8e9a0727
|
[8.x] Using faker method instead of properties (#5583)
After Faker PHP 1.14 using properties is deprecated and is recommended to use methods instead.
|
2021-04-13 07:28:01 -05:00 |
|
Taylor Otwell
|
ebf2646c34
|
wip
|
2021-02-16 10:58:35 -06:00 |
|
Jared Lewis
|
eaf7289523
|
Add unverified state to UserFactory (#5533)
|
2021-02-09 14:52:23 -06:00 |
|
Salim Djerbouh
|
ca30159cab
|
fully qualified user model in seeder (#5406)
makes it easy to just uncomment when tinkering around
|
2020-09-13 09:17:54 -05:00 |
|
Taylor Otwell
|
710d472d76
|
models directory
|
2020-08-20 15:31:07 -05:00 |
|
Taylor Otwell
|
d6eda444a7
|
update defaults
|
2020-08-19 09:32:54 -05:00 |
|
Dries Vints
|
a429eab2d4
|
Merge branch 'master' into develop
|
2020-06-16 14:56:56 +02:00 |
|
Taylor Otwell
|
9e5ba571a6
|
add password reset migration
|
2020-05-28 10:08:01 -05:00 |
|
Taylor Otwell
|
c3f7dd9af8
|
fix doc block
|
2020-05-18 10:20:51 -05:00 |
|
Taylor Otwell
|
fac16a7e26
|
Update DatabaseSeeder.php
Update example.
|
2020-04-21 14:47:10 -05:00 |
|
Taylor Otwell
|
2149e8c24c
|
update seeders
|
2020-04-21 14:44:37 -05:00 |
|
Taylor Otwell
|
5f6f5c929b
|
add model
|
2020-04-21 12:41:27 -05:00 |
|
Taylor Otwell
|
b9af2b2294
|
Use new factories
Use the new factories provided in 8.x
|
2020-04-21 10:12:39 -05:00 |
|
ice
|
b26aaff210
|
consistent filename
|
2020-03-28 09:53:47 +08:00 |
|
Graham Campbell
|
7e5a915485
|
Merge branch 'master' into develop
|
2019-12-31 12:26:17 +00:00 |
|
Graham Campbell
|
5df3b7b1fe
|
Revert "Apply fixes from StyleCI (#5006)"
This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd.
|
2019-12-31 12:21:39 +00:00 |
|
Taylor Otwell
|
e6471a6f2e
|
Apply fixes from StyleCI (#5186)
|
2019-12-20 14:15:04 -06:00 |
|
Taylor Otwell
|
f13aef8733
|
move var
|
2019-12-20 14:14:43 -06:00 |
|
Taylor Otwell
|
13e43893ba
|
remove auth migration that is now in laravel/ui
|
2019-12-20 13:58:16 -06:00 |
|
Dries Vints
|
2e2be97c26
|
Implement new primary key syntax (#5147)
|
2019-11-01 08:53:14 -04:00 |
|
Dries Vints
|
e656932002
|
Apply fixes from StyleCI (#5100)
|
2019-09-10 17:26:00 +02:00 |
|
Christopher Lass
|
b67acda892
|
Rename 2019_08_19_175727_create_failed_jobs_table.php to 2019_08_19_000000_create_failed_jobs_table.php (#5082)
|
2019-08-21 08:14:32 -05:00 |
|
Taylor Otwell
|
b7d2b48b75
|
add failed jobs table
|
2019-08-19 12:57:41 -05:00 |
|
Taylor Otwell
|
50176732d6
|
Apply fixes from StyleCI (#5006)
|
2019-04-24 07:38:42 -05:00 |
|
Stefan Bauer
|
12a4885a47
|
Fix phpdoc to order by syntax convention (#5005)
Reorder the `@var` phpdoc syntax by convention, see http://docs.phpdoc.org/references/phpdoc/tags/var.html
|
2019-04-24 07:38:18 -05:00 |
|
Sjors Ottjes
|
ef1ce665ee
|
Update UserFactory.php
|
2019-04-14 13:30:53 +02:00 |
|
Lenophie
|
ccc1457e57
|
Ignore SQLite journals
|
2019-03-24 12:01:21 +01:00 |
|
Ankur Kumar
|
426df7a0e4
|
[5.8] use bigIncrements by default
All new migrations will be using bigIncrements
https://github.com/laravel/framework/pull/26472
|
2019-02-24 10:53:30 +05:30 |
|
Dries Vints
|
fae44eeb26
|
Replace string helper
|
2019-02-12 16:53:41 +01:00 |
|
Taylor Otwell
|
3959c09f3b
|
import class
|
2018-12-18 09:07:33 -06:00 |
|
Taylor Otwell
|
4070dc98d4
|
fix conflicts
|
2018-12-18 09:06:40 -06:00 |
|
Kushal
|
9db658d6d1
|
Update UserFactory password in line with #4794
The new password is of 8 characters, as required by #4794
|
2018-10-06 23:17:02 +05:30 |
|
Gaurav Makhecha
|
62c5bbf820
|
Seeded users should be verified by default
the email_verified_at column value is used to determine whether a user has verified her account.
|
2018-09-15 10:14:06 +05:30 |
|
Taylor Otwell
|
bf9836a785
|
Merge branch 'master' into develop
|
2018-07-19 07:48:44 -05:00 |
|
Taylor Otwell
|
746a9e87a0
|
use date
|
2018-06-21 15:32:22 -05:00 |
|
Taylor Otwell
|
592b3936a3
|
update migration
|
2018-06-21 11:11:30 -05:00 |
|
Taylor Otwell
|
657b25a6cb
|
update comment
|
2018-03-21 16:29:49 -07:00 |
|
Sjors Ottjes
|
c3d3dc1403
|
Add comment with the value of the hashed password
|
2017-12-21 17:00:07 +01:00 |
|
Taylor Otwell
|
f693a20a3c
|
just use hard-coded hash
|
2017-12-20 07:49:07 -06:00 |
|
Taylor Otwell
|
c5add7ab72
|
simplify factory
|
2017-05-06 15:28:45 -04:00 |
|
Taylor Otwell
|
c161b14ee0
|
Apply fixes from StyleCI
|
2017-04-11 15:43:42 +00:00 |
|