awcodes/laravel-remix

Revert a new Laravel application to Laravel Mix.

v1.0.5 2022-09-21 12:48 UTC

This package is auto-updated.

Last update: 2024-04-21 16:43:35 UTC


README

Revert fresh Laravel applications to Laravel Mix.

This only works on fresh Laravel installs. If you have already run npm run build then you will need to revert manually. See Laravel's guide for instructinos on manually restoring Laravel Mix.

Installation

composer global require awcodes/laravel-remix

Usage

cd <your-app-directory>
laravel-remix run