{"id":21203300,"url":"https://github.com/pyronome/pattern-adminlte-3x-reactjs-16x-laravel-6x","last_synced_at":"2026-04-26T08:37:32.767Z","repository":{"id":113400492,"uuid":"228580871","full_name":"pyronome/pattern-adminlte-3x-reactjs-16x-laravel-6x","owner":"pyronome","description":"Pyronome Pattern for AdminLTE 3.x Bootstrap Admin Dashboard Template on React.js 16.x and Laravel 6.x","archived":false,"fork":false,"pushed_at":"2021-04-26T10:42:33.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2025-01-21T15:14:10.908Z","etag":null,"topics":["admin-panel","admin-template","adminlte","adminlte3","frontend","laravel","pattern","pyronome","pyronome-platform","react","reactjs"],"latest_commit_sha":null,"homepage":"https://pyronome.com/pyronome/adminlte-3x-reactjs-16x-laravel-6x","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyronome.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-17T09:29:14.000Z","updated_at":"2021-04-26T10:42:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"832a5820-84d8-4034-8484-c08878ef5ab8","html_url":"https://github.com/pyronome/pattern-adminlte-3x-reactjs-16x-laravel-6x","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-adminlte-3x-reactjs-16x-laravel-6x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-adminlte-3x-reactjs-16x-laravel-6x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-adminlte-3x-reactjs-16x-laravel-6x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-adminlte-3x-reactjs-16x-laravel-6x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyronome","download_url":"https://codeload.github.com/pyronome/pattern-adminlte-3x-reactjs-16x-laravel-6x/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658152,"owners_count":20326464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-panel","admin-template","adminlte","adminlte3","frontend","laravel","pattern","pyronome","pyronome-platform","react","reactjs"],"created_at":"2024-11-20T20:23:04.368Z","updated_at":"2026-04-26T08:37:27.733Z","avatar_url":"https://github.com/pyronome.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"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/.\n\n**React** is a JavaScript library for building user interfaces. For further information about **React.js**, please visit https://reactjs.org/.\n\n**Laravel** is a web application framework with expressive, elegant syntax. For further information about **Laravel** Framework, please visit https://laravel.com/.\n\nThis repository contains Pyronome **AdminLTE 3.x + React.js 16.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-reactjs-16x-laravel-6x.\n\n**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.\n\nPlease refer to the [Getting Started](https://github.com/pyronome/pattern-adminlte-3x-reactjs-16x-laravel-6x#getting-started) section for step by step instructions.\n\n## Status: Experimental\n\nNot available for production environments. The stable version is coming soon.\n\n## Getting Started\n\nPlease follow the steps below to generate source code using **AdminLTE 3.x + React.js 16.x + Laravel 6.x** pattern:\n\n1. Visit Pyronome platform website: https://pyronome.com\n2. 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/\n3. 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/\n4. Please choose **AdminLTE 3.x + React.js 16.x + Laravel 6.x** pattern on Install Pattern(s) dialog.\n5. 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/\n\n## Installation\n\nAfter generating and downloading source code from the Pyronome platform, you can follow the steps below to install dependencies and run the local webserver.\n\nFirstly, go to the `source` folder, install the project, and load dependencies.\n\n```console\ncomposer install\n```\n\n```console\nnpm install --save-dev\n```\n\nAfter loading dependencies, create `.env` file. For further information about Laravel `.env` files, please visit: https://laravel.com/docs/6.x/configuration\n\nThen, run application key generation and migration commands.\n\n```console\nphp artisan key:generate \n```\n\n```console\nphp artisan migrate\n```\n\nThen, start the webserver.\n\n```console\nphp artisan serve --port=8000\n```\n\nAfter starting webserver, open the following address on your browser:\n\n```console\nhttp://localhost:8000/adminlte/login\n```\n\nYou can use `root` for the user name and `adminlte` for the password to log in.\n\n## Contributing\n\nPlease use the [issue tracker](https://github.com/pyronome/pattern-adminlte-3x-reactjs-16x-laravel-6x/issues) to report any bugs/typos or requests.\n\n## Versioning\n\nWe 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-reactjs-16x-laravel-6x#Overview). \n\n## Authors\n\n* **Aykut Aydınlı** - [@aykutaydinli](https://github.com/aykutaydinli)\n* **Hakan Erdal** - [@hakanerdal](https://github.com/hakanerdal)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/pyronome/pattern-adminlte-3x-reactjs-16x-laravel-6x/blob/master/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronome%2Fpattern-adminlte-3x-reactjs-16x-laravel-6x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyronome%2Fpattern-adminlte-3x-reactjs-16x-laravel-6x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronome%2Fpattern-adminlte-3x-reactjs-16x-laravel-6x/lists"}