Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyronome/pattern-adminlte-3x-vuejs-2x-laravel-6x
Pyronome Pattern for Web Application Development Kit (AdminLTE 3.x + Vue.js 2.x + Laravel 6.x)
https://github.com/pyronome/pattern-adminlte-3x-vuejs-2x-laravel-6x
admin-panel admin-template adminlte adminlte3 frontend laravel pattern pyronome pyronome-platform vue vuejs vuejs2
Last synced: about 2 months ago
JSON representation
Pyronome Pattern for Web Application Development Kit (AdminLTE 3.x + Vue.js 2.x + Laravel 6.x)
- Host: GitHub
- URL: https://github.com/pyronome/pattern-adminlte-3x-vuejs-2x-laravel-6x
- Owner: pyronome
- License: mit
- Created: 2019-12-17T09:26:09.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-09T13:46:27.000Z (about 2 years ago)
- Last Synced: 2024-08-16T14:58:41.705Z (5 months ago)
- Topics: admin-panel, admin-template, adminlte, adminlte3, frontend, laravel, pattern, pyronome, pyronome-platform, vue, vuejs, vuejs2
- Language: Vue
- Homepage: https://pyronome.com/pyronome/adminlte-3x-vuejs-2x-laravel-6x
- Size: 6.01 MB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**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/.
**Vue** is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. For further information about **Vue.js**, please visit https://vuejs.org/.
**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 **Wisilo Web Application Development Kit (AdminLTE 3.x + Vue.js 2.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-vuejs-2x-laravel-6x.
**Please note that you cannot directly use this repository.** To generate source code using this pattern, please visit [Pyronome Sign Up Page](https://platform.pyronome.com/builder/signup), and create an account.
Please refer to the [Getting Started](https://github.com/pyronome/pattern-adminlte-3x-vuejs-2x-laravel-6x#getting-started) section for step by step instructions.
## Status: Experimental
Not available for production environments. The stable version is coming soon.
## Getting Started
Please follow the steps below to generate source code using **Wisilo Web Application Development Kit (AdminLTE 3.x + Vue.js 2.x + Laravel 6.x)** pattern:
1. Visit Pyronome platform website: https://pyronome.com
2. Sign up / log in to Pyronome. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-signup-and-login/
3. Create a new Pyronome project. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-your-first-project/
4. Please choose **Wisilo Web Application Development Kit (AdminLTE 3.x + Vue.js 2.x + Laravel 6.x)** pattern on Install Pattern(s) dialog.
5. Generate source code. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-source-code-generation/## Installation
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.
```console
composer install
``````console
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.
```console
php artisan key:generate
``````console
php artisan migrate
```Also, run the following commands:
```console
php artisan storage:link
``````console
npm run dev
```Then, start the webserver.
```console
php artisan serve --port=8000
```After starting webserver, open the following address on your browser:
```console
http://localhost:8000/wisilo/login
```You can use `root` for the user name and `wisilo` for the password to log in.
## Contributing
Please use the [issue tracker](https://github.com/pyronome/pattern-adminlte-3x-vuejs-2x-laravel-6x/issues) to report any bugs/typos or requests.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see releases section of the [pattern overview page](https://pyronome.com/pyronome/adminlte-3x-vuejs-2x-laravel-6x#Overview).
## Authors
* **Aykut Aydınlı** - [@aykutaydinli](https://github.com/aykutaydinli)
* **Hakan Erdal** - [@hakanerdal](https://github.com/hakanerdal)## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/pyronome/pattern-adminlte-3x-vuejs-2x-laravel-6x/blob/master/LICENSE) file for details