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...
$env = $app->detectEnvironment(function() { return getenv('ENV') ?: 'local'; }); If ENV vari...
The package is on packagist.org so I suppose it is possible. The thing with it and Bower is that the...
Wrong IP, site is down, blocked port... I tried pinging the IP but the request timed out, so it's mo...
Try putting a backslash "" before Eloquent class User extends \Eloquent implements UserInt...
Simplest way would be to download it from their website, put required files inside public/ dir and u...
The Laravel portal for problem solving, knowledge sharing and community building.