Support the ongoing development of Laravel.io →
posted 11 years ago

[BEST PRACTICE] Javascript with Blade

Hi there ! I have some interrogations regarding blade and javascript files. Currently, I wrote some...

0 Likes
7 Replies

Strange event handler behavior

Hello everyone! I'm not 100% sure this is related to laravel, but I faced this problem while using L...

0 Likes
1 Replies
Solved

how to make login with Auth::attempt persistence on every page

Good afternoon , all i have some trouble with login i dont know why login only work in post page whe...

0 Likes
3 Replies
Solved

make:migrataion --env

The "--env" option of the artisan command is not working. I have 2 files .env and .env.tes...

0 Likes
0 Replies

what does $request->ajax() do?

please explain with an example for me what does $request->ajax() do?

0 Likes
2 Replies
Solved
posted 10 years ago

Forge BitBucket deletes root dir

When I add a BitBucket repo to my forge server (DigitalOcean) it deletes my root directory, the one...

0 Likes
1 Replies
Solved
posted 10 years ago

How to make a package popular ?

Hi , We have started working on package , This one : https://github.com/serverfireteam/panel Main fe...

0 Likes
5 Replies
Solved
posted 10 years ago

Model Observer Problem in Laravel 5

It works <?php namespace App; use Illuminate\Database\Eloquent\Model; class Test extends Model...

0 Likes
3 Replies
posted 10 years ago

Homestead 2 - laravel folder not installed

I am trying to set up homestead (v0.2.2) on OSX 10.10 with the latest versions of virtualbox and vag...

0 Likes
2 Replies
posted 10 years ago

Laravel 5: Form::open - setting a no value attribute problem

In previous Laravel 4, to set a no value attribute I used: {{ Form::open( array( 'url' => 'test',...

0 Likes
1 Replies
posted 10 years ago

How To Install Homestead In Windows 7 Ultimate 64 bit

Dear all, I find it difficult to mounting homestead in win 7, just information to me using xampp apa...

0 Likes
2 Replies

Laravel Cashier: Trouble Updating Card (Fatal Error)

I've installed Laravel Cashier (v3.0.4) in my project and am at the point of allowing users to updat...

0 Likes
1 Replies

How can i put two middlewares in a route?

As the question, what shall I do?

0 Likes
1 Replies
Solved
posted 10 years ago

Database Model & Select Form List from DB

Greetings, I used php artisan make:model candy to create my Eloquent model for my seeded DB Table &q...

0 Likes
7 Replies
Solved

Using model classes in Laravel 5

In Laravel 4, I could go: Show::all(); But in Laravel 5, I have to go: \Show::all(); or \App\Model...

0 Likes
3 Replies
Solved

[L5] Form request validation with multiple files input

Hi, I search a way to use the new L5 form request validation for validate an array of posted files....

0 Likes
1 Replies

Filtering users country wise using dropdown lists

My user model public function profile() { return $this->hasOne('Profile'); } My...

0 Likes
2 Replies

Changing Authentication view directory from auth\login

I'd like the change the default Laravel 5 auth directory to something else - for example, 'authentic...

0 Likes
1 Replies

Problems with Artisan (migrations)

Hello, i have some problems with artisan i create couple databases, but without notice i have some r...

0 Likes
1 Replies

Check if related entity has any elements.

Hey peeps, new to laravel here (using version 4.2). Now, I have a User model as shown below: <?ph...

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.