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.
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.
To get started with a new project using this template, follow these steps:
-
Clone this repository:
git clone https://github.com/afindo/template-web.git
-
Install dependencies:
composer install
-
Configure your environment variables:
cp .env.example .env php artisan key:generate
-
Migrate the database: To get a database, please Contact Me.
-
Start the development server:
php artisan serve
Now, you have a basic Laravel project set up based on the CV AFINDO INFORMATIKA template.
Make sure to follow our coding standards and best practices outlined in the CONTRIBUTING.md file.
We welcome contributions from everyone. Feel free to open issues, submit pull requests, or provide suggestions to improve this template.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Open a pull request.
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.