Hi, I'm still learning for best practice of PHP OOP pattern. I'm currently try to create Cart compon...
You just need to find the correct Regex at : where('alias', '[a-zA-z_]+')
Try this : Route::get('sale_add_item/{alias}/{item_id?}', function($alias, $item_id=null) { })-...
AnthonyVipond said: If the value of total is unit_price * quantity then you don't need to store tot...
The Laravel portal for problem solving, knowledge sharing and community building.
The community