- 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
git clone git@github.com:code2gether/laravel-media-manager.git
cd laravel-media-manager
- update the .env file along with database connection
cp .env.example .env
composer install && composer update
php artisan migrate
php artisan serve
When you change any JS or SCSS code run this command to see changes on time.
npm run watch
enjoy ;)