https://github.com/gsabadini/lumen-crud
CRUD in Lumen Micro-Framework
https://github.com/gsabadini/lumen-crud
crud lumen-framework
Last synced: about 1 month ago
JSON representation
CRUD in Lumen Micro-Framework
- Host: GitHub
- URL: https://github.com/gsabadini/lumen-crud
- Owner: GSabadini
- Created: 2018-11-01T19:52:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T22:14:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T18:17:34.268Z (over 1 year ago)
- Topics: crud, lumen-framework
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Welcome to Laravel Auth 👋
## Client repository
- [Vue Crud](https://github.com/GSabadini/vue-crud)
## Getting Started
- These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- What things you need to install the software and how to install them
```
Docker and docker-compose
```
### Installing
- Step by step
```
docker-compose up -d
```
```
docker-compose exec devapp bash
```
```
composer install
```
```
create .env through env.example
```
```
php artisan migrate
```
## Running the tests
```
docker-compose exec devapp bash
```
```
vendor/bin/phpunit --filter Customer
```