PHP Classes

File: bootstrap/providers.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon DB Admin   bootstrap/providers.php   Download  
File: bootstrap/providers.php
Role: Class source
Content typex: text/plain
Description: Class source
Class: Jaxon DB Admin
Web application to manage SQL of databases
Author: By
Last change: Update of bootstrap/providers.php
Date: 1 month ago
Size: 209 bytes
 

Contents

Class file image Download
<?php

return [
   
App\Providers\AppServiceProvider::class,
   
Jaxon\Laravel\JaxonServiceProvider::class,
   
App\Providers\FortifyServiceProvider::class,
   
App\Providers\DbAdminServiceProvider::class,
];