issues
search
cesargb
/
laravel-magiclink
Create link for authenticate in Laravel without password or get private content
MIT License
377
stars
43
forks
source link
Use load migrations instead of publishing them.
#11
Closed
robindrost
closed
4 years ago
robindrost
commented
4 years ago
Load migrations instead of publishing them as described in the docs
https://laravel.com/docs/5.3/packages#migrations
. This will also make the migrations run while writing tests.
cesargb
commented
4 years ago
Thanks!