Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

papposilene/laravel-addressbook

Repository files navigation

Address Book

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.).

Installation

  • Fork this repository ;
  • Run composer install and npm 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.

Contributing

Thank you for considering contributing to the application.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

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.

License

This application is open-sourced software licensed under the MIT license.