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.