Esempio n. 1
0
 /**
  * Bootstrap the given application.
  *
  * @param  \Illuminate\Contracts\Foundation\Application $app
  *
  * @return void
  */
 public function bootstrap(Application $app)
 {
     $fs = new Filesystem();
     $fs->copyDirectory(app_path(), export_path());
 }
Esempio n. 2
0
<?php

return ['paths' => [realpath(export_path('resources/views'))], 'compiled' => "{{ app()->storagePath() }}/framework/views"];