Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.28 KB

README.md

File metadata and controls

70 lines (50 loc) · 2.28 KB

TeknoJiApex

Accelerate your development with TeknoJiApex, the definitive Laravel starter kit.

TeknoJiApex Banner

🚀 Features

  • 🔐 Robust Authentication: Secure and ready-to-use authentication system.
  • 🔑 Permission Management: Advanced permission handling with easy management of user roles.
  • 👥 User Management: Comprehensive user management interface for efficient user operations.
  • 🖥️ Back Office Interface: Sleek, intuitive admin panel for application settings and content management.
  • 🌍 Multi-language Support: Support for multiple languages to cater to a global audience.
  • ⚡ Real-Time Interactions: Enhanced with Livewire for smooth, dynamic user experiences.

🌟 Getting Started

These instructions will get your copy of TeknoJiApex up and running on your local machine for development and testing purposes.

Prerequisites

  • PHP ^8.0
  • Composer
  • Node.js and npm

🛠 Installation

# Clone the repository
git clone https://github.com/TeknoJiLabs/teknoji-apex

# Navigate to the project directory
cd teknojiapex

# Install dependencies
composer install
npm install && npm run dev

# Set up environment
cp .env.example .env
php artisan key:generate

# Run migrations
php artisan migrate

# Serve the application
php artisan serve

📚 Usage

Here's a quick guide on how to use TeknoJiApex after installation:

  • Step 1: Log in to the admin panel.
  • Step 2: Configure your settings and permissions.
  • Step 3: Start adding users and managing content.

🤝 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Check out our CONTRIBUTING.md for more information on how to start contributing.

📜 License

Distributed under the MIT License. See LICENSE for more information.

💖 Acknowledgements