Skip to content

This repository contains a Docker environment for Laravel applications utilizing Artisan for streamlined development and deployment.

License

Notifications You must be signed in to change notification settings

Azshurith/Dockerized-Laravel-Environment-Artisan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Laravel Docker 🐋 Environment with Artisan 🌟

License

This repository contains a Docker environment for Laravel applications utilizing Artisan for streamlined development and deployment.

🛠️ Makefile Commands

help                 Displays all available Commands
project_start        Starts the Project
project_stop         Stops the Project
project_destroy      Deletes the Project

📝 Environment Variables (.env)

Ensure to set up your environment variables in the .env file.

# Docker Configuration
PROJECT_NAME=
PROJECT_VERSION=1.0
PROJECT_REPOSITORY=

# Php Configurations
PHP_DOCKERFILE=.docker/Php/

# Database Configurations
MARIADB_CONNECTION=mysql
MARIADB_HOST=host.docker.internal
MARIADB_PORT=3306
MARIADB_DATABASE=Laravel
MARIADB_USERNAME=laravel
MARIADB_PASSWORD=laravel
MARIADB_DOCKERFILE=.docker/MariaDB/

# PhpMyAdmin Configurations
PHPMYADMIN_DOCKERFILE=.docker/PhpMyAdmin/

🚀 Getting Started

Prerequisites 🛠️

  • Docker: Install Docker on your system if you haven't already. You can download it here.

Installation 📦

  1. Copy the .env.sample and setup the variables thru executing cp .env.sample .env.
  2. Start the docker project thru executing the command make project_start.
  3. Download laravel project thru executing the command make project_create.
  4. Shutdown docker thru running make project_stop.
  5. Start docker thru running make project_start.
  6. Access your Laravel application at http://localhost:8000.

Contributing 🤝

Contributions are welcome! If you'd like to contribute to this project, please follow the Contributing Guidelines.

License 📝

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.

Acknowledgments 🙏

Special thanks to the open-source community for their valuable contributions and inspiration.

Contact 📧

For questions or feedback, please feel free to reach out:

Made with ❤️ by Devitrax

About

This repository contains a Docker environment for Laravel applications utilizing Artisan for streamlined development and deployment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages