Niels Drost

Results 163 comments of Niels Drost

@onny it's in the branch https://github.com/InvoicePlane/InvoicePlane/tree/feature/issue-798 for now. This branch will help us to add more things, to prepare for the new release (npm packages update, readme, you know, the...

Did you do `composer install` after cloning this repository? Then the `vendor` directory should exist After that ... check if `/vendor/autoload.php` exists

Which PHP version do you have? It looks like you're not having PHP version 7.4 or higher?

Your command prompt log shows that it's looking for python2, not python3. That's actually also the error. I see that you're using npm version 16. Maybe if you go nvm...

What do you think the solution is, when your error says that the table `permissions` already exists?

Check this very nice google search result for that exact error: https://laravel-news.com/laravel-5-4-key-too-long-error

So the latest spatie/laravel-medialibrary which supports PHP 7.2 & PHP 7.3 is 7.20, which means you're downgrading that package. If you want to do that instead of upgrading your PHP...

Do you have python2 installed? I would do: - Install Python2 (old!) - nvm use 14 (optional) - rm package-lock.json - rm -rf node_modules - npm install Or use docker...

The ```coreui-free-laravel-admin-template``` is a full Laravel project with the CoreUI template integrated. The guide would be `install this project` in this case. You're thinking of having your own project and...