spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
877 stars 148 forks source link

Can't make it work in Linux Mint #521

Closed woodgates closed 6 years ago

woodgates commented 6 years ago

Hi.

I'm iusing Linux Mint with Laravel 5.6. My Laravel is working as I have some projects working. I got this error message with blender.test:

Not Found The requested URL /nl was not found on this server.

This are the steps I'm following:

  1. created the site in etc/hosts: 127.0.0.1 localhost 127.0.1.1 jorge-VirtualBox 127.0.0.2 myproject.test 127.0.0.2 woodev.test 127.0.0.2 blender.test

  2. Created etc/apache2/sites-available/blender.test.conf

  3. register site and restart apache2 sudo a2ensite blender.test.conf sudo apache2 restart

  4. Clone Blender git clone https://github.com/spatie/blender.git sudo composer install sudo composer update

  5. Change folder permissions as a Laravel install

  6. Change .env file and setup database info.

  7. Install Laravel Mix npm install

  8. Install yarn and yarn run dev

Any idea of what I'm missing?

woodgates commented 6 years ago

Blender uses Valet which uses NGINX instead of Apache2