eutranet / laravel-my-space
My space
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires (Dev)
- ext-pdo: *
- barryvdh/laravel-dompdf: ^1.0
- orchestra/testbench: ^7.3
- phpunit/phpunit: ^9.5.10
- spatie/laravel-medialibrary: ^10.0
- spatie/laravel-permission: ^5.5
- spatie/laravel-translatable: ^5.2
- spatie/laravel-translation-loader: ^2.7
This package is auto-updated.
Last update: 2025-02-22 17:38:54 UTC
README
Where frontend users manage their account
Introduction
This package allows front-end users - that is, those who have registered from the front-end or public site - to manage their account, as well as some common data such as contact information and social media.
In view of the general data protection regulations (GDPR), users must be able to request the deletion of their account and a copy of their personal data. This package therefore provides this possibility.
Support us
More soon.
Pre-requisites
Laravel Version
This package requires Laravel 9 or higher.
All Eutranet's core packages (but eutranet's laravel frontend) should be installed.
Config file
This package publishes the eutranet-my-space config file.
Installation in Laravel
This package can be used with Laravel 9.0 or higher.
Installing
- Have a look at the prerequisites section.
- Installation command is php artisan eutranet:install-my-space
- Access the demo account ('demo@demo.com', 'Password')
- Publish package resources and config (php artisan vendor:publish --provider="Eutranet\MySpace\MySpaceServiceProvider"
- Optimize (php artisan optimize)
- Log in as super admin and check the installation
Questions and issues
A bug? Problems with the package? Questions or suggestions? Tell us on GitHub.
Changelog
All notable changes are documented on GitHub.
For frontend users
My Space is the front-end users' workspace. This is where they manage personal info, as well as social medias. Overview options are made accessible from the dashboard page.
For staff members
Staff members should never access My Space: it's the front-end users' workspace - and nobody else's. Nevertheless, the backend users - the team members - are able to manage, filter... new registrations, etcetera.
For administrators
Administrators can check My Space installation status from their dashboard.