Commit Graph

82 Commits

Author SHA1 Message Date
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 50176732d6.
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
Taylor Otwell 67a8a11570 rename ModelFactory to UserFactory to encourage separate files 2017-04-11 10:41:19 -05:00
Taylor Otwell 2312580af8 Merge pull request #4180 from halaei/unindex-token
unindex token
2017-03-17 13:04:12 -05:00
halaei d6d98f9705 unindex token 2017-03-17 11:47:10 +03:30
Vincent Klaiber 1d8dcad342 Remove .gitkeep in migrations directory 2016-10-17 16:04:12 +02:00
Vincent Klaiber 0d2a2e3375 Remove .gitkeep in seeds directory 2016-10-17 16:03:51 +02:00
Diogo Azevedo 3ecc0e39ed Use dropIfExists instead of drop 2016-10-16 14:34:56 -02:00
ARCANEDEV f699e710ad Fixing typehint 2016-10-07 23:31:23 +01:00
Taylor Otwell a37215d044 fix spacing 2016-10-07 16:39:42 -05:00
Barry vd. Heuvel 93e078a79d Add typehint for Factory 2016-10-07 15:08:41 +02:00
Kai Rienow dcf971805d Add unique modifier 2016-09-20 08:23:40 +02:00
Adam Wathan 3435710575 Use implicit null instead of explicit 2016-08-21 14:29:10 +02:00
Adam Wathan 792dcd48c8 Compute hash only once and store in static variable 2016-08-21 14:23:50 +02:00