headlesslaravel / formations

MIT License
3 stars 5 forks source link

Housekeeping #43

Closed dillingham closed 2 years ago

dillingham commented 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