This web app is a Laravel-based address book. This application allows you to save addresses of places, by country and in categories (amenities, food, tourism, etc.) and subcategories (bar, restaurant, museum, theater, pastry shop, etc.).
- Fork this repository ;
- Run
composer install
andnpm install
commands ; - Customize the .env file ;
- Run
[php/sail] artisan migrate --seed
; - Run
npm run production
for publishing the assets ; - Create an admin user (with the admin role) ;
- Deploy.
Thank you for considering contributing to the application.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Philippe-Alexandre Pierre via dev@psln.nl. All security vulnerabilities will be promptly addressed.
This application is open-sourced software licensed under the MIT license.