Checkmate is a tool that allows users to quickly see which Laravel projects are behind their prescribed Laravel version.
- Clone the repository locally
- Run
./bin/setup.sh - Make a new GitHub token with the
repoandread:orgscope selected and save it in.envasGITHUB_TOKEN - Create a database for the application and enter the database connection details in
.env - Run
./bin/db.sh - Configure a web server, such as the built-in PHP web server or Laravel Valet, to use the public directory as the document root
For the built-in PHP web server:
php -S localhost:8080 -t public- Run the following commands to populate the database:
- Import Laravel Versions:
php artisan sync:laravel-versions - Import projects and their version details:
php artisan sync:projects
- Import Laravel Versions:
- Visit the website in the browser
vendor/bin/phpunitPlease see CONTRIBUTING for details.
If you discover any security related issues, please email hello@tighten.co instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.