hi i want convert this sql to eloquent but i don't now SELECT companies.LVal18AFC, basket.qty, b...
hi i have multiple categories and each category has many posts, i want fetch 4 last posts for each c...
you can create a file helper.php and in app/start/global.php ad this code: require app_path().'/filt...
beter way for display menu in all page use laravel View Composer and for show active url use a helpe...
you must use static function for this public static function getId($name) { ........ } also you ca...
The Laravel portal for problem solving, knowledge sharing and community building.