All Projects → FTXInfotech → Laravel Adminpanel

FTXInfotech / Laravel Adminpanel

Licence: mit
A Laravel Admin Panel (Laravel Version : 6.0)

Projects that are alternatives of or similar to Laravel Adminpanel

Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-85.4%)
Mutual labels:  rest-api, hacktoberfest, laravel, laravel-admin
Voyager
Voyager - The Missing Laravel Admin
Stars: ✭ 10,801 (+1295.48%)
Mutual labels:  hacktoberfest, laravel, laravel-admin
Adminlte Laravel
A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
Stars: ✭ 1,814 (+134.37%)
Mutual labels:  laravel, laravel-admin, adminlte
Laravel Admin Starter
A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
Stars: ✭ 240 (-68.99%)
Mutual labels:  hacktoberfest, laravel, adminlte
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+238.89%)
Mutual labels:  hacktoberfest, laravel, laravel-admin
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-89.15%)
Mutual labels:  rest-api, laravel, laravel-admin
Laravel Orion
The simplest way to create REST API with Laravel
Stars: ✭ 481 (-37.86%)
Mutual labels:  rest-api, laravel
Tenanti
[Package] Multi-tenant Database Schema Manager for Laravel
Stars: ✭ 525 (-32.17%)
Mutual labels:  hacktoberfest, laravel
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (-24.03%)
Mutual labels:  laravel, laravel-admin
Laravel Translatable
A Laravel package for multilingual models
Stars: ✭ 624 (-19.38%)
Mutual labels:  hacktoberfest, laravel
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (-39.92%)
Mutual labels:  laravel, adminlte
Core
Simple forum software for building great communities.
Stars: ✭ 5,372 (+594.06%)
Mutual labels:  hacktoberfest, laravel
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (-15.63%)
Mutual labels:  rest-api, hacktoberfest
Laravel Dompdf
A DOMPDF Wrapper for Laravel
Stars: ✭ 4,978 (+543.15%)
Mutual labels:  hacktoberfest, laravel
Rest Api With Lumen
Rest API boilerplate for Lumen micro-framework.
Stars: ✭ 464 (-40.05%)
Mutual labels:  rest-api, laravel
Laravel Mediable
Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel 5.
Stars: ✭ 541 (-30.1%)
Mutual labels:  hacktoberfest, laravel
Laravel Medialibrary
Associate files with Eloquent models
Stars: ✭ 4,743 (+512.79%)
Mutual labels:  hacktoberfest, laravel
Laravel Admin
Laravel Admin Panel
Stars: ✭ 614 (-20.67%)
Mutual labels:  laravel, laravel-admin
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (-8.53%)
Mutual labels:  hacktoberfest, laravel
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (-9.04%)
Mutual labels:  hacktoberfest, laravel

Laravel Admin Panel (Current: Laravel 7.*)

StyleCI GitHub contributors GitHub stars

Introduction


Laravel Admin Panel provides you with a massive head start on any size web application. It comes with a full featured access control system out of the box with an easy to learn API and is built on a Bootstrap foundation with a front and backend architecture. We have put a lot of work into it and we hope it serves you well and saves you time!

Setup


Clone the repo and follow below steps.

  1. Run composer install
  2. Copy .env.example to .env Example for linux users : cp .env.example .env
  3. Set valid database credentials of env variables DB_DATABASE, DB_USERNAME, and DB_PASSWORD
  4. Run php artisan key:generate to generate application key
  5. Run php artisan migrate
  6. Run php artisan passport:install
  7. Run php artisan db:seed to seed your database
  8. Run npm i (Recommended node version >= V10.0)
  9. Run npm run dev or npm run prod as per your environment

Thats it... Run the command php artisan serve and cheers, you are good to go with your new Laravel Admin Panel application.

Using docker to run the application


  1. docker-compose build
  2. docker/cli composer install
  3. docker/cli php artisan key:generate
  4. docker/cli php artisan migrate
  5. docker/cli php artisan passport:install
  6. docker/cli php artisan db:seed
  7. docker/npm i
  8. docker/npm run dev
  9. docker-compose up -d

You can login to docker cli using the command docker exec -ti ls-www /bin/bash

Note: Please make sure that you have proper permissions when setting up the project via docker.


The application uses GrumPHP for the git pre-commit hook and PHPCSFixer for the code standards. You can also bypass the GrumPHP pre-commit hook by hitting git commit -n or git commit --no-verify

Demo Credentials


Make sure you have run the command php artisan db:seed --class UserTableSeeder before you use these credentials.

User: [email protected]
Password: 1234

User: [email protected]
Password: 1234

User: [email protected]
Password: 1234

Useful Commands


  • To format your code: composer format
  • To run the test cases: ./vendor/bin/phpunit
    • The test cases report will be placed in the reports directory
  • To generate scribe API documentation: php artisan scribe:generate
    • Documentation will be generated and placed in the public/docs directory

ScreenShots

Dashboard

Screenshot

User Listing

Screenshot

Log Viewer

Screenshot

Issues

If you come across any issues please report them here.

Contribution

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 following addresses.

1. Alan Whitmore - [email protected]
2. Vicky Patel - [email protected]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].