We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b2a38 commit 525b93eCopy full SHA for 525b93e
setup.php
@@ -259,7 +259,7 @@ function run($command)
259
260
replace_in_file($composer . '.json', $texts);
261
262
-run('composer update');
+run('composer dump-autoload');
263
// -----------------------------------------------
264
265
// Change details in Router.php ---------------
@@ -312,6 +312,12 @@ function run($command)
312
remove_file($config . '/illuminate.php');
313
}
314
315
+// Replace namespace in "app.php" ------------
316
+$texts = array('App' => $name);
317
+
318
+replace_in_file($config . '/app.php', $texts);
319
+// -------------------------------------------
320
321
if ($useBlade)
322
{
323
$blade = "'Rougin\Weasley\Packages\Laravel\Blade'";
0 commit comments