-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
1,015 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.