Coder Social home page Coder Social logo

usernamesalah / ci4admin-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trianayulianto/ci4admin-boilerplate

0.0 0.0 0.0 3.14 MB

CodeIgniter 4 admin panel with Eloquent and Blade Template Engine. This application includes authentication, Json Web Token and Defender as roles & permissions.

License: MIT License

JavaScript 1.38% PHP 58.24% CSS 2.26% HTML 0.16% Blade 37.64% SCSS 0.31% Procfile 0.02%

ci4admin-boilerplate's Introduction

CodeIgniter 4 Application Starter

What is CodeIgniter?

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.

This repository holds a composer-installable app starter. It has been built from the development repository.

More information about the plans for version 4 can be found in the announcement on the forums.

The user guide corresponding to this version of the framework can be found here.

Installation

$ composer Install
$ npm install && npm run dev #optional

Setup

Copy env to .env and tailor for your app, specifically the baseURL and any database settings.

$ php spark migrate
$ php spark serve

Seeding

$ php spark db:seed InitSeeder # to seed the default permissions & roles
$ php spark db:seed UserSeeder # to seed the default user

Login

Login using default account username [email protected] & password password

Defender

Defender is an Access Control List (ACL) Solution for Laravel 5 / 6 / 7 (single auth). (Not compatible with multi-auth).

Warning

  • Ini aku gunakan untuk belajar, do not use in prod.
  • Reset JWT token only work in https only
  • For more information, DYOR!

Inspires

ci4admin-boilerplate's People

Contributors

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