Git Product home page Git Product logo

infyomlabs / laravel-ui-adminlte Goto Github PK

View Code? Open in Web Editor NEW
194.0 10.0 66.0 231 KB

Laravel UI Frontend Preset for AdminLTE with Laravel Fortify support.

Home Page: http://infyom.com/open-source

PHP 23.53% Blade 74.95% JavaScript 0.90% SCSS 0.63%
laravel-ui-adminlte adminlte laravel-package laravel-ui adminlte3 adminlte-fortify laravel-adminlte-fortify laravel-fortify laravel-frontend-presets hacktoberfest

laravel-ui-adminlte's Introduction

InfyOm

Laravel UI AdminLTE

Total Downloads Monthly Downloads Daily Downloads License

Laravel Frontend Scaffolding for AdminLTE3 Theme.

Documentation

Read Documentation for detailed installation steps and usage.

Support Us

We have created 14+ Laravel packages and invested a lot of resources into creating these all packages and maintaining them.

You can support us by either sponsoring us or buying one of our paid products. Or help us by spreading the word about us on social platforms via tweets and posts.

Buy our Paid Products

InfyGPT

You can also check out our other paid products on CodeCanyon.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site.

Backers

Become a backer and get your image on our README on Github with a link to your site.

Follow Us

Made with InfyOm Generator

Also, Do not forget to add your website to Made with InfyOm Generator List list.

Security

If you discover any security-related issues, create an issue using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Video Tutorials

Checkout Video Tutorial - By: Shailesh Ladumor

Checkout Laravel Fortify Video Tutorial

Screenshots

Login

Login

Register

Register

Reset Password Form

Reset Password Form

Reset Password

Reset Password

Admin Layout

Reset Password

laravel-ui-adminlte's People

Contributors

ankitinfyom avatar hichxm avatar mehdihasanpour avatar mitulgolakiya avatar peppers96 avatar shaileshinfyom avatar vishalinfyom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-ui-adminlte's Issues

Install error

Hi: When I run: npm run dev I get the following error. I'm running latest Laravel 8.61.0 and PHP 7.4.23 on Ubuntu 18.04

....
✖ Mix
  Compiled with some errors in 2.65s

ERROR in ./resources/sass/app.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
  ╷
5 │ @import '~admin-lte/build/scss/AdminLTE';
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
  resources/sass/app.scss 5:9  root stylesheet
    at processResult (/home/osboxes/erp/kubeworkz/node_modules/webpack/lib/NormalModule.js:721:19)
    at /home/osboxes/erp/kubeworkz/node_modules/webpack/lib/NormalModule.js:827:5
    at /home/osboxes/erp/kubeworkz/node_modules/loader-runner/lib/LoaderRunner.js:399:11
    at /home/osboxes/erp/kubeworkz/node_modules/loader-runner/lib/LoaderRunner.js:251:18
    at context.callback (/home/osboxes/erp/kubeworkz/node_modules/loader-runner/lib/LoaderRunner.js:124:13)
    at /home/osboxes/erp/kubeworkz/node_modules/sass-loader/dist/index.js:54:7
    at Function.call$2 (/home/osboxes/erp/kubeworkz/node_modules/sass/sass.dart.js:95949:16)
    at _render_closure1.call$2 (/home/osboxes/erp/kubeworkz/node_modules/sass/sass.dart.js:83931:12)
    at _RootZone.runBinary$3$3 (/home/osboxes/erp/kubeworkz/node_modules/sass/sass.dart.js:28042:18)
    at _FutureListener.handleError$1 (/home/osboxes/erp/kubeworkz/node_modules/sass/sass.dart.js:26572:21)

1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack compiled with 2 errors
....

Cheers, Dave

UPDATE:

Changed the case of: @import '~admin-lte/build/scss/AdminLTE'; to @import '~admin-lte/build/scss/adminlte'; in resources/saas/app.scss Seems to be OK now.

Version Confirm

I have the following in composer json.

"infyomlabs/laravel-ui-adminlte": "^5.1",

but display in browser is Version 3.0.5
Is it the adminLTE 3?

Package not installing on Laravel Framework 9.30.1

What i have done was i just created a new project and then i installed the ui package "laravel/ui": "^4.0" after that trying to install the adminlte which raises following problem

 Problem 1
    - Root composer.json requires infyomlabs/laravel-ui-adminlte ^5.1 -> satisfiable by infyomlabs/laravel-ui-adminlte[v5.1.0, 5.x-dev].
    - infyomlabs/laravel-ui-adminlte[v5.1.0, ..., 5.x-dev] require laravel/ui ^3.0 -> found laravel/ui[v3.0.0, ..., 3.x-dev] but it conflicts with your root composer.json require (^4.0).

AdminLTE scss import

Hi, I have this problem

ERROR in ./resources/sass/app.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
  ╷
5 │ @import '~admin-lte/build/scss/AdminLTE';
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
  resources/sass/app.scss 5:9  root stylesheet

And I fixed it when I change AdminLTE to adminlte :

// Variables
@import 'variables';

// Bootstrap
@import '~admin-lte/build/scss/adminlte';

Dependencies :

{
    "devDependencies": {
        "admin-lte": "^3.1",
        "axios": "^0.21",
        "bootstrap": "^4.6.0",
        "jquery": "^3.6",
        "laravel-mix": "^6.0.6",
        "lodash": "^4.17.19",
        "popper.js": "^1.16",
        "postcss": "^8.1.14",
        "resolve-url-loader": "^4.0.0",
        "sass": "^1.32.11",
        "sass-loader": "^11.0.1"
    }
}

Fails at npm run dev

I have tried to install this package to my fresh new Laravel 8 project following the guidelines here:

https://levelup.gitconnected.com/integrating-adminlte-3-and-laravel-8-51c1555efa60

And I have found that on the second try running npm run dev, I got the following error:

ERROR in ./resources/sass/app.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
  ╷
5 │ @import '~admin-lte/build/scss/AdminLTE';
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
  /home/webadmin/projects/test-dump/test-app/resources/sass/app.scss 5:9  root stylesheet
    at processResult (/home/webadmin/projects/test-dump/test-app/node_modules/webpack/lib/NormalModule.js:701:19)
    at /home/webadmin/projects/test-dump/test-app/node_modules/webpack/lib/NormalModule.js:807:5
    at /home/webadmin/projects/test-dump/test-app/node_modules/loader-runner/lib/LoaderRunner.js:399:11
    at /home/webadmin/projects/test-dump/test-app/node_modules/loader-runner/lib/LoaderRunner.js:251:18
    at context.callback (/home/webadmin/projects/test-dump/test-app/node_modules/loader-runner/lib/LoaderRunner.js:124:13)
    at /home/webadmin/projects/test-dump/test-app/node_modules/sass-loader/dist/index.js:73:7
    at Function.call$2 (/home/webadmin/projects/test-dump/test-app/node_modules/sass/sass.dart.js:93417:16)
    at _render_closure1.call$2 (/home/webadmin/projects/test-dump/test-app/node_modules/sass/sass.dart.js:81775:12)
    at _RootZone.runBinary$3$3 (/home/webadmin/projects/test-dump/test-app/node_modules/sass/sass.dart.js:27547:18)
    at _FutureListener.handleError$1 (/home/webadmin/projects/test-dump/test-app/node_modules/sass/sass.dart.js:26096:19)

I found that this was different from the tutorial and also makes the project fail. Did any update screw things up probably?

Also it has come to my attention that it seems that this package is no longer maintained in a properly manner. I just wonder if there are any developers still caring for this package and trying to resolve the issues raised by others (as far as I know there are two open issues with none resolved to any extent). This is not good.

npm WARN's after fresh install

Did a fresh install using Laravel 9.20.0 followd the tutorial and when running npm install && npm run dev and a bunch of this:

npm WARN [email protected] requires a peer of bootstrap@>=4.5.2 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-android-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"android","arch":"x64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-darwin-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"x64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-android-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-darwin-arm64):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-freebsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-linux-arm): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-linux-32): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ia32"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-freebsd-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-linux-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"x64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-linux-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-linux-mips64le): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-linux-s390x): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"s390x"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-linux-ppc64le): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-linux-riscv64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"riscv64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-netbsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-openbsd-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-sunos-64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"sunos","arch":"x64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-windows-32): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"ia32"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\esbuild-windows-arm64): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"arm64"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

"fixed" some that had You must install peer dependencies yourself. info by npm install --save-dev "dependency",

I can't make it to compile app.css and app.js files under public folder, so when i enter to /login,/registers, etc. I get:

GET http://127.0.0.1:3000/css/app.css net::ERR_ABORTED 404 (Not Found)

What I'm doing wrong?
Thanks in advance.

SassError: Top-level selectors may not contain the parent selector "&".

Trying to implement adminlte 3 ui into laravel 8
While running npm run dev, i run into this issue, didnt seem to get anywhere from here

ERROR in ./resources/sass/app.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Top-level selectors may not contain the parent selector "&".
  ╷
7 │   &.bg-#{$name} {
  │   ^^^^^^^^^^^^^^
  ╵
  node_modules/admin-lte/build/scss/mixins/_backgrounds.scss 7:3   background-variant()
  node_modules/admin-lte/build/scss/_colors.scss 7:3               @import
  node_modules/admin-lte/build/scss/parts/_miscellaneous.scss 9:9  @import
  node_modules/admin-lte/build/scss/adminlte.scss 25:9             @import
  resources/sass/app.scss 5:9                                      root stylesheet
    at processResult (/home/roshan/Desktop/project/adminlte-app1/node_modules/webpack/lib/NormalModule.js:758:19)
    at /home/roshan/Desktop/project/adminlte-app1/node_modules/webpack/lib/NormalModule.js:860:5
    at /home/roshan/Desktop/project/adminlte-app1/node_modules/loader-runner/lib/LoaderRunner.js:400:11
    at /home/roshan/Desktop/project/adminlte-app1/node_modules/loader-runner/lib/LoaderRunner.js:252:18
    at context.callback (/home/roshan/Desktop/project/adminlte-app1/node_modules/loader-runner/lib/LoaderRunner.js:124:13)
    at /home/roshan/Desktop/project/adminlte-app1/node_modules/sass-loader/dist/index.js:54:7
    at Function.call$2 (/home/roshan/Desktop/project/adminlte-app1/node_modules/sass/sass.dart.js:99696:16)
    at render_closure1.call$2 (/home/roshan/Desktop/project/adminlte-app1/node_modules/sass/sass.dart.js:85096:12)
    at _RootZone.runBinary$3$3 (/home/roshan/Desktop/project/adminlte-app1/node_modules/sass/sass.dart.js:29643:18)
    at _FutureListener.handleError$1 (/home/roshan/Desktop/project/adminlte-app1/node_modules/sass/sass.dart.js:28163:21)

1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack compiled with 2 errors

Compiler package has not been upgraded on this package

Latest version of Laravel has deprecated the Webpack mix and introduced vite to compile assets and js files. but when we installed the laravel-ui-adminlte it generates the webpack.mix file. package needed to be upgrade to vite configuration instated of webpack mix

it could be more use full if the package support to webpack as well as vite complier by giving a separate command to initiate the

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.