Skip to content

blackbit47/laravel-file-encryption-example

 
 

Repository files navigation

laravel-file-encryption-example

A Laravel example app to showcase backend file encryption. Most of the logic is in the web.php file.

Install

  1. Clone the repo: git clone git@github.com:stefanzweifel/laravel-file-encryption-example.git
  2. Install dependencies: cd laravel-file-encryption-example && composer install
  3. Create Application Key: php artisan key:generate
  4. Run dev server: php artisan serve
  5. Open App http://127.0.0.1:8000

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.7%
  • HTML 1.6%
  • Vue 0.7%