Skip to content

tvillafane/cryptography_is_fun

Repository files navigation

Laravel Key Ownership Demo

DESCRIPTION


Requirements


Full Setup with Laravel Sail (recommended)

git clone https://github.com/tvillafane/cryptography_is_fun
cd cryptography_is_fun
composer install

cp .env.example .env

./vendor/bin/sail up -d
./vendor/bin/sail artisan key:generate
./vendor/bin/sail artisan migrate
./vendor/bin/sail artisan test

when you're ready to remove the project:

./vendor/bin/sail down -v
cd ..
rm -rf cryptography_is_fun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages