Support the ongoing development of Laravel.io →

feelinc

Joined 20 May 2014

Statistics

Threads 1
Replies 3
Solutions 0
Articles 0

Generic Model in a Package to accept additional properties

Hi, I'm still learning for best practice of PHP OOP pattern. I'm currently try to create Cart compon...

0 Likes
2 Replies
replied 9 years ago

Special character in Redirect::to()

You just need to find the correct Regex at : where('alias', '[a-zA-z_]+')

0 Likes
replied 9 years ago

Special character in Redirect::to()

Try this : Route::get('sale_add_item/{alias}/{item_id?}', function($alias, $item_id=null) { })-...

0 Likes
replied 9 years ago

Generic Model in a Package to accept additional properties

AnthonyVipond said: If the value of total is unit_price * quantity then you don't need to store tot...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.