Skip to content

another-novelty/marmite

Repository files navigation

Marmite Project

Welcome to the Marmite project! This README will guide you through the setup and configuration process.

Getting Started

To get started with the Marmite project, follow these steps:

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/marmite.git
cd marmite
  1. Install the dependencies:
composer install

Environment Configuration

Before running the project, you need to create and configure the .env file.

  1. Create a .env file in the root directory of the project:
cp .env.example .env
  1. Open the .env file and add the necessary environment variables. For example:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password

Make sure to replace your_database, your_username, and your_password with your actual configuration values.

  1. Generate an application key:
php artisan key:generate

Running the Project

To start the project, run:

php artisan serve

Contributing

We welcome contributions! Please read our contributing guidelines for more information.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Using Laravel Sail

Laravel Sail provides a simple command-line interface for interacting with Laravel's default Docker configuration.

  1. Start the Docker containers:
./vendor/bin/sail up
  1. Run the project:
./vendor/bin/sail artisan serve

For more information on Laravel Sail, refer to the official documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published