A Laravel example app to showcase backend file encryption. Most of the logic is in the web.php file.
- Clone the repo:
git clone git@github.com:stefanzweifel/laravel-file-encryption-example.git
- Install dependencies:
cd laravel-file-encryption-example && composer install
- Create Application Key:
php artisan key:generate
- Run dev server:
php artisan serve
- Open App http://127.0.0.1:8000
MIT