Giter Club home page Giter Club logo

themeselection / sneat-bootstrap-html-laravel-admin-template-free Goto Github PK

View Code? Open in Web Editor NEW
363.0 10.0 141.0 1.44 MB

Most Powerful & Comprehensive Free Bootstrap 5 HTML Laravel Admin Dashboard Template built for developers!

Home Page: https://themeselection.com/item/sneat-free-bootstrap-html-laravel-admin-template/

License: MIT License

PHP 15.42% CSS 0.50% JavaScript 4.75% Blade 79.18% HTML 0.16%
admin-dashboard admin-panel bootstrap laravel laraveladmin admin-panel-template admin-panels free-admin-dashboard free-admin-template free-dashboard

sneat-bootstrap-html-laravel-admin-template-free's Issues

seperate admin subdomain or admin folder to seperate it from the front end of the website

What problem does this feature solve?

Often a website has a front end open to the public and an admin system on a sub domain e.g. admin.domain.com or under a folder e.g. domain.com/admin and the front end of the site is just domain.com.

What does the proposed solution look like?

allows controllers/views/etc to be separated from the rest of the application

Dockerfile not building

Steps to reproduce

git clone [email protected]:themeselection/sneat-html-laravel-admin-template-free.git sneat-demo && cd sneat-demo
docker build docker/8.1/

# OR

docker compose up

What is expected?

Docker will build and run. Ideally, the documentation would show how to run this demo using docker, literally cut and paste a few lines in the terminal.

What is actually happening?

ERROR:

=> ERROR [ 4/11] RUN apt-get update && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 && mkdir -p ~/.gnupg && chmod 600 ~/.gnupg && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && ap 1.2s

Here's the log

[+] Building 1.7s (8/15)                                                                                                                                                                                                                                                              
 => [internal] load build definition from Dockerfile                                                                                                                                                                                                                             0.0s
 => => transferring dockerfile: 2.38kB                                                                                                                                                                                                                                           0.0s
 => [internal] load .dockerignore                                                                                                                                                                                                                                                0.0s
 => => transferring context: 2B                                                                                                                                                                                                                                                  0.0s
 => [internal] load metadata for docker.io/library/ubuntu:21.10                                                                                                                                                                                                                  0.4s
 => [ 1/11] FROM docker.io/library/ubuntu:21.10@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154                                                                                                                                                          0.0s
 => [internal] load build context                                                                                                                                                                                                                                                0.0s
 => => transferring context: 870B                                                                                                                                                                                                                                                0.0s
 => CACHED [ 2/11] WORKDIR /var/www/html                                                                                                                                                                                                                                         0.0s
 => CACHED [ 3/11] RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone                                                                                                                                                                                0.0s
 => ERROR [ 4/11] RUN apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && ap  1.2s
------                                                                                                                                                                                                                                                                                
 > [ 4/11] RUN apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && apt-key adv --homedir ~/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E5267A6C     && apt-key adv --homedir ~/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C300EE8C     && echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu impish main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php8.1-cli php8.1        php8.1-pgsql php8.1-sqlite3 php8.1-gd        php8.1-curl        php8.1-imap php8.1-mysql php8.1-mbstring        php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap        php8.1-intl php8.1-readline        php8.1-ldap        php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole        php8.1-memcached php8.1-pcov php8.1-xdebug     && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && curl -sL https://deb.nodesource.com/setup_16.x | bash -     && apt-get install -y nodejs     && npm install -g npm     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -     && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*:
#7 0.674 Ign:1 http://archive.ubuntu.com/ubuntu impish InRelease
#7 0.674 Ign:2 http://security.ubuntu.com/ubuntu impish-security InRelease
#7 0.796 Ign:3 http://archive.ubuntu.com/ubuntu impish-updates InRelease
#7 0.796 Err:4 http://security.ubuntu.com/ubuntu impish-security Release
#7 0.796   404  Not Found [IP: 91.189.91.38 80]
#7 0.891 Ign:5 http://archive.ubuntu.com/ubuntu impish-backports InRelease
#7 1.002 Err:6 http://archive.ubuntu.com/ubuntu impish Release
#7 1.002   404  Not Found [IP: 91.189.91.39 80]
#7 1.124 Err:7 http://archive.ubuntu.com/ubuntu impish-updates Release
#7 1.124   404  Not Found [IP: 91.189.91.39 80]
#7 1.219 Err:8 http://archive.ubuntu.com/ubuntu impish-backports Release
#7 1.219   404  Not Found [IP: 91.189.91.39 80]
#7 1.222 Reading package lists...
#7 1.232 E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' does not have a Release file.
#7 1.232 E: The repository 'http://archive.ubuntu.com/ubuntu impish Release' does not have a Release file.
#7 1.232 E: The repository 'http://archive.ubuntu.com/ubuntu impish-updates Release' does not have a Release file.
#7 1.232 E: The repository 'http://archive.ubuntu.com/ubuntu impish-backports Release' does not have a Release file.
------
executor failed running [/bin/sh -c apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && apt-key adv --homedir ~/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E5267A6C     && apt-key adv --homedir ~/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C300EE8C     && echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu impish main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php8.1-cli php8.1        php8.1-pgsql php8.1-sqlite3 php8.1-gd        php8.1-curl        php8.1-imap php8.1-mysql php8.1-mbstring        php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap        php8.1-intl php8.1-readline        php8.1-ldap        php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole        php8.1-memcached php8.1-pcov php8.1-xdebug     && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash -     && apt-get install -y nodejs     && npm install -g npm     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -     && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*]: exit code: 100

Additional data

Undefined variable $menuData

Steps to reproduce

On starting up Laravel app, error thrown.

What is expected?

Loading of Laravel app to show admin dashboard

What is actually happening?

getting the error - Undefined variable $menuData
at - resources / views / layouts / sections / menu / verticalMenu.blade.php : 20

Additional data

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.