Pyronome is an online platform that allows software developers to develop sustainable and scalable software solutions really fast.
Get Started Now!Version | Last Update | Tags |
---|---|---|
0.0.0-dev | December 02, 2019 12:10 pm | |
0.0.1-dev | August 17, 2020 9:58 am |
AdminLTE is a fully responsive administration template. Based on Bootstrap 4 framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. For further information about AdminLTE, please visit https://adminlte.io/.
HTMLDB.js is a simple HTML data & template engine. HTMLDB.js is written in pure JavaScript so that it can be used with different backend and frontend frameworks. For further information about HTMLDB.js, please visit https://github.com/htmldbjs/.
Laravel is a web application framework with expressive, elegant syntax. For further information about Laravel Framework, please visit https://laravel.com/.
This repository contains Pyronome AdminLTE 3.x + HTMLDB.js 1.x + Laravel 6.x pattern basic information, pattern files, pattern templates, documentation and issue tracker. For further information about this pattern, please visit https://pyronome.com/pyronome/adminlte-3x-htmldbjs-1x-laravel-6x.
Please note that you cannot directly use this repository. To generate source code using this pattern, please visit Pyronome Sign Up Page, and create an account.
Please refer to the Getting Started section for step by step instructions.
Not available for production environments. The stable version is coming soon.
Please follow the steps below to generate source code using AdminLTE 3.x + HTMLDB.js 1.x + Laravel 6.x pattern:
After generating and downloading source code from the Pyronome platform, you can follow the steps below to install dependencies and run the local webserver.
Firstly, go to the source
folder, install the project, and load dependencies.
composer install
npm install --save-dev
After loading dependencies, create .env
file. For further information about Laravel .env
files, please visit: https://laravel.com/docs/6.x/configuration
Then, run application key generation and migration commands.
php artisan key:generate
php artisan migrate
php artisan storage:link
Then, start the webserver.
php artisan serve --port=8000
After starting webserver, open the following address on your browser:
http://localhost:8000/adminlte/login
You can use root
for the user name and adminlte
for the password to log in.
Please use the issue tracker to report any bugs/typos or requests.
We use SemVer for versioning. For the versions available, see releases section of the pattern overview page.
This project is licensed under the MIT License - see the LICENSE file for details
ADMINLTE 3.X + HTMLDB.JS 1.X + LARAVEL 6.X COPYRIGHT (C) 2024 PYRONOME (@PYRONOME)
USE OF THIS PYRONOME PATTERN IS SUBJECT TO THE FOLLOWING TERMS AND CONDITIONS:
MIT LICENSE
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.