Skip to content

afindo/template-web

Repository files navigation

Laravel 8 Project Template - CV AFINDO INFORMATIKA

Welcome to the Laravel 8 Project Template for CV AFINDO INFORMATIKA! This repository serves as a starting point for Laravel projects within our company, following our coding standards and best practices.

Table of Contents

Introduction

This project template is designed to provide a standardized structure for Laravel 8 projects at CV AFINDO INFORMATIKA. It includes common configurations, directory structures, and configurations to ensure consistency across our projects.

Feel free to use this template as a foundation for your Laravel projects within the company.

Getting Started

To get started with a new project using this template, follow these steps:

  1. Clone this repository:

    git clone https://github.com/afindo/template-web.git
    
  2. Install dependencies:

    composer install
    
  3. Configure your environment variables:

    cp .env.example .env
    php artisan key:generate
    
  4. Migrate the database: To get a database, please Contact Me.

  5. Start the development server:

    php artisan serve
    

Now, you have a basic Laravel project set up based on the CV AFINDO INFORMATIKA template.

Coding Standards

Make sure to follow our coding standards and best practices outlined in the CONTRIBUTING.md file.

Contributing

We welcome contributions from everyone. Feel free to open issues, submit pull requests, or provide suggestions to improve this template.

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes.
  4. Open a pull request.

License

This Laravel 8 Project Template is open-sourced software licensed under the MIT License.

Feel free to use, modify, and distribute the code according to the terms of the license.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages