Support the ongoing development of Laravel.io →

Is Log level configurable to anything different than debug?

Hi everyone, I can't seem to change the log level from debug. I've included some calls to Log::debug...

0 Likes
2 Replies

How redirect()->route('home') work?

Hello everyone, can you explain me how redirect()->route('home') works while redirect() return an...

0 Likes
3 Replies
Solved

Issue with schedule:run

I have a hard to crack issue with schedule:run. When I call schedule:run from the console, my closur...

0 Likes
0 Replies
posted 11 years ago

Redirect specifying http verb

I've two registered routes: Route::get("/a", "MyController@foo"); Route::post(&q...

0 Likes
1 Replies
posted 10 years ago

Homestead, map site to port

Is there a way to map each site to a different port?

0 Likes
0 Replies

dynamically adding class works? but ultimately hangs app

i am writing a generic database browse/update so i have to create a new class for each table i want...

0 Likes
0 Replies
posted 11 years ago

Appends through relationship / eager load

I'm having trouble using $appends when retrieving a relationship using eager $with. Now this is just...

0 Likes
4 Replies
posted 10 years ago

Laravel Eloquent method

I have three tables #customer: id - integer name - string #address: id - integer customer_id (relat...

0 Likes
4 Replies

Saving form input in different tables with the same column name

Am new to laravel and am building screening app. How can i save the form inputs in these two table s...

0 Likes
0 Replies

best way to migrate already exist mysql database

hello, nice to start and migrate code from code-igniter to Laravel 5.1 but how I can find the best w...

0 Likes
2 Replies
Solved
posted 10 years ago

custom command not work

this is my code in kernel.php : $schedule->command('khabaronline'); khabaronline command is a cus...

0 Likes
0 Replies

How to create and use MessageBags?

What I need: have ability to call cutom validator and bypass an array of inputs there (done) valida...

0 Likes
1 Replies

Deploy laravel 5 on sub directory of shared hosting..

Hello, I deployed laravel 5 in a sub directory of shared hosting account but I can't get the route t...

0 Likes
2 Replies
Solved

Problem with PUT request

Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...

0 Likes
2 Replies
Solved

Mysql: Select rows from a table that are not in another

How to convert to laravel format SELECT username, firstname FROM users WHERE id NOT IN ( SELECT use...

0 Likes
2 Replies

Updating related tables

I'm having issues updating related tables. When displaying the form all data is correct (including r...

0 Likes
0 Replies
posted 10 years ago

Sending a pre-prepared email data with Laravel Mail::send

Hey, I'm trying to accomplish one thing using the Mail object in laravel and I can't solve one thing...

0 Likes
0 Replies

How to install Laravel Homestead on Windows

Install laravel homestead on a Windows computer is not that difficult. Just follow the Laravel docum...

0 Likes
2 Replies

Beginning with routes and views

[http://manudahmen.be/blocnotes2/public/] OK [http://manudahmen.be/blocnotes2/public/about] Sorry, t...

0 Likes
1 Replies

Error Catching

Hey All, I was wondering if someone might be able to point me in the right direction on how to catch...

0 Likes
1 Replies
Solved

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.