- Livewire Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel..
- Blade UI Kit A set of renderless components to utilise in your Laravel Blade views. Built for the TALL stack. Completely open-source.
Development environment requirements :
Setting up your development environment on your local machine :
$ git clone https://github.com/demeus/laravel9blank.git
$ cd laravel9blank
$ cp .env.example .env
$ composer install
$ cd code
$ yarn install
$ artisan key:generate
$ artisan storage:link