/laravel-livewire-demo

Shortlinks app with CRUD demo using Laravel & Livewire - Powergrid

Primary LanguagePHP

Laravel Livewire - Powergrid Demo

laravel CRUD with livewire - dashboard with laravel tailwind default & ui kit daisyui

Requirements

  • PHP 7.3 or latest
  • PostgreSQL 12 or latest

How to run

$ cp .env.example .env
$ vim .env # edit this environment variables
$ composer install
$ npm install
$ php artisan migrate
$ php artisan serve

Compile Assets

$ npm run dev

or

$ npm run watch

Screenshot