Coder Social home page Coder Social logo

mz-coders / speed-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muhammadinaam/speed-admin

0.0 0.0 0.0 12.08 MB

A rapid application development framework for Laravel.

License: MIT License

PHP 3.33% HTML 45.37% CSS 19.05% Blade 2.50% JavaScript 15.38% Less 6.84% SCSS 7.53%

speed-admin's Introduction

Speed Admin

A rapid application development framework for Laravel 8+. It has built-in Users Management with Roles and Permissions. It speeds up the development of CRUD functionality (adding data tables and forms).

Quickly create Forms and Grids:

Easy to create data tables (grid)

Easy to create datatables (grid)

Easy to add Forms with translations support

Easy to add Forms with translations support

Installation

Install via composer

composer require muhammad-inaam-munir/speed-admin

Publish package config file and assets

php artisan vendor:publish --tag=speed-admin-config
php artisan vendor:publish --tag=speed-admin-public

Add alias in app.php (Optional):

'SpeedAdminHelpers' => MuhammadInaamMunir\SpeedAdmin\Facades\SpeedAdminHelpersFacade::class,

Run following commands

php artisan migrate
php artisan config:cache
php artisan config:clear
php artisan clear-compiled
composer dump-autoload

Run the following command to create the admin user

Following command will create admin user username: [email protected] and password: admin.

php artisan speed-admin:create-admin-user

Visit admin page:

Visit http://localhost:8000/admin if you are running server through php artisan serve or you can directly visit http://localhost/project_folder/public/admin. Use the above credentials to log in.

Credits: thanks to the following packages

License

MIT

speed-admin's People

Contributors

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