I have a simply Project repo with a Project interface. I use this in my controllers just fine. Howev...
I've been looking at REST packages, something to make building a RESTful API backend quick and easy...
I've got this line of code: $project = Project::find($id); I'd like to change it so that the Projec...
Hi there, My app requires that different data is stored in the session for different lengths of time...
Hello, i'm proud to present the release of a new tutorial series on CODETutorial.io . In this tutori...
Hello, I just created my first public Laravel package. It's called DBlog and allows you to create cu...
How can I retrieve the users of a specific permission in Entrust for Laravel 5.0. use App\Role; use...
routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...
Hello everyone, I am having a large issue with the Authentication mechanisms in Laravel. First of al...
Hey guys, I have a model with versions. I get this records with the following code: $versions = Vers...
I am new to web development.I am using laravel for my app where i used blade templates for creating...
I noticed when calling resource using curl with cookie, Laravel will authenticate user even when ses...
Trying to get Object url and keep hitting a brickwall. CredentialsException in InstanceProfileProvid...
Please come join us just Friday, Oct 2nd, just north of Denver. Details at Locoder.com
Hi all, I'm looking for some inspiration. I've got a low traffic site that's fast in my dev environm...
Hey guys! Firstly i want to say sorry about my english it's not my native language. I have a little...
Hi guys, i've a little problem. i dont know how to serve my whole laravel 5.1 app in https. i cant f...
I want to create a facades file in package and register it for app. i am looking for tutorial link P...
I have a problem with my upload form which uses ajax call Multiple files can be uploaded. When I upl...
Hi, say I had a select input which was not in a form e.g. <select class="email-select"...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community