Hi all, I'm very green in Laravel. Could someone pls show me how i can query an existing DB? I have...
Dear All, I create a route: Route::get('/PO/DM/{time}/{number}/print', function($time, $number) { $...
Hi, I've and app on a server an when it's in debug mode I can run task in Supervisor, but when I cha...
Hello, When driver.session is set to something different than "array", each webpage conten...
Hi It's my first project I did everything in Homestead and when I enter vagrant up, it will stop at...
I have a laravel REST service where cameras can upload photos using an HTTP Post command. The contro...
I for some reason am getting an error when trying to deploy my app to a live server. I am getting th...
I have created an App::shutdown($callback); which is expected to log some details into log file. but...
hi, Can you help me how to upload laravel using authentication without problems online server. the s...
Hello everyone, I have been struggling for a few days with this problem and every possible solution...
Hi. For validation, I created the following strategy using static classes. I have a parent static ab...
Hello everyone. I'm trying to save a picture in a public folder. I have this code: $file = Input::fi...
Hi I’m getting a TokenMismatchException on every request that is authenticated. The problem I’m able...
Hi, i am trying to install Laravel via composer but it gives me an error: "Mcrypt PHP extension...
i have a file in /app/langs/es/messages.php <?php return array( 'hello' => 'Hola' ); at t...
i want to make a multi-domain frontend application. What is the best place to put the function that...
I'm trying to set local timezone on config/local/app.php 'timezone' => 'Australia/Sydney', but no...
#Code 1: layout.blade.php: @yield('content') view: @extends('labout') @section('content') Content h...
Hey, I am working on an CMS/E-commerce application and I want to create it in modular way. Something...
Hi am having around 20 text boxes like, <td><input type="text" name="s[enge...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community