More Premium Hugo Themes Premium Tailwind Themes

Myissue Admin

PHP and Laravel for an Advanced Content Management System. This branch adds PHP, Laravel, Vue 3, Inertia, Jetstream, and Tailwind CSS to create an open source admin panel with a Media Library, Team Management, Superadmin capabilities and features such as blog.

Myissue Admin

PHP and Laravel for an Advanced Content Management System. This branch adds PHP, Laravel, Vue 3, Inertia, Jetstream, and Tailwind CSS to create an open source admin panel with a Media Library, Team Management, Superadmin capabilities and features such as blog.

Author Avatar Theme by qaiswardag
Github Stars Github Stars: 13
Last Commit Last Commit: Nov 10, 2025 -
First Commit Created: Jul 9, 2023 -
Myissue Admin screenshot

Overview:

This product is a Laravel & Vue admin panel that aims to provide a minimalist and intuitive design. It was developed by someone with several years of experience in design and development and is built with cutting-edge technologies such as Laravel, Vue 3, Inertia, and Tailwind CSS.

Features:

  • Minimalist and intuitive design.
  • Developed with the latest stack of technologies including Laravel, Vue 3, Inertia, and Tailwind CSS.
  • Easy installation process.
  • Ability to clone the repository locally.
  • Ability to install PHP and NPM dependencies.
  • Option to build assets.
  • Ability to set up configuration and generate an application key.
  • Ability to create a database and run migrations and seeders.
  • Easy project startup and rebuilding of assets during development.

Installation:

To install this Laravel & Vue admin panel, follow these steps:

  1. Clone the repository locally:

    git clone [repository-url]
    
  2. Install PHP dependencies using Composer:

    composer install
    
  3. Install NPM dependencies:

    npm install
    
  4. Build assets:

    npm run dev
    
  5. Setup configuration: Copy the .env.example file to .env and configure the necessary environment variables.

  6. Generate an application key:

    php artisan key:generate
    
  7. Create a database:

    touch database/database.sqlite
    
  8. Run the database migrations:

    php artisan migrate
    
  9. Run the database seeder:

    php artisan db:seed
    
  10. Start the project:

    php artisan serve
    

Additionally, if you want to rebuild your assets during development, you can run the following command separately:

npm run watch

Please note that these instructions assume you have PHP, Composer, and Node.js installed.

Summary:

This Laravel & Vue admin panel offers a minimalist and intuitive design and is built with the latest stack of technologies including Laravel, Vue 3, Inertia, and Tailwind CSS. The installation process is straightforward and it provides several features such as easy dependency installation, asset building, database setup, and project startup. Overall, this admin panel is a useful tool for managing administrative tasks and offers a great user experience with its elegant design.