Coyote6 member since: Jan 07, 2021

Coyote6's packages

  • PHP

    coyote6/laravel-base

    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.

  • PHP

    coyote6/laravel-crud

    Base templates utilizing Livewire and Tailwind for Creating, Retrieving, Updating, and Deleting (CRUD) data for administering your Laravel site.

  • PHP

    coyote6/laravel-forms

    Simple class used to generate the html for forms and assist with the validation process in Laravel with optional Livewire and Tailwind integration.

  • PHP

    coyote6/laravel-permissions

    Provides permission and role models to assign to your users. If using with coyote6/laravel-crud then admin pages are automatically added.