If you are using Laravel Homestead and you want to use Laravel Dusk to test your application, you can find some problems.
Tag: laravel
-
Larevel error. The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths
If you are installing a new Larevel project and you get this error in the navigator
RuntimeException in compiled.php line 13506:
The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. -
There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox
I was starting Homestead, a Vagrant Virtual Machine and I get this error
-
Disable register in Laravel
Laravel 5.2+ give us a way to scaffold all of the routes, controllers and views we need for authentication with one command:
php artisan make:auth
-
Problemas con Vagrant al actualizar Windows 7 a Windows 10
Tras actualizar un equipo de trabajo de Windows 7 a Windows 10, Vagrant dejó de funcionar con la máquina Homestead. El error era el siguiente
-
Laravel bash alias
In this post I explain how to add some useful Laravel bash alias in the bash shell, so you haven’t to type this long commands.
I use this alias in the Homestead VM Vagrant machine.
-
Laravel ACL solutions
Some Laravel ACL (Access control list) solutions
-
Laravel Factory. InvalidArgumentException with message ‘Unable to locate factory with name [default] [App\Model].’
If you are using the Laravel factories to populate the database with fake elements, when you add a new factory, v.gr. in the “\database\factories\ModelFactory.php”, ant try to execute it with the tinker app
-
Laravel. Models into its own folder
If you create an Eloquent Model in Laravel (v.gr., the “Company” model), using the command
$ php artisan make:model Company
the file is stored in the “App” folder.
-
Laravel. No supported encrypter found. The cipher and / or key length are invalid.
If you have pull a project from a Git repository or from another source and you get the error
RuntimeException in compiled.php line 7706: No supported encrypter found. The cipher and / or key length are invalid.