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...
Just comment out the old calls on DatabaseSeeder? You can also use artisan db:seed --class=UserTable...
laracasts.com/laravel-form-scratch is a very popular site if you like watching videos. Than there ar...
Remove the "/" from form model. If you want to use routes you have to name them with 'as'...
If you're ok with javascript graphs you have tons of them available. Chartjs is very simple to integ...
1. Pagination 'pagination' => 'pagination.custom' Create a file custom.php in views/pagination/...
The Laravel portal for problem solving, knowledge sharing and community building.