PHP Classes

File: src/config.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Translatable   src/config.php   Download  
File: src/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Translatable
Provide text translations to use in model classes
Author: By
Last change:
Date: 2 years ago
Size: 64 bytes
 

Contents

Class file image Download
<?php
return [
   
// Default Locale
   
'default' => 'en'
];