laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.42k stars 203 forks source link

composer require livewire/livewire laravel-frontend-presets/tall #140

Closed healer-1205 closed 10 months ago

healer-1205 commented 10 months ago

Above install command doesn't work with following error message:

Root package 'laravel-frontend-presets/tall' cannot require itself in its composer.json

So I cannot install this preset TALL stack project on my windows. Please let me install this project on my local. Thanks.

healer-1205 commented 10 months ago

I've fixed this by updating composer name as different one based on regular expression format. Thanks.

healer-1205 commented 10 months ago

Done myself