/** * 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()); }
<?php return ['paths' => [realpath(export_path('resources/views'))], 'compiled' => "{{ app()->storagePath() }}/framework/views"];