Skip to content

Laravel Media Manager - مشروع لادارة ملفات

Notifications You must be signed in to change notification settings

learnwithahmed/laravel-media-manager

Repository files navigation

Laravel Media Manager - مشروع لادارة ملفات

Screenshot

System Requirements

  • PHP >= 7.1.3
  • Node.js
  • Composer
  • MySQL
  • Nginx or Apache
  • Enable PHP Extentions inside php.ini file
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
    • XML PHP Extension
    • Ctype PHP Extension
    • JSON PHP Extension

Installation

  1. git clone git@github.com:code2gether/laravel-media-manager.git
  2. cd laravel-media-manager
  3. update the .env file along with database connection cp .env.example .env
  4. composer install && composer update
  5. php artisan migrate

Run PHP Dev Server

php artisan serve

Run Node Engine

When you change any JS or SCSS code run this command to see changes on time.

npm run watch

enjoy ;)

About

Laravel Media Manager - مشروع لادارة ملفات

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published