Normally whenever I create a laravel project, the "app.blade.php" file would get created by default but for some reason its not happening anymore.
I tried both the "laravel new {project name}" way and the "composer create laravel/laravel {project name}" way and neither work.
Anyone know why this might be?