Skip to content

Commit

Permalink
docs: update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uwla committed Aug 12, 2024
1 parent fa71b3c commit 983c671
Show file tree
Hide file tree
Showing 2 changed files with 2,106 additions and 993 deletions.
16 changes: 8 additions & 8 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ git clone https://github.com/uwla/lacl && cd lacl && composer install && compose

## Project structure

- `database/migration/`: database migration files
- `database/migrations/`: database migration files
- `src/`: source files
- `src/Contracts`: interfaces used in the package
- `src/Models`: database eloquent models
- `src/Traits`: traits provided by the package
- `src/Contracts/`: interfaces used in the package
- `src/Models/`: database eloquent models
- `src/Traits/`: traits provided by the package
- `src/AclServiceProvider.php`: this Service Provider publishes migration files
- `tests`: test files
- `tests/app`: sample `app` for mocking tests
- `tests/Feature`: integration tests
- `tests/`: test files
- `tests/app/`: sample `app` for mocking tests
- `tests/Feature/`: integration tests
-
## Testing

Expand All @@ -44,4 +44,4 @@ To run the the tests you need `pdo_sqlite` extension installed and enabled in `p
* Run a single test (for example, `HasPermissionTest`:
```shell
composer test ./tests/Feature/HasPermissionTest.php
```
```
Loading

0 comments on commit 983c671

Please sign in to comment.