Giter VIP home page Giter VIP logo

devcollinss / laraveljet-adminstarter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 149 KB

LaravelJet AdminStarter is a robust Laravel starter template that simplifies the process of building web applications with multiple user roles, including administrators and regular users. This project is built on top of Laravel and utilizes Laravel Jetstream for authentication scaffolding, providing a feature-rich foundation for your web

PHP 53.76% JavaScript 0.48% CSS 0.04% Blade 45.72%

laraveljet-adminstarter's Introduction

LaravelJet AdminStarter

LaravelJet AdminStarter is a Laravel-based starter template with multi-authentication for administrators and regular users, built using Laravel Jetstream. It provides a solid foundation for developing web applications with role-based access control (RBAC) and user management.

Features

  • Multi-Authentication: Supports two authentication guards - "admin" and "user" - with separate roles and permissions.

  • User Management: Admins can create, edit, and deactivate user accounts. The template includes a flexible permissions and roles system using Spatie's Laravel Permission package.

  • Laravel Jetstream: Utilizes Laravel Jetstream for robust authentication features, including registration, login, password reset, and two-factor authentication for both admin and user roles.

  • Profile Management: Users can update their profiles, change passwords, and configure two-factor authentication settings. Admins can manage user profiles as well.

  • Dashboard: Each role has its own dashboard with role-specific content and quick links to functionalities.

  • Admin Panel: Admins can access an admin panel built with Laravel Nova for managing users, roles, and permissions efficiently.

  • Front-End Stack: The template uses Tailwind CSS and Laravel Mix for a responsive and customizable user interface.

  • Laravel Best Practices: Follows Laravel best practices for structured code, use of service providers, clean migrations, and maintainable codebase.

Installation

  1. Clone the repository:

    git clone https://github.com/devcollinss/laraveljet-adminstarter.git
    cd laraveljet-adminstarter
    
  2. Install Composer dependencies:

    composer install
    
  3. Create a copy of the .env file:

    cp .env.example .env
    
  4. Configure your database settings in the .env file.

  5. Generate the application key:

    php artisan key:generate
    
  6. Run migrations and seed the database:

    php artisan migrate --seed
    
  7. Install Node.js dependencies and compile assets:

    npm install && npm run dev
    
  8. Start the development server:

    php artisan serve
    

Customization

For detailed documentation, customization options, and best practices, please refer to the full project documentation in the repository's README.

Contributors

Collins Ikechukwu DevCollins

License

This project is open-source and available under the MIT 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.