Coder Social home page Coder Social logo

tchirktema / basic-laravel-admin-panel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from balajidharma/basic-laravel-admin-panel

0.0 0.0 0.0 526 KB

A basic and simple admin panel for Laravel projects.

License: MIT License

Shell 0.31% PHP 54.09% Blade 45.60%

basic-laravel-admin-panel's Introduction

Basic Laravel Admin Panel

A basic and simple admin panel for Laravel projects.

Total Downloads Latest Stable Version License

Built with

Installation

With Docker Desktop

  • To get started, you need to install Docker Desktop.
  • You may run the following command in your terminal
  • Windows open WSL2 Linux terminal. Docker Desktop WSL 2 backend
  • docker run --rm -v "$(pwd)":/opt -w /opt laravelsail/php82-composer:latest bash -c "composer create-project balajidharma/basic-laravel-admin-panel admin-app && cd admin-app && php artisan sail:install --with=mysql,redis,meilisearch,mailpit,selenium"
  • cd admin-app
  • ./vendor/bin/sail pull mysql redis meilisearch mailpit selenium
  • ./vendor/bin/sail build
  • ./vendor/bin/sail up
  • ./vendor/bin/sail npm install
  • ./vendor/bin/sail npm run dev
  • ./vendor/bin/sail artisan vendor:publish --provider="BalajiDharma\LaravelAdminCore\AdminCoreServiceProvider"
  • ./vendor/bin/sail artisan vendor:publish --provider="BalajiDharma\LaravelMenu\MenuServiceProvider"
  • ./vendor/bin/sail artisan migrate --seed --seeder=AdminCoreSeeder
  • Now open http://localhost/

Without Docker Desktop

  • To get started, you need to install PHP Composer.
  • composer create-project balajidharma/basic-laravel-admin-panel admin-app
  • cd admin-app
  • Create a new MYSQL database and update database details in .env file
  • php artisan vendor:publish --provider="BalajiDharma\LaravelAdminCore\AdminCoreServiceProvider"
  • php artisan vendor:publish --provider="BalajiDharma\LaravelMenu\MenuServiceProvider"
  • php artisan migrate --seed --seeder=AdminCoreSeeder
  • npm install
  • npm run dev
  • php artisan serve
  • Now open http://localhost:8000/
Super Admin Login

Admin Configuration:

To change the Admin Prefix, change prefix on config/admin.php or add the ADMIN_PREFIX on env

'prefix' => env('ADMIN_PREFIX', 'admin'),

Also Try

Screenshots



















License

The Laravel framework is open-sourced software licensed under the MIT license.

basic-laravel-admin-panel's People

Contributors

balajidharma 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.