syahrinseth / publishing-system

0 stars 0 forks source link

Publishing System

This is a web application built with Laravel 8 and InertiaJS for managing publishing workflows. The application allows publishers to create, edit, and publish content across multiple platforms.

Features

Installation

  1. Clone the repository
git clone https://github.com/your-username/publishing-system.git
  1. Install dependencies

    composer install
    npm install
  2. Copy .env.example file to .env and configure your database settings.

  3. Generate application key

    php artisan key:generate
  4. Run database migrations

    php artisan migrate
  5. Build assets using Laravel Mix

    npm run dev
  6. Serve the application

    php artisan serve

Usage

After installation and setup, you can access the application in your browser by visiting http://localhost:8000. The first user to register will automatically become the administrator and will be able to create additional users and manage their roles and permissions.

Contributing

Contributions to this project are welcome. If you would like to contribute, please create a new branch and submit a pull request.