Skip to content

LAMPSpace/lara-ai-writer

Repository files navigation

LARA AI WRITER

Usage

Install

  1. Clone the repository
git clone
  1. Copy the .env.example file to .env
cd lara-ai-writer
cp .env.example .env
  1. Install dependencies
composer install
cd lara-ai-writer-frontend && npm install
  1. Generate application key
php artisan key:generate
  1. Run migrations
php artisan migrate
  1. Run the application
./vendor/bin/sail up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published