Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```