None
class None extends Preset (View source)
Methods
| static void | ensureComponentDirectoryExists() Ensure the component directories we need exist. | from Preset | 
| static void | updatePackages(bool $dev = true) Update the "package.json" file. | from Preset | 
| static void | removeNodeModules() Remove the installed Node modules. | from Preset | 
| static void | install() Install the preset. | |
| static array | updatePackageArray(array $packages) Update the given package array. | |
| static void | updateBootstrapping() Write the stubs for the Sass and JavaScript files. | |
| static void | updateWebpackConfiguration() Update the Webpack configuration. | 
Details
static protected void ensureComponentDirectoryExists()
Ensure the component directories we need exist.
static protected void updatePackages(bool $dev = true)
Update the "package.json" file.
static protected void removeNodeModules()
Remove the installed Node modules.
static void install()
Install the preset.
static protected array updatePackageArray(array $packages)
Update the given package array.
static protected void updateBootstrapping()
Write the stubs for the Sass and JavaScript files.
static protected void updateWebpackConfiguration()
Update the Webpack configuration.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/6.x/Illuminate/Foundation/Console/Presets/None.html