aichner / Laravel-Template

πŸ’€ As dead as PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agency Logo

Official Laravel Template

This repository serves as an entry point for future Laravel projects of the Advertisement Agency Christian Aichner.

Report bug Β· Request feature Β· Blog

Buy Me A Coffee

Table of contents

Quick start

  • Install composer (if not installed yet)
  • Clone the repository: git clone https://github.com/aichner/Laravel-Template.git Laravel-Template
  • Go to the new folder cd Laravel-Template
  • Run composer update
  • Copy .env.template and rename it to .env
  • Configure your .env to your needs
  • Generate key php artisan key:generate

The demo site will now be accessible at your local webservice.

(The project folder public should be the document root of the webserver)

More documentation

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Contributing

GitHub last commit GitHub issues GitHub closed issues

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

All HTML and CSS should conform to the Code Guide, maintained by Mark Otto.

Community

Get updates on our development and chat/talk with the project maintainers and community members.

Discord

Versioning

App version

For transparency into our release cycle and in striving to maintain backward compatibility, this repository is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we adhere to those rules whenever possible.

Creators

Joshua Tuttlies

Thanks

We do not have any external contributors yet, but if you want your name to be here, feel free to contribute to our project.

Copyright and license

GitHub repository license

SPDX-License-Identifier: (EUPL-1.2) Copyright Β© 2019 Werbeagentur Christian Aichner

About

πŸ’€ As dead as PHP


Languages

Language:PHP 96.8%Language:HTML 3.2%