An open API service indexing awesome lists of open source software.

https://github.com/developermithu/laravel-9-blog

Laravel Livewire Blog Website Building
https://github.com/developermithu/laravel-9-blog

Last synced: 8 months ago
JSON representation

Laravel Livewire Blog Website Building

Awesome Lists containing this project

README

          

# Laravel 9 Blog with Livewire

## Installation

Before migrating comment `View:share()` on `AppServiceProvider.php` otherwise migrate will not run.

```
git clone https://github.com/developermithu/laravel-9-blog.git
cd laravel-9-blog
composer install
npm install & npm run dev
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serve
npm run watch
```