Skip to content

EhtuCom/livewire-crud-demo

 
 

Repository files navigation

livewire-crud-demo

A demo crud application

The easiest way to run this code is to install Docker desktop.

if you don't have docker desktop you can install it via homebrew

brew cask install docker

or download it via

https://www.docker.com/products/docker-desktop

Start docker

osascript -e 'tell application "Docker Desktop" to open'

Git clone the project

git clone https://github.com/dietercoopman/livewire-crud-demo.git

Inside the folder you've checked out you run these commands

composer install
cp .env.example .env
./vendor/bin/sail up

Open a new terminal tab

./vendor/bin/sail artisan key:generate
./vendor/bin/sail artisan migrate
./vendor/bin/sail artisan db:seed

About

A demo crud application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.8%
  • Blade 9.4%
  • Shell 0.8%