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
- Host: GitHub
- URL: https://github.com/developermithu/laravel-9-blog
- Owner: developermithu
- Created: 2022-10-28T00:54:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T10:27:00.000Z (over 3 years ago)
- Last Synced: 2025-03-29T11:28:53.233Z (12 months ago)
- Language: JavaScript
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```