Support the ongoing development of Laravel.io →

Is it possible to set global param in Laravel named routes?

I have routes like: Route::group(['prefix' => '{locale}'], function() { Route::get('/post/{slug}...

0 Likes
1 Replies

Access requested controller and action in Middleware programatically.

Dear all; I am newbie in Laravel 5. I want to use an ACL system in L5. I prepared my all models and...

0 Likes
1 Replies
posted 9 years ago

What are you guys using for queues?

I'm currently using beanstalk(d) for my queues, but I'm curious what you guys use so that I can be o...

0 Likes
2 Replies

Auth::attempt issues

i had an a problem in login page he never attempt my data i make a hash in my db password but a prob...

0 Likes
0 Replies
posted 9 years ago

returning object properties via relationships

I'm new to Laravel (a refugee from Kohana). I really like how Laravel returns object properties in j...

0 Likes
3 Replies

Validation: Check if exists on database only if data entered

I'm trying to make a form on which I have a "select" field where I do have this: <selec...

0 Likes
1 Replies

Elixer / Zurb Foundation Integration

I installed Foundation with: foundation new foundation --libsass The app.scss file is under: resour...

0 Likes
0 Replies

MSSQL Stored Procedures - Returning id after insert

Hello, I choose to use stored procedures in my controllers when passing parameters to the database....

0 Likes
3 Replies
Solved
posted 9 years ago

php artisan make:model but Skip the Migration?

The latest version of Laravel now creates a migration whenever you run php artisan make:model. For m...

0 Likes
1 Replies
Solved

Global Scopes

I created new Global scope "StatusableScope" class Post extensd Model { use StatusableTra...

0 Likes
0 Replies

Storage::name($file) is not working in Laravel 5.0

API for Lara 5 says that we have name method to Extract the file name from a file path. http://larav...

0 Likes
1 Replies
posted 9 years ago

Laravel Elixir with .sass (not .scss)

I was having a lot of difficulty getting Laravel Elixir to work with my indentation-based app.sass f...

0 Likes
0 Replies

Title From Database

I'm very new to Laravel, so bear with me. I've been banging my head trying to figure out how I can d...

0 Likes
6 Replies

error in loading css file

I download twitter bootstrap file and copy this to public folder. now i use {{ HTML::style('css/boot...

0 Likes
1 Replies

Looking for a solid partner - Multi tenancy application

I run a dog walking business, and have multiple dog walkers. I created a system to manage my busine...

0 Likes
1 Replies
posted 9 years ago

Session Facade Not Working in Laravel 4.2

I am implementing web sockets to deliver real time messages. It is required to save a session variab...

0 Likes
3 Replies

Laravel 5 package for menu

Someone recommends a package for menu management in L5? Or everyone is going the DIY route?

0 Likes
6 Replies
posted 9 years ago

Passing an array to mail view?

I'm trying to send an email with a shopping list. public function send_list_via_mail(){ $user = Use...

0 Likes
1 Replies

Creating a form in Lavarel 5

I recently upgraded to laravel 5 and I have encountered my first problem. I noticed laravel 5 has a...

0 Likes
4 Replies

Form submit, Input:all() not showing all inputs

RESTfully, When I submit my form and return Input:all() in the Store method I'm getting only couple...

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