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.
git clone https://github.com/your-username/publishing-system.git
Install dependencies
composer install
npm install
Copy .env.example file to .env and configure your database settings.
Generate application key
php artisan key:generate
Run database migrations
php artisan migrate
Build assets using Laravel Mix
npm run dev
Serve the application
php artisan serve
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.
Contributions to this project are welcome. If you would like to contribute, please create a new branch and submit a pull request.