Welcome to the PHP Contributing project! This project aims to provide a friendly way to find new open source tasks to contribute to.
PHP Contributing is designed to help new contributors find beginner-friendly issues in open source projects, making it easier to start contributing to the open source community.
-
Clone the repository:
git clone https://github.com/Danielopes7/php-contributing.git
cd php-contributing
Copy the example environment file and set up the environment variables:
-
Copy the example environment file and set up the environment variables:
cp .env.example .env
-
Install dependencies using Composer:
composer install
-
Install dependencies using Composer:
composer install
-
Build and start the Docker container using Laravel Sail:
./vendor/bin/sail up
./vendor/bin/sail artisan key:generate
./vendor/bin/sail artisan migrate
./vendor/bin/sail npm install
./vendor/bin/sail npm run dev
Visit http://localhost to see the application in action.
We welcome contributions from the community!
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or feedback, feel free to reach out by creating an issue in the repository.