Giter VIP home page Giter VIP logo

sergeyhub / laravel-admin-lte Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.82 MB

Example how use jeroennoten /Laravel-AdminLTE. Shot tut doc/Laravel 8 Admin LTE.pdf. Easy AdminLTE jeroennoten /Laravel-AdminLTE integration with Laravel. This package provides an easy way to quickly set up AdminLTE v3 with Laravel (6 or higher). It has no requirements and dependencies besides Laravel, so you can start building your admin panel immediately. The package provides a blade template that you can extend and advanced menu configuration possibilities. Also, and optionally, the package includes a set of AdminLTE styled authentication views that you can use in replacement of the ones that are provided by the laravel/ui authentication scaffolding.

Shell 0.61% PHP 76.69% Vue 0.39% Blade 22.32%

laravel-admin-lte's Introduction

get it up and running.

After you clone this project, do the following:

1. go into the project 
    cd laravel-admin-lte

2. install composer dependencies 
    composer install
    or
    composer update

3. generate a key for your application 
    php artisan key:generate

4. create a .env file
    cp .env.example .env

5. create a local MySQL database (make sure you have MySQL up and running) 
    mysql -u root -p
    
    > create database db_name;
    > exit;

6. add the database connection config to your .env file
    DB_CONNECTION=mysql
    DB_DATABASE=db_name
    DB_USERNAME=root
    DB_PASSWORD=

7. run the migration files to generate the schema 
   php artisan migrate

8. install npm dependencies 
   npm install && npm run dev

9. php artisan serve 
   Visit http://127.0.0.1:8000 your browser

Screenshot
Screenshot
Screenshot

laravel-admin-lte's People

Contributors

sergeyhub avatar

Stargazers

 avatar

Watchers

 avatar

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.