Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yessenali-yerkebulan/livewire-poll-app-laravel-10

Voting App
https://github.com/yessenali-yerkebulan/livewire-poll-app-laravel-10

blade-template laravel10 livewire-components mysql php82

Last synced: about 24 hours ago
JSON representation

Voting App

Awesome Lists containing this project

README

        

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## Livewire Poll App

Voting app made using Laravel 10 and Livewire

    Used Technologies:
  • Laravel 10

  • PHP 8.2

  • MySQL

  • Livewire

  • TailwindCSS


    Laravel Features:
  • Livewire Components

  • Routes

  • Models

  • Blade Templates

  • Migrations

  • OneToMany Relationship


To setup project run in CLI:

Clone Project:

```sh

git clone https://github.com/Yessenali-Yerkebulan/book-review-laravel10.git

```

Go inside project directory:

```sh

cd book-review-laravel10

```

```sh

composer install

```

```sh

cp .env.example .env

```

```sh

php artisan key:generate

```

```sh

php artisan migrate

```

after migration command select yes option to create database schema

run application:

```sh

php artisan serve

```

## Main page