Hi there , can anybody post here ls -la from the laraven clean project installation? I installed it...
Hi Guys, We're doing a large Laravel project for a customer and time is running out for the deadline...
I want to protect/encrypt Laravel project source code. Pl help me
Hi, When implementing localisation, I know the key is returned if a matching key/value pair is not f...
Laraphrases is a package for live editing phrases on websites. Github: https://github.com/orkhan/Lar...
Hi, I have a problem with redirecting on laravel. For example that's a route that doesn't work Route...
This is probably very simple, in Laravel anyway :-) I have a table of products that I access a produ...
Ok, This works well $total_sales = OrderLine::where('product_id', '=', $product->id)->sum('qua...
Hey guys, I have this working controller, that I would like to clean up if possible, since i am sure...
I have a 3NF design (Tag , Item_Tag, Item) As below but it wont work because i'm looping the same ol...
I tried to create a table with artisan but it`s not setting up the table: I already puted the relev...
I am trying to create an application that would store lots of meta data for a user and the same meta...
Hi ! I have a navigation menu with childrens. So I need to put a class active to the element when is...
Dear all, I want to create chain method like: 1- like View View::make(....)->with(...).... // mus...
I have this models: app/Models/Instance.php <?php namespace App\Models; use Eloquent; class I...
I want to redirect different User types to same '/dashboard' url. So basically after login when rout...
Hey, I just watched Coding with intent and tried to apply some of the ideas from the episode. I hav...
I'm new to PHP completely and also new to dynamic web building in general. I've done a little html a...
I created a class called Product to persist in the database via a migration. Now I want to alter its...
how to show custome error pages, 400, 404, 500 read the docs but still couldn't get the hang of it.....
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.