kitelos/kitelos

The starter kit with Laravel and VueJS

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 26

Type:project

v1.1.1 2019-11-29 21:15 UTC

README

logo.png

About KitElos

KitElos is a kit that facilitates the start of SPA web application development, providing you with a basic, structured scheme with modules necessary for any application.

Install

$ composer create-project seguce92/kitelos project_name
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_password
$ php artisan kitelos:install

For more information visit: KitElos Documentation.

License

The Laravel framework is open-source software licensed under the MIT license.