cesargb / laravel-magiclink

Create link for authenticate in Laravel without password or get private content
MIT License
347 stars 42 forks source link

Publish migrations #100

Closed peterquentin closed 1 year ago

peterquentin commented 1 year ago

This is mainly to get a move on PR #92, the tests are back to green and the readme has been updated.

Let me know if you need anything else.

peterquentin commented 1 year ago

The Scrutinizer test fails because of dropColumn on SQLite prior to 3.35.0 is not working. Scrutinizer runs an older distro which would mean an older version of SQLite. Seeing how these tests work perfect in any other test suite I feel reluctant to create a workaround for this.

In case you do want to add support for older sqlite versions:

"If you are running a version of SQLite prior to 3.35.0, you must install the doctrine/dbal package via the Composer package manager before the dropColumn method may be used."

cesargb commented 1 year ago

@peterquentin Thanks for your PR, I have deleted the tests in Scrutinizer.