GithubHelp home page GithubHelp logo

venusdev85 / laravel-admin Goto Github PK

View Code? Open in Web Editor NEW
13.0 4.0 10.0 8.33 MB

A Laravel 5 Admin Panel (version : 5.6)

License: MIT License

PHP 64.14% HTML 21.25% CSS 14.57% Vue 0.04%
php laravel laravel-adminpanel rest-api api-boilerplate api-boilerplate-jwt laravel-boilerplate admin-lte jwt backend

laravel-admin's Introduction

laravel-adminpanel

GitHub license GitHub stars GitHub forks GitHub issues StyleCI

Introduction

  • This is a laravel Admin Panel, based on Rappasoft Laravel Boilerplate, with enhancemenets and many modules pre-made, just for you.
  • The project is taken to Laravel 5.5 so we can develop from the latest Laravel.

Features

For Laravel 5 Boilerplate Features : Features

Additional Features

  • Built-in Laravel Boilerplate Module Generator,
  • Dynamic Menu/Sidebar Builder
  • CMS Pages Module
  • Email Template Module
  • Blog Module
  • FAQ Module
  • API Boilerplate.

Give your project a Head Start by using laravel-adminpanel.

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.

Installation

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

Clone the repository

git clone https://github.com/viralsolani/laravel-adminpanel.git

Switch to the repo folder

cd laravel-adminpanel

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Install all the dependencies using composer

composer install

Generate a new application key

php artisan key:generate

Generate a new JWT authentication secret key

php artisan jwt:secret

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

php artisan migrate

Run the database seeders

php artisan db:seed

Install the javascript dependencies using npm

npm install

Compile the dependencies

npm run development

For generating the files of unisharp file manager

php artisan vendor:publish --tag=lfm_public

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000

TL;DR command list

git clone https://github.com/viralsolani/laravel-adminpanel.git
cd laravel-adminpanel
cp .env.example .env
composer install
npm install
npm run development
php artisan key:generate
php artisan jwt:secret
php artisan vendor:publish --tag=lfm_public

Logging In

php artisan db:seed adds three users with respective roles. The credentials are as follows:

Password: 1234

ScreenShots

Dashboard

Screenshot

User Listing

Screenshot

Settings

Screenshot

Issues

If you come across any issues please report them here.

Contributing

Feel free to create any pull requests for the project. For proposing any new changes or features you want to add to the project, you can send us an email at [email protected] or [email protected].

License

MIT LICENSE

laravel-admin's People

Contributors

venusdev85 avatar

Stargazers

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

Watchers

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