Skip to content

Commit

Permalink
Lint Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-layson committed Apr 5, 2024
2 parents 7e4eda9 + df6a102 commit d564117
Show file tree
Hide file tree
Showing 19 changed files with 1,015 additions and 283 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# How to use

Then in your composer's require, add this line: `"portable/fila-cms": "@dev"`
Require the package using composer: `composer require portable/fila-cms:@dev`

## Installation Command

Expand Down Expand Up @@ -38,7 +38,17 @@ This command will ask for field values present in your users table and automatic

## Testing

To run the test cases, you must set it up on a fresh laravel project. Then run `php artisan test vendor/portable/fila-cms`
From the project directory, run `./vendor/bin/pest`

## Interacting with the package

During development, you may like to actually interact with the FilaCMS UI. In your console, run
```./vendor/bin/workbench serve```

You can now load the application at http://localhost:8000/admin

Username: [email protected]
Password: password

## Protecting resources

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"awcodes/filament-tiptap-editor": "^3.0",
"mistralys/text-diff": "^2.0",
"spatie/laravel-permission": "^6.3",
"laravel/framework": "^10.0"
"laravel/framework": "^10.0",
"ralphjsmit/laravel-filament-seo": "^1.3"
},
"require-dev": {
"laravel/sanctum": "^3.3",
Expand Down
Loading

0 comments on commit d564117

Please sign in to comment.