Xtra Framework
This framework is intended to help build most usually needed features. The main goal is getting works done faster.
- Works for most popular CSS Frameworks (Bootstrap, etc.)
- Authentication UI (Login, Register, etc. compatibles with Laravel Users)
- Role Permission Management UI
- User / Group Management UI
- Support single or multiple tenancy using Laravel tenancy - coming soon
- Administration Panel
- Code Generator
- Laravel (5.x)
- PHP 7.1.3+
Not tested yet! :(
composer require ali-irawan/xtra
Run vendor publish command, for the first time
php artisan vendor:publish --tag=xtra
Then run your application
php artisan serve
Then open this URL on your browser
http://localhost:8000/xtra-login
For more guide see the wiki Xtra Framework Wiki
I am using phpDoc, you will need to download the PHAR and place it in the root of your project folder
Run this command to specify src as the source folder and docs as the output folder
php phpDocumentor.phar -d src -t docs --template="responsive-twig" --cache-folder CACHE_DIR
- Bootstrap CSS version 4.2.1
- jQuery version 3.2
Ali Irawan (boylevantz@gmail.com)
Any contributors (features, code, or documentation) please pm me!