itiwariarun / Blog

using laravel, tailwind, alpine

Home Page:blog-sooty-psi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

First clone this repository, install the dependencies, and setup your .env file.

composer install
cp .env.example .env

Then create the necessary database.

php artisan db
create database blog

And run the initial migrations and seeders.

php artisan migrate --seed

About

using laravel, tailwind, alpine

blog-sooty-psi.vercel.app

License:MIT License


Languages

Language:PHP 77.3%Language:Blade 22.0%Language:Shell 0.7%