Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Livewire Project

This is a Laravel Livewire project repository.

Setup Instructions

  1. Clone this repository
  2. Install Laravel dependencies:
    composer install
    
  3. Install NPM dependencies:
    npm install
    
  4. Copy .env.example to .env and configure your environment
  5. Generate application key:
    php artisan key:generate
    
  6. Run migrations:
    php artisan migrate
    
  7. Compile assets:
    npm run dev
    
  8. Start the development server:
    php artisan serve
    

About Laravel Livewire

Laravel Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages