➕ Add `laravel/pint` to the project ➖ Remove `squizlabs/php_codesniffer` from the project 🔧 Remove deprecated Composer scripts 👷 Replace phpcs with Pint 🎨 Run Pint --------- Co-authored-by: Ben Word <ben@benword.com>
4 lines
64 B
PHP
4 lines
64 B
PHP
<?php
|
|
|
|
echo view(app('sage.view'), app('sage.data'))->render();
|