This is a Laravel Livewire project repository.
- Clone this repository
- Install Laravel dependencies:
composer install - Install NPM dependencies:
npm install - Copy
.env.exampleto.envand configure your environment - Generate application key:
php artisan key:generate - Run migrations:
php artisan migrate - Compile assets:
npm run dev - Start the development server:
php artisan serve
Laravel Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.