acacha / llum

Llum (light in catalan language) illuminates your Laravel projects speeding up your Github/Laravel development workflow
MIT License
108 stars 13 forks source link

Problem Installing Acacha/llum #34

Closed wcervini closed 7 years ago

wcervini commented 7 years ago

I'm try to install Acacha/llum with Laravel 5.4. i'm use Valet how http/mysql service. I' fixed removing valet and install llum then install valet.

The errors is on this packages:

Problem 1

acacha commented 7 years ago

Hi @wcervini sorry for the delay in my answer. How do you install the package?

wcervini commented 7 years ago

Hi, using composer ; composer global require acacha/llum.

acacha commented 7 years ago

I'm not able to reproduce this problem. Could you give us more info about the environment?

acacha commented 7 years ago

Related issue: https://github.com/acacha/adminlte-laravel/issues/254

acacha commented 7 years ago

Please remember that this package is a Laravel package so all Laravel requirement are also requeriments for this package. See:

https://laravel.com/docs/5.4/installation#server-requirements

Please provide also all the full error message sometimes a message like:

- illuminate/support v5.4.9 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.

You could solve problems like this installing mbstring php extension in you system. For example on Ubuntu:

$ sudo apt-get install php7.0-mbstring