awcodes / laravel-remix
Revert a new Laravel application to Laravel Mix.
v1.0.5
2022-09-21 12:48 UTC
Requires
- php: ^8.0
- laravel-zero/framework: ^9.1.3
- nunomaduro/termwind: ^1.13
Requires (Dev)
- laravel/pint: ^1.0
- mockery/mockery: ^1.4.4
- pestphp/pest: ^1.21.3
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