i installed php via brew but still cant find solution. please help Loading composer repositories wit...
I have a car table then if I submit informations it will save into the database. Now if user press b...
$image=Input::file('imageOne'); $filename = time() . '.' . $image->getClientOriginalExtension();...
Is there a way to count email that has been send to the address of the website
yup you got it but is there a way for me not to use database for the counter . for example i will bu...
if($validator->passes()) { $response = Mail::send('emails.contact',$data, function($message) use(...
The Laravel portal for problem solving, knowledge sharing and community building.