laravel-frontend-presets / tall

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

Add $slot to app.blade.php #59

Closed tanthammar closed 4 years ago

tanthammar commented 4 years ago

As Livewire v2 will require a {{ $slot }} to make Route::get() work, thought it best to add it to the boilerplate. With ?? to avoid undefined property error.

ryangjchandler commented 4 years ago

@tanthammar I've made this change as part of #61 so I'm going to close this PR, thanks though!