Support the ongoing development of Laravel.io →

Opinion about eloquent

Things that I like about eloquent: Fantastic query builder Facilities provided in model the abili...

0 Likes
0 Replies
posted 10 years ago

Ajax code works in laravel 4 but not in laravel 5

I have some ajax code in a javascript function: $.ajax({ type: "DELETE", url: &quo...

0 Likes
9 Replies
posted 10 years ago

artisan vendor:publish

Is correct behaviour of command in question ( $ php artisan vendor:publish) to copy migrations over...

0 Likes
5 Replies
Solved

Laravel and angularjs in homestead

I want to get started with homestead for my project. This is an existing project, and it works when...

0 Likes
0 Replies
posted 10 years ago

Eloquent Relationships

Workout app Hello, im working on a workout app and I want to set up my relationships. For example:...

0 Likes
1 Replies
Solved

Whoops, looks like something went wrong. Need help

Hi, I am still newbie in laravel 5.0 and it's my first time to use this,when I installed properly by...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel 5 Package development "Class not found"

Hi guys, I followed some tutorials today about package development and I'm always getting the same e...

0 Likes
2 Replies

laravel command brings up "Open With" window

I followed the instructions here: http://laravel.com/docs/5.0 And installed Laravel 5 with composer,...

0 Likes
1 Replies

Sentry Updated, please update.

Please upgrade your Cartalyst Sentry installs. https://medium.com/cartalyst-development/sentry-vulne...

0 Likes
0 Replies

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
posted 10 years ago

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 10 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 10 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
posted 10 years ago

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
posted 10 years ago

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

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.