Closed dillingham closed 2 years ago
This PR adjusts the route formation approach seen here
Route::formation('articles', ArticleFormation::class)
Route::formation(ArticleFormation::class)->resource('articles')
And changes filter related to relation
Filter::make('author')->related()
Filter::make('author')->relation()
And some other small refactors and cleanup
This PR adjusts the route formation approach seen here
And changes filter related to relation
And some other small refactors and cleanup