FranciiscoCampos170 / BASIC-TASK-APP-LARAVEL-LIVEWIRE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BASIC TASK APP (LARAVEL + LIVEWIRE)

Installation

  • Clone the repo https://github.com/FranciiscoCampos170/BASIC-TASK-APP-LARAVEL-LIVEWIRE.git

  • Run composer install to pull in all the dependencies

  • Run composer require livewire/livewire Include the PHP.

  • Run cp -r .env.example .env && php artisan key:generate

  • Set your db

  • RUN: php artisan migrate

  • RUN: php artisan serve

  • You are all set to go. Visit http://127.0.0.1:8000/ to view the basic task App

LIVEWIRE

License

The Laravel framework is open-sourced software licensed under the MIT license.

About


Languages

Language:PHP 89.9%Language:HTML 10.1%