PHP Classes

File: src/config/crud-tools.php

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Laravel CRUD Tools   src/config/crud-tools.php   Download  
File: src/config/crud-tools.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel CRUD Tools
Provides components to build CRUD interfaces
Author: By
Last change: Update of src/config/crud-tools.php
Date: 2 years ago
Size: 110 bytes
 

Contents

Class file image Download
<?php
return [
   
'crud-tools' => [
       
'template_path' => base_path('resources/crud-tools/'),
    ],
];