peter279k / magic-login

The Magic Login System for COSCUP 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Magic Login System

It's just a magic login system for the COSCUP 2022. Enjoy it!

Manual Deployment

  • Setup a VPS or virtual machine host.
  • Using the git clone https://github.com/peter279k/magic-login command to clone the repository to the WWW document root.
  • Install the Nginx, PHP 8.1 version and required extensions.
  • Install the MySQL server.
  • Download the composer.phar with curl -sS https://getcomposer.org/installer | php.
  • Run the php artisan key:generate command.
  • Set the MySQL DB user name, password and DB name.
  • Run the php artisan migrate to create the user table.
  • Run the php artisan migrate:refresh command to recreate the user table.

References

License

It's licensed under the MIT license.

About

The Magic Login System for COSCUP 2022

License:MIT License


Languages

Language:PHP 91.7%Language:Blade 6.9%Language:Shell 1.1%Language:JavaScript 0.3%