how to separate backend and frontend folders in laravel app? In MyProject i have app, public, storag...
How can i transform this format HH:MM:SS to this format HH:MM with laravel eloquent. Should i use RA...
Hi! I need advice with oauth(facebook and twitter). Should i create Facade Socilaze with facebook an...
Can someone explain to me which is the best way to use angular and laravel. How to show templates (L...
do you have company_id in db and try this $companie->compay_id $companie->company_name
i never use Form helper, only HTML, but try this: $companies = RecordCompany::lists('company_name',...
try with foreach loop in view foreach ($compaines as $companie) { <option value="<?ph...
The Laravel portal for problem solving, knowledge sharing and community building.