I know how I can get the data needed, but want to follow Laravel/MVC practices here and new to it. I...
Has anyone ever run into an issue where you can create records just fine, but the moment you want to...
Hi there, I'm writing routes in web.php but I got a problem. If the code is Route::get('articles/cre...
Hi, The test email is working fine but once send via the contact form its not sending email. how can...
I created a form that allows you to send form content to email. But I am looking for a solution that...
Hello, I am trying to get selected a option from a form select but it doesn't work. I try: Form::sel...
Hi Guys! In my blade I wanted to use some Handlebar variable like this: {{ Form::text('name', '@{{pe...
I´m trying to use Laravel Datatable Package with custom filter. I create a custom filter and appare...
Hi, I have made an upload form, which works fine. The file is saved in the "Storage" direc...
Hello i just started learn PHP and Laravel I created simple html post page and simple Route to see...
i am using POST method to edit the user web.php Route::match(['get','post'],'/editUser', 'UsersCon...
I'm trying to populate a drop down menu with database results in Laravel 4. I'm extremely new to Lar...
I want to create template for my company's website .Which are the best template creator for Laravel...
QueryException in Connection.php line 729: SQLSTATE[HY000]: General error: 1449 The user specified a...
How do i do it ?? without loosing my earlier data and my earlier migration ??
With the ever rising technology and the increasing competition in the web world, it has become hard...
So I was trying to do some nice looking registration, then user presses register button ajax checks...
Good morning everybody, I'm stuck while trying to set initial selected options (got through an ajax...