I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...
I have following MySQL table structure: posts table: posts: {id(PK), title, content, slug, date, wri...
Hey there, I am trying to write some tests for my commands which are within a package. I managed to...
I have a form: <input type="checkbox" name="array[]"> </form>``` Wh...
What I am trying to do is set a column to be a foreign key. Following the documentation, it's prett...
Hello, I need help with the following structure in laravel: - User id - Purchase id user_id - Deta...
Hi, We're using the lazychaser/laravel-nestedset (on gidhub) / Kalnoy\Nestedset (composer/packagist)...
Hi, I'm having troubles to define a delete route, can someone showme an example about how to define...
Hello Laravel experts! I've created a microsite for my customers and they like it so much that they...
User.php <?php namespace ESP; use Illuminate\Auth\Authenticatable; use Illuminate\Database\Eloq...
Hi all, I am currently using laravel 5.2, and using vagrant box as my development environment, in ub...
Hello, I was hoping to start right away once Valet was installed… Everything worked fine until I tri...
I'm trying to check if my request has a set of input (using or ) but I can't figure out if the metho...
HI, i have my .env config file, but i have an external service that change the token every 3 hours....
I have a folder inside my "assets" that contains multiple javascripts files. I have many f...
Dear all, I am quite new at Laravel. I have a Product Model and a Category-Model. Each Product has o...
Hi, I'm new to Laravel and busy learning it for the last few weeks. I'm learning from the book: Lara...
Group by is problematic since I switched to PHP 7 and having aggregate values doesn't apply to the w...
Hi, I was at Laracon.EU and after releasing 5.3, upgraded. I am also a Laravel Newbie... I am also...
Hi everyone, I am new in laravel, i am using patch method but i am getting error "Missing requi...
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