alxarafe/alxarafe

The skeleton application for the Laravel framework.

Installs: 170

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 0

Open Issues: 0

Type:project

0.1.3-stable 2019-01-11 20:12 UTC

README

Scrutinizer logo Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

TravisCI-Mascot-1.png Build Status

codecov

packagist Downloads

Alxarafe.

Alxarafe is an application developed in the Laravel framework, which initially starts from a Dolibarr project fork, maintaining its functionalities and evolving from there.

Why Alxarafe?

Because Alxarafe will offer multiple features out of the box. Its modularity, allows to easily change the tools used to provide his functionalities.

Documentation

https://alxarafe.github.io/alxarafe/

You can test the application using Docker. Switch to the docker path from the app repository:

cd docker

Copy or rename .env.example to .env.

cp .env.example .env

Build docker image using:

docker-compose build --no-cache --force-rm

Afterwards, you can start the image execution with:

docker-compose up --force-recreate

Once the image has started running, you can run Alxarafe by starting it in your browser

http://localhost:8090/

Contributors

PRs Welcome

If you find ways to improve the code, do it. Thank you for considering contributing to Alxarafe ERP! The contribution guide can be found in the Alxarafe documentation.

Licence

Alxarafe is released under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version (GPL-3+).

See the COPYING file for a full copy of the license.

Other licenses apply for some included dependencies. See COPYRIGHT for a full list.