Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqt97/tqt97-blog
This is my personal blog for the purpose of sharing knowledge.
https://github.com/tqt97/tqt97-blog
filamentphp laravel-framework livewire tailwindcss
Last synced: about 17 hours ago
JSON representation
This is my personal blog for the purpose of sharing knowledge.
- Host: GitHub
- URL: https://github.com/tqt97/tqt97-blog
- Owner: tqt97
- Created: 2024-02-17T04:13:37.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-21T14:44:19.000Z (9 months ago)
- Last Synced: 2024-02-21T16:18:15.452Z (9 months ago)
- Topics: filamentphp, laravel-framework, livewire, tailwindcss
- Language: PHP
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TuanTQ Blog
>This is my **personal blog** for the purpose of sharing knowledge. The technology used in this project includes: *Laravel Framework*, *Filament*, *Livewire*, *Tailwindcss*## Installation and Setup Instructions
```
Run git clone https://github.com/tqt97/tqt97-blog.git
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
```Open browser and go to link **127.0.0.1:8000**
or you can run this script in terminal
```
bash ./setup_project.sh
```