Hi guys, I'm making web API for my app. I need to return JSON array of models with relations count....
I have a list of hotels from each state. Instead of creating 7 pages for each of the states, I just...
I perform an ajax call to a controller, but it seems not working. What can I do? public function pos...
I am using WAMP and have used composer to install laravel 5 not into www but www/mysite. The home pa...
I know there is one for older version of laravel. But was just wondering before I sat out to create...
Hello, I'm trying to redirect not logged in users to the login page with if(!Auth::check()) { return...
I have a serialized data saved in my database, it's a values from array of categories. I created thi...
I want to add an EAV model to my app. So I made these tables to do that: Schema::create('attributes'...
Hi guys, I noticed in the documentation of Laravel 5 there is no more iOC? Is it removed? Is it not...
Hi, I have just uploaded my laravel on webhost and in my localhost i generated css again by elexir ....
When I use something like this: $user = new User; $user->username = Session::get('usernam...
What is the difference between "accepted" and "in" in Validation?
Just wondering what is a good workflow for a team to manage these files and the workflow. For exampl...
Hi, I have created a scheduled task which seemed to be working fine but now, for some reason, isn't....
I have a form with a numeric input (not required). When i save without fill the input and reaload th...
Hi, I know, I know.. you will call me crazy, but the profile name text in the header is too close to...
This web-based virtual terminal for PayPal Payments Pro can be used as a replacement for the one tha...
Where I can find a complete application sample of "Service Container"? Thanks in advance.
How can I pass Bllim datatables to blade view and use @foreach in the Blade View to check some condi...
Is there way to chain ManytoMany queries with hasMany? Thanks $user=User::find(Auth::Id());...
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