Hi, I have this on every method on my controller: if(Auth::user()->cannot('see_all')) $post=...
Hi, I'd like to find an alternative way to include the collections of sub views in one view. Here is...
I allow my users to send emails to their clients via the application, but when the message is not de...
I tried $calls = DB::select($query)->paginate(10); but I received an error Call to a member funct...
Hi to all, this is my first post in thisi forum and i would like to brought my greetings to all of y...
i have configure bitpay testing API to pay with bitcoin when i submit form it will redirect to http...
Hello guys , I installed my laravel 5.1 application on a shared server for it was necessary to copy...
I am using Laravel 5.1.24. I have a simple 'Product' table created in db (MySQL5.5) like this: CREAT...
2/2 HttpException in AuthorizesRequests.php line 94: This action is unauthorized. 1/2 UnauthorizedEx...
Such like the title.
Hi, I have a trouble with resource controller how to naming resource routes [PATCH] ? routes.php...
Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...
Hi, i get a error when i using Mail::queue(). I'm new to Queue, and i choose beanstalkd as my Queue...
hi im with laravel 5.1 im trying to fetch data from table. categorys and products categorys has foll...
Hi all, I'm trying to create a relation (hasOne profile) outside of the User model. I noticed in the...
I am developing a product and category relationship. where i wanted to show to which category, a pro...
I have developed one application in laravel 5 framework. Now I want to integrate new feature, let's...
Hello all! I have learning L5 with login and remember but Auth::viaRemeber() not working and always...
I have a laravel project in production server but I have a weird problem, sometimes appear a white s...
Hey guys, I have a table with products and a table with categories. I don't use the products.id and...
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