Skip to content

Commit

Permalink
Merge pull request #29 from savannabits/develop
Browse files Browse the repository at this point in the history
Updated Screenshots for documentation, and minor refactoring of code.
  • Loading branch information
coolsam726 committed Jul 17, 2023
2 parents 4cc7880 + d5a3a6f commit abb576e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/savannabits/filament-modules/.github/workflows/run-tests.yml?branch=main&label=tests)](https://github.com/savannabits/filament-modules/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/savannabits/filament-modules/.github/workflows/fix-php-code-style-issues.yml?branch=main&label=Code%20Style)](https://github.com/savannabits/filament-modules/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/savannabits/filament-modules.svg?style=flat-square)](https://packagist.org/packages/savannabits/filament-modules)
![img_2.png](img_2.png)
![img_3.png](img_3.png)
![img_2.png](img_1.png)
![img_3.png](img_2.png)


This plugin provides you with a quick and working configuration to install multiple filament admin contexts in your modular laravel app (using [laravel-modules](https://github.com/nWidart/laravel-modules)).
Expand All @@ -27,7 +27,7 @@ If this is your goal, then you are in the right place.

## Installation
Before you proceed, this guide assumes that you have configured your app fully to work with Laravel Modules. If you haven't, follow the [Laravel Modules Docs](https://docs.laravelmodules.com/v9/installation-and-setup) before proceeding.

We, of course, also assume that you have configured your default filament admin panel.
You can install the package via composer:

```bash
Expand All @@ -36,8 +36,8 @@ composer require savannabits/filament-modules

## Usage

To generate a new Filament Context, use the `module:make-filament-context` command.
You can run `php artisan module:make-filament-context -h` to see the expected arguments.
To generate a new Filament Context, use the `module:make-filament` command.
You can run `php artisan module:make-filament -h` to see the expected arguments.

```bash
#Option 1: Pick an existing module to use first, then run the command (similar to other laravel-modules commands)
Expand Down
Binary file modified img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abb576e

Please sign in to comment.