Support the ongoing development of Laravel.io →

Working on a relationship

I'm trying to put together a wrestling project and have arrived to the point where I need to put tog...

0 Likes
9 Replies
Solved
posted 10 years ago

Laravel.io and command bus

I was wondering why laravel.io droped in the next version command bus ? Shawn McCool had presentatio...

0 Likes
4 Replies

Why doesn't my command stop after its work has finished on Laravel Forge?

On localhost, my command does its job and it stops. On Forge, it finishes it job, logs a message, an...

0 Likes
0 Replies
posted 10 years ago

Problem with route/controller

https://github.com/webdevdea/training2 There is a link too my project. I am trying /laravel-from-scr...

0 Likes
1 Replies
posted 10 years ago

Role Based Permission - Relationship Problem

Hi, I'm trying to create relation from this schema Schema::create('users', function($table) { $...

0 Likes
3 Replies
Solved
posted 10 years ago

Summary Query, Raw Expressions Create DB Connection

I've been working on summary queries for my models using something similar to the query below: publi...

0 Likes
0 Replies
posted 10 years ago

wanna change ->withErrors

i want to change the $errors variable and name it $messages and pass it into the view .. if(! $this...

0 Likes
8 Replies
Solved

redirect_uri_mismatch oauth google login artdarek/oAuth-4-laravel

Hi I am using the artdarek oauth for google login from a website. I have written the route Route::ge...

0 Likes
0 Replies

[Package] Laravel Debugbar

Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...

0 Likes
14 Replies

Localization in queued emails

Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...

0 Likes
3 Replies
Solved

URL post and file upload

I would like to find out how do i received a text file that is being sent to my server using url pos...

0 Likes
0 Replies
posted 10 years ago

Best practice to separate admin/user controllers

I have a question in mind about separating controllers. For example, let's say I have a website that...

parisan liked this thread

1 Likes
4 Replies
Solved

Validation of array field

My question is the following. I have a system that the User will register the series of a note. How...

0 Likes
1 Replies
Solved

If user logged in redirect to profile. Why use filter?

This works fine why use filter? public function home() { if(Auth::check()) return R...

0 Likes
6 Replies

How can I obfuscate controller, view, js and css files?

How can I obfuscate controller, view files and css, js files. How can I make them compatible with ea...

0 Likes
1 Replies
posted 10 years ago

App::before session

I want to set the prefix of route group by session: App::before(function(){ Session::put('lang',...

0 Likes
1 Replies
posted 10 years ago

Form Submit with Bootstrap Modal

Hi I have a form with the following fields in the displayed page fields inside a bootstrap modal...

0 Likes
1 Replies
Solved
posted 10 years ago

Get URL segments within controller index?

While I started this portion of my project using GET input variables, it would work better for the p...

0 Likes
6 Replies
Solved
posted 10 years ago

Can't connect to Homestead without disabling wifi

I'm having a weird issue I've only started to experience recently. When running vagrant up on Homest...

0 Likes
6 Replies

Using an artisan command outside of command line

Hello! I have written a very useful artisan command line function, but it seems that now it makes se...

0 Likes
1 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.