My route: Route::get('/lookup/domain2', 'ResellerClub@lookupTest'); My URL provided: /lookup/domain2...
Hello guys! I am trying to implement an Ajax Autocomplete field in my form. I am using the following...
how can i retrieve data from the database using a controller
I am using AngularJS (frontend) = my view + Laravel 5 (backend) = control and model. I am with probl...
In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...
I have Model Leave in my laravel 5.1 application. I want to do following things 1.Validate input dat...
Hey, is it possible to assign the web middleware to the 404 page? Best regards, Deazl
Hi, when i am creating a blog application, i am using Laravel 5.2, when i try to login, create, upda...
I will elaborate... I'm trying to use one file input to upload both images and videos. I want to hav...
Hello here. I am using Laravel 5.1.24. I am trying to create an API and I test it with Chrome DHC. T...
Hello, i can record video via browser, i've 2 questions: How can i submit the blob object to the se...
I have a single route (out of multitude), which doesn't want to work when placed inside group: Route...
Hi all, I am a beginner in laravel, I am following the following course to learn routing in laravel:...
Hi, How will I get Current Route name as in controllers like if (Route::currentRouteName() == 'XYZ')...
Hi guys, How to get results of secondary query? Ofc I could merge all related collections: $paramet...
I am running the sample project (http://www.laravel-angular.io/#/) which at the very least has the d...
Hello I have an error when i update belongs to relationship User Model public function profile()...
Hello, I have 3 fields : Type, NodeID and Keyword. I wish to required NodeID & Keyword if Type =...
Hello! I have a simple action: public function redirect() { return redirect('/'); } And simple...
So, I've got a project that I've been working with since the L3 days and as it has grown in features...
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