Skip to content

Latest commit

 

History

History
83 lines (55 loc) · 1.6 KB

README.md

File metadata and controls

83 lines (55 loc) · 1.6 KB

Filament Article

Navigating Filament Pages with Previous and Next Buttons

Previous and next navigation buttons within Filament pages. These buttons, designed as Filament Header Actions, can seamlessly navigate through ViewPages and EditPages.

Example

Installation

Clone the repo locally:

git clone https://github.com/leandrocfe/article-fi-page-nav.git && cd article-fi-page-nav

Install PHP dependencies:

composer install

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Configure the variables in the .env file according to your local environment.

Database

Run database migrations:

php artisan migrate --seed

Storage

Storage link:

php artisan storage:link

Usage

After the project has been built, start Laravel's local development server using the Laravel's Artisan CLI serve command:

php artisan serve

The application will be accessible on

http://localhost:8000/admin

or access the project url configured according to your local environment

http://article-fi-page-nav.test/admin

Tests

You may run the following command in your terminal:

./vendor/bin/pest

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT