8000 GitHub - bibbler/laravel-livewire-demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bibbler/laravel-livewire-demo

 
 

Repository files navigation

Laravel Package Tutorial

Setup instructions

First, make sure you have git and node installed.

Next, you'll need to download the repo if you haven't already:

Change directory to the root folder of the project and install dependencies:

 cd laravel-livewire-demo

Composer

Update composer dependencies

composer install

Config

Create environment settings

 cp .env.example.env
 vi .env
 php artisan key:generate

Database

Migrate database

 php artisan migrate

Laravel mix

Assets are managed via laravel mix. To compile js && css assets, run

npm install && npm run dev

To keep a laravel mix session running while working, run

npm run watch

Final steps

Run development server.

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.8%
  • Blade 21.4%
  • Shell 0.8%
0