I have form that should post data in JSON format, but it doesn't work yet. here is my blade {!! Form...
Hello friends I want to make online calculator Below is simple draft of this. I cannot get it work p...
in blade template of page I have form controls <input type="radio" value="clear&...
I have catalog with nested categories and items. Now I have maximum 4 level of depth. Routing for su...
I cannot setup mail function to work with attachment. when I add this part of code then I have Error...
I want to use input information in $message variable like this $message->from($request->input(...
Of course. I forgot this. Thank you very much. I also forgot to add use Redirect; to PageController....
the only way I found is like that $img = File::allFiles(public_path(). '/img/risunki'); $currentPage...
I did this for my last project NewsController.php class NewsController extends Controller { publi...
you are right where('sef', '=', $title) should strict to only one item result.
The Laravel portal for problem solving, knowledge sharing and community building.