Skip to content

cgarciagarcia/personal-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Latest Stable Version License

Pre-requirements dependencies

How to set up the application?

  1. Copy the .env.example to .env, then replace the following env vars
APP_NAME=YOUR_NEW_APP_NAME

DB_DATABASE=YOUR_FAVORITE_DATABASE_NAME
DB_USERNAME=YOUR_FAVORITE_USERNAME
DB_PASSWORD=YOUR_FAVORITE_PASS

Installing dependencies

  1. Access to the container

docker-compose exec -it $containerName bash

  1. Downloading the dependencies

composer install

  1. Configuring the application

composer run-script install-app


How to get container name?

First you have to run this command

docker ps

It should return somenthing like this,

readme-img-1.png

You can use the CONTAINER ID or the container's NAME


Sentry

Sentry is a developer-first error tracking and performance monitoring platform. Errors are logged both from the frontend and backend. In order to get it up and running, you need to follow these steps:

  1. Create an account here
  2. Create a project within an organization
  3. Copy the DSN provided below "Configure SDK" and paste it in your .env's SENTRY_LARAVEL_DSN
  4. You can test your configuration using sail artisan sentry:test

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published