Skip to content

Jarkkohei/livewire-project

Repository files navigation

livewire-project

A test project using Laravel with Livewire framework.


Install

Clone the project from Git and cd into the project directory.

git clone https://github.com/Jarkkohei/livewire-project.git
cd livewire-project

Install backend dependencies

composer install

Install frontend dependencies

npm install

Create a database and set the environment variables in .env -file.

Migrate the database

php artisan migrate 

Generate JWT-secret

php artisan jwt:secret

Run

Run the server

php artisan serve

Run and watch the frontend assets

npm run watch

Navigate to http://localhost:8000 to see the Welcome -page

About

A test project using Laravel with Livewire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published