PHP Classes

File: tests/config/database.php

Recommend this page to a friend!
  Packages of Thiago Przyczynski   Laravel CRUD Tools   tests/config/database.php   Download  
File: tests/config/database.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel CRUD Tools
Provides components to build CRUD interfaces
Author: By
Last change:
Date: 10 months ago
Size: 152 bytes
 

Contents

Class file image Download
<?php

return [
   
'sqlite' => [
       
'driver' => 'sqlite',
       
'database' => 'database/tests/testing.sqlite',
       
'prefix' => '',
    ],
];