Support the ongoing development of Laravel.io →

Querying existing Database

Hi all, I'm very green in Laravel. Could someone pls show me how i can query an existing DB? I have...

0 Likes
1 Replies
posted 10 years ago

How to pass PHP variable to eloquent query?

Dear All, I create a route: Route::get('/PO/DM/{time}/{number}/print', function($time, $number) { $...

0 Likes
4 Replies
posted 10 years ago

Cannot start queue:listen in Supervisor when debug is false

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...

0 Likes
0 Replies

Laravel 4.2 Set-Cookie each request included offline users

Hello, When driver.session is set to something different than "array", each webpage conten...

0 Likes
1 Replies

vagrant homestead login

Hi It's my first project I did everything in Homestead and when I enter vagrant up, it will stop at...

0 Likes
8 Replies

mail queue with attached uploaded file

I have a laravel REST service where cameras can upload photos using an HTTP Post command. The contro...

0 Likes
0 Replies
posted 10 years ago

Parse Error when deploying on shared hosting

I for some reason am getting an error when trying to deploy my app to a live server. I am getting th...

0 Likes
3 Replies

App::shutdown($callback); not working

I have created an App::shutdown($callback); which is expected to log some details into log file. but...

0 Likes
0 Replies

uploading laravel online server posting always redirect using sentry 2.0 and laravel 4.1

hi, Can you help me how to upload laravel using authentication without problems online server. the s...

0 Likes
0 Replies

Replicating database content

Hello everyone, I have been struggling for a few days with this problem and every possible solution...

0 Likes
0 Replies

Using static classes for validation, what do you think?

Hi. For validation, I created the following strategy using static classes. I have a parent static ab...

0 Likes
4 Replies

Save image in a folder

Hello everyone. I'm trying to save a picture in a public folder. I have this code: $file = Input::fi...

0 Likes
1 Replies

TokenMismatchException on Apache/PHP upgrade

Hi I’m getting a TokenMismatchException on every request that is authenticated. The problem I’m able...

0 Likes
0 Replies
posted 10 years ago

Laravel installation error with composer: "Mcrypt extension required" - but it is installed

Hi, i am trying to install Laravel via composer but it gives me an error: "Mcrypt PHP extension...

0 Likes
8 Replies

How to use laravel localization without specifying the file? is it possible?

i have a file in /app/langs/es/messages.php <?php return array( 'hello' => 'Hola' ); at t...

0 Likes
2 Replies
posted 10 years ago

Multi-domain question

i want to make a multi-domain frontend application. What is the best place to put the function that...

0 Likes
4 Replies
posted 10 years ago

Config timezone locally

I'm trying to set local timezone on config/local/app.php 'timezone' => 'Australia/Sydney', but no...

0 Likes
0 Replies
posted 10 years ago

what is the difference between yield and section?

#Code 1: layout.blade.php: @yield('content') view: @extends('labout') @section('content') Content h...

0 Likes
1 Replies
Solved

How to approach app modularity?

Hey, I am working on an CMS/E-commerce application and I want to create it in modular way. Something...

0 Likes
0 Replies

Input box array value validation

Hi am having around 20 text boxes like, <td><input type="text" name="s[enge...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.