wayofdev / laravel-telescope-cycle-orm-adapter

Laravel package that provides Cycle ORM integration with Laravel Telescope.

Home Page:https://wayof.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




Build Status Total Downloads Latest Stable Version Software License Commits since latest release

Laravel Package Template

This is minimal Laravel template which is used by other PHP projects in wayofdev organization.

If you like/use this package, please consider starring it. Thanks!

Screenshot

๐Ÿ’ฟ Installation

โ†’ Using composer

Require as dependency:

$ composer req wayofdev/laravel-package-tpl

๐Ÿงช Running Tests

โ†’ PHPUnit tests

To run tests, run the following command:

$ make test

โ†’ Static Analysis

Code quality using PHPStan:

$ make stan

โ†’ Coding Standards Fixing

Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:

$ make cs-fix

๐Ÿค License

Licence


๐Ÿ™†๐Ÿผโ€โ™‚๏ธ Author Information

Created in 2022 by lotyp / wayofdev


About

Laravel package that provides Cycle ORM integration with Laravel Telescope.

https://wayof.dev

License:MIT License


Languages

Language:PHP 55.9%Language:Makefile 44.1%