I have the following route: Route::resource('users', 'ProfileController'); When I go to example.com/...
the idea is simple: Our SaaS Administration panel can be reached by "adminDomain.com" Of c...
In regards to this same issue: https://github.com/laravel/framework/issues/12076 Basically, I've bee...
public function createComment(Request $request) { $comment = new Comment();...
hi there , I am pretty new to Laravel, I am so confused on how to start this. but basically I have a...
I recently switched from Mac OSX local apache and mysql to Laravel/Homestead server. When i try run...
I'm trying to add a post to my posts table. public function createPost(Request $request) {...
what is the best and cheep shared hosting I can deploy laravel 5.x and use artisan and composer. I h...
How map method being invoke in RouteServiceProvider behind the scenes? I'm trying to dig in the &quo...
Hi there, I'm trying to mix sass file with css file via elixir to give me output of one combined fil...
Hi! I'm with a problem, due to my lack of ideas and experience... And I hope you guys can help me! I...
Looking at setting up a web based SaaS using various technologies, one of them being Laravel. I'm cu...
After I create a new row, an array with the information added is shown. I've tried: return view('/bl...
Hi i am making a menu that get the data from database like this -> Laptop -> Pc -> Smartpho...
I have a two select box in my project named Department and Concern. When Someone select a value from...
So this is the "example controller", or the controller that ships with Laravel. It creates...
Hello, I'm trying to manage my resources using laravel exilir. I'm trying to include the package 'bo...
I'm using a form request for validation and I need to access the errors message bag in the controlle...
I started with the default Laravel authentication setup. Then I expanded on this somewhat in the sen...
Hello, I have been searching and trying for a week now without success, so here I post my first ques...
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.