Hi there ! I have some interrogations regarding blade and javascript files. Currently, I wrote some...
Hello everyone! I'm not 100% sure this is related to laravel, but I faced this problem while using L...
Good afternoon , all i have some trouble with login i dont know why login only work in post page whe...
The "--env" option of the artisan command is not working. I have 2 files .env and .env.tes...
please explain with an example for me what does $request->ajax() do?
When I add a BitBucket repo to my forge server (DigitalOcean) it deletes my root directory, the one...
Hi , We have started working on package , This one : https://github.com/serverfireteam/panel Main fe...
It works <?php namespace App; use Illuminate\Database\Eloquent\Model; class Test extends Model...
I am trying to set up homestead (v0.2.2) on OSX 10.10 with the latest versions of virtualbox and vag...
In previous Laravel 4, to set a no value attribute I used: {{ Form::open( array( 'url' => 'test',...
Dear all, I find it difficult to mounting homestead in win 7, just information to me using xampp apa...
I've installed Laravel Cashier (v3.0.4) in my project and am at the point of allowing users to updat...
As the question, what shall I do?
Greetings, I used php artisan make:model candy to create my Eloquent model for my seeded DB Table &q...
In Laravel 4, I could go: Show::all(); But in Laravel 5, I have to go: \Show::all(); or \App\Model...
Hi, I search a way to use the new L5 form request validation for validate an array of posted files....
My user model public function profile() { return $this->hasOne('Profile'); } My...
I'd like the change the default Laravel 5 auth directory to something else - for example, 'authentic...
Hello, i have some problems with artisan i create couple databases, but without notice i have some r...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community