Project Title

A professional-grade README for a Laravel project integrating authentication, authorization, roles and permissions, localization, and profile editing functionality.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/AhmedRamadan233/laravel-Role-Permission-Without-Package-Localization.git
  2. Install PHP dependencies via Composer:
    composer install
  3. Create a .env file by copying .env.example and configuring it with your database credentials:
    cp .env.example .env
  4. Generate a new application key:
    php artisan key:generate
  5. Run database migrations and seed with sample data:
    php artisan migrate:fresh --seed

These modifications now include the instruction for generating a super admin account after running the database migrations and seeding.

Usage

Once the installation steps are completed, you can run the project using:

php artisan serve