Wallet
Why Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Documentation
Here you're found all resources available Wallet documentation. http://localhost:81/api/documentation
Deploy
Run
- copy .env.example to .env
- configure database, user and pass is "root" DB_HOST=db-wallet DB_DATABASE=wallet
- docker-compose up --build
- docker exec php-wallet composer install
- docker exec php-wallet php artisan key:generate
- docker exec php-wallet php artisan migrate:refresh --seed
- docker exec php-wallet php artisan test
Server
Now is available the resources http://localhost:81
License
The project is based in it's a framework open-sourced software licensed under the MIT license.