Skip to content

jay-biztech/LaravelWithLiveWire

Repository files navigation

Laravel With Livewire

Prerequisites

What things you need to install this project and how to setup the project on local
  1. PHP PHP Version
  2. MySQL MySQL Version
  3. Sqlite

Project setup

  1. Clone the project

  2. Install the dependencies

    composer install
    
  3. Setup database details in .env

  4. Migrate the database

    php artisan migrate
  5. Seed the database

    php artisan db:seed
  6. Run the project

    php artisan serve

During Development

  • Migrate and Seed with fresh database

    php artisan migrate:fresh --seed
  • Need to set sqlite for database in phpunit.xml for Unit testing

  • Use below command for testing

    composer test

About

It is base application to implement livewire with Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published