Hi Spatie Team!
What do you think about Laravel Initializer usage?
It could simplify project installation and update processes with app:install and app:update commands. And also may simplify your Envoy.blade.php.
It gives knowledge of application initialization processes directly into application.
You can find more information in the readme and reconfig it with your own preferences.
@freekmurze Could you please give some feedback about idea of this package? What actually you don't like or maybe you have some suggestions? I will be very grateful.
Hi Spatie Team! What do you think about Laravel Initializer usage? It could simplify project installation and update processes with
app:install
andapp:update
commands. And also may simplify yourEnvoy.blade.php
. It gives knowledge of application initialization processes directly into application.You can find more information in the readme and reconfig it with your own preferences.