A front-end preset for Laravel to scaffold an application using the DALL stack, jumpstarting your application’s development.
If you’re not familiar with the name, it’s an acronym that describes the main technologies involved in the stack:
Installation (with auth)
If you would like to install the preset and its auth scaffolding in a fresh Laravel application, make sure to use the --auth
flag on the ui
command:
composer require livewire/livewire better-futures-studio/dall php artisan ui dall --auth npm install npm run dev