awes-io / awes-io
Awes.IO build based on Laravel Framework.
Fund package maintenance!
Patreon
Open Collective
Installs: 25 920
Dependents: 0
Suggesters: 0
Security: 0
Stars: 847
Watchers: 30
Forks: 97
Open Issues: 51
Type:project
Requires
- php: ^7.2
- awes-io/auth: ^1.1
- awes-io/base-js: ^1.6
- awes-io/context-menu: ^1.0
- awes-io/filter-wrapper: ^1.0
- awes-io/form-builder: ^1.3
- awes-io/generator: ^0.0
- awes-io/indigo-layout: ^1.7
- awes-io/localization-helper: ^1.0
- awes-io/modal-window: ^1.1
- awes-io/repository: ^1.0
- awes-io/table-builder: ^1.0
- begimov/thanks: ^1.1
- fideloper/proxy: ^4.0
- laravel/framework: 5.8.*
- laravel/tinker: ^1.0
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-10-29 05:46:46 UTC
README
Platform for Interactive Business Applications
10x faster to create than the traditional way • 3x increase application experiences • 60% decrease in development cost
Features
- Free and Open-Source
- 34 ready-to-use dedicated open-source packages
- Awesome interface with a dark mode as an out-of-the-box feature
- Easy to customize, based on Laravel & Vue.js
- Well-designed for CRM, ERP, SaaS, Admin Dashboards, and Startups
- Simple support of the applications
Introduction
Awes.io is a platform that provides an awesome UI interface and list of packages to build custom interactive web applications.
Quick Start
1. Try It Out
We have developed the Demo for approximately 1 day. It's really a fast presentation what could be created based on the platform.
Go to Live Demo
2. Install Demo to your machine
When you are satisfied with the demo online version and want to start coding, we have prepared for you a docker-compose
build for quick installation. Everything is ready for your experiments. 🧪
Go to repository with demo.
3. Build your "Hello World" application
If you have played enough in the demo on your local machine, you can install an empty build and create your first hello world
app.
Go to installation guide
Available Packages
All packages from the table are ready to install within Composer. Unfortunately, we have a limit of resources and have not published all list of packages to GitHub yet. Most parts of it located in our private repositories. We are working hard to open them as quickly as possible.
For installation the packages you have to create a project on Package Kit (it's free) and add the packages to your project. Then it will be ready by the Composer.
Installation
The build inside of the repository does not exist any backend logic. The build is needed if you would like to start a new project.
👽️ if you see this system for the first time, we strongly recommend installing our demo first!
Via Awes.io Installer
Awes.io utilizes Composer to manage its dependencies. So, before using Awes.io, make sure you have Composer installed on your machine.
First, download the installer using Composer:
composer global require awes-io/installer
Make sure to place composer's system-wide vendor bin directory in your $PATH
so the awes-io executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:
- macOS:
$HOME/.composer/vendor/bin
, command:export PATH=~/.composer/vendor/bin:$PATH
- GNU / Linux Distributions:
$HOME/.config/composer/vendor/bin
- Windows:
%USERPROFILE%\AppData\Roaming\Composer\vendor\bin
Once installed, the awes-io new
command will create a fresh Awes.io installation in the directory you specify. For instance, awes-io new crm
will create a directory named crm
containing a fresh Awes.io installation with all of Awes.io's dependencies already installed:
awes-io new crm
Manual installation
For the fast start, we recommend using AwesIO Installer. If for some reason it's not an option, please follow the instruction:
- Clone the repository:
git clone git@github.com:awes-io/awes-io.git
- Create a project by the link: https://www.pkgkit.com/awes-io/create
- Copy project's API key and save it to your
composer.json
composer install
- Done! 🍺
Documentation
Full documentation please follow to official website of Awes.io.