Git Product home page Git Product logo

adminpanel-laravel's Introduction

adminpanel-laravel

Additional Features

  • Built-in Laravel Boilerplate Module Generator,
  • Dynamic Menu/Sidebar Builder
  • Pages Module
  • Blog Module
  • FAQ Module
  • API Boilerplate
  • Mailables
  • Responses
  • Vue Components
  • Laravel Mix
  • Object based javascript Implementation

Built-in Laravel Boilerplate Module Generator

It gives you the ability to create a module using a sweet GUI, where you put in the Module Name and it will generate all the necessary files for you, like Model, Traits, Relationship, Migration, Controllers, Views and routes. So when you are done creating a module, you can directly go to the route generated and see your new module. Since, this does not have the ability to generate table fields for now, so you have to write the migration file that is generated and run a manual php artisan migrate command, and you are good to go.

We are using the module generator as a package, you can find it here: Module Generator For Laravel Adminpanel.

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Switch to the repo folder

cd adminpanel-aravel

If you have linux system, you can execute the command below only in your project root

1) sudo chmod -R 777 install.sh
2) ./install.sh

If you have windows system, you can run Artisan Command for database setup, connection and configuration.

php artisan install:app

Generate a new application key

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Run the database seeders

php artisan db:seed

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000 or loacalhost/adminpanel-laravel

Command list

cd adminpanel-laravel
cp .env.example .env
composer install
php artisan key:generate
php artisan vendor:publish 
php artisan migrate
php artisan migrate --seed

Please note

  • To run test cases, add SQLite support to your php

Other Important Commands

  • To fix php coding standard issues run - composer format
  • To perform various self diagnosis tests on your Laravel application. run - php artisan self-diagnosis
  • To clear all cache run - composer clear-all
  • To built Cache run - composer cache-all
  • To clear and built cache run - composer cc

Logging In

ScreenShots

Dashboard

Screenshot

Issues

If you come across any issues please report them here.

License

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.