laravel-permissions
by coyote6
Provides permission and role models to assign to your users. If using with coyote6/laravel-crud then admin pages are automatically added.
laravel-crud
by coyote6
Base templates utilizing Livewire and Tailwind for Creating, Retrieving, Updating, and Deleting (CRUD) data for administering your Laravel site.
laravel-base
by coyote6
Provides common base classes used for some of Coyote6 GraphX's developed projects. Provides UUID trait for models using it as a primary key. Provides trait methods to return models as options.
laravel-forms
by coyote6
Simple class used to generate the html for forms and assist with the validation process in Laravel with optional Livewire and Tailwind integration.