The scenario: User creates a new page. Once he writes the content, he has the option to select the d...
Anyone knows of an open source project built with them together, or at least some resources to get m...
When I test manually, everything works, but RegisterCept.php functional test just won't pass $I = ne...
So I have two forms on a single page. Login (email, password) and register (username, email, passwor...
I'd like to use Homestead for a non-laravel project, just a simple sandbox if you will, that has a f...
Try this <?php use CmsBlox\MOD\PartnerInterface; class PartnerController extends BaseController...
I generally create a new project outside of vagrant, update Homestead.yaml and hosts as needed and a...
have you updated your hosts file with 127.0.0.1 homestead.app also in Homestead.yaml try changing t...
Try changing to 'host' => $_env['DB_HOST'], 'database' => $_env['DB_NAME'], 'username'...
The Laravel portal for problem solving, knowledge sharing and community building.