Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.63 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.63 KB

Build Status Total Downloads Latest Stable Version License

Laravel 9.0 blank + tailwindcss + Alpinejs

  • 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.

Installation

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