i installed Vagrant on my macOS with the Parallels provider. I created a new project with the command laravel new blog.
When i opened the site everything works fine. Then i want to add an auth with these commands: php artisan make:auth php artisan migrate
The first command works fine but the second produces errors:
PHP Warning: Unexpected character in input: ' in /home/vagrant/blog/routes/web.php on line 17
I figured out that the problem is between the vagrant box "homestead" and macOS. Because after i turned off the sync between homestead and macOS and reinstalled the whole project it worked fine. So can you tell me where the problem is? Is it the charset?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire