laravel-personal-data-export
Create zip files containing personal data
File Explorer
Download Latest Version (.zip)- config.yml
- php-cs-fixer.yml
- run-tests.yml
- update-changelog.yml
- FUNDING.yml
- personal-data-export.php
- notifications.php
- CleanOldPersonalDataExportsCommand.php
- PersonalDataExportCreated.php
- PersonalDataExportDownloaded.php
- PersonalDataSelected.php
- CouldNotAddToPersonalDataSelection.php
- InvalidUser.php
- PersonalDataExportController.php
- EnsureAuthorizedToDownload.php
- FiresPersonalDataExportDownloadedEvent.php
- ZipDownloadResponse.php
- CreatePersonalDataExportJob.php
- PersonalDataExportedNotification.php
- ExportsPersonalData.php
- PersonalDataExportServiceProvider.php
- PersonalDataSelection.php
- Zip.php
- Userfactory.php
- avatar.png
- InvalidUser.php
- User.php
- DeleteOldPersonalDataExportsCommandTest.php
- PersonalDataExportsControllerTest.php
- CreatePersonalDataExportJobTest.php
- PersonalDataDownloadCreatedMailTest.php
- PersonalDataSelectionTest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- .php_cs.dist.php
- CHANGELOG.md
- composer.json
- LICENSE.md
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/spatie/laravel-personal-data-export
Downloads the entire project code from GitHub to your computer.
cd laravel-personal-data-export
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require spatie/laravel-personal-data-export
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
