Guys, good morning. Question about relationship. In this query it brings me a student and two servic...
Hello Guys. In my form there is an image in base64, to make a post the Laravel redirects to a white...
Reply $student = Student::with(array('services' => function($q) use ($id_ services) { $q->...
in this case you will need to do this Route::group(array('before' => 'auth'), function() {...
It is to download? Try this: Route::get('file/download', function() { $file = 'path_to_file.pdf'; re...
The Laravel portal for problem solving, knowledge sharing and community building.
The community