is it possible to convert an mwb file created with mysqlworkbench to schema builder files? Some kind...
I have 3 models, ie: Country, User, Bike. Country has many User, User has many Bike, and bike can be...
Hello, I would like to ask for examples or samples, how to create categories with many to many realt...
This is my source code: public function up() { Schema::create('messa...
In my controller I have: public function index() { $comments = Comment::pagi...
First of all, sry for posting what is probably a stupid and an obviously easy to solve question. I'v...
I am trying to manipulate images in Laravel using intervention. I have followed all the required set...
For testing and support issues I´d like to allow one or two emails to be used multiple times in my u...
I'm writing a validator that verifies that an IP is unique. The complexity is that these are IP rang...
Hello, I've been trying to get laravel to work with a Microsoft SQL Server. I've installed FreeTDS,...
I have a form that has inputs that look like this {!! Form::text('event[]', $data->event, ['class...
Got an issue that I am struggling to solve in Laravel 5. So essentially what I am trying to do is ca...
I want to create a web app with Laravel 5 that require three different type of user authenticated: s...
Hello, I have for example table with user, which can be owner of event or following event. So, there...
I have table rows that I want to be created when user register just like users table does by default...
First, if anyone has a good tutorial on collections, I could use it. I have a collection coming from...
Long story made short: my timestamps are coming from PostgreSQL in a different format than Laravel i...
Hello all, I have a device table created using this Schema::create('devices', function(Blueprint $ta...
I'm getting started with Laravel 5 by following the ToDo tutorial here. I also have the ide helper s...
Hi there! I build a script that can run through a user's requested daily meals, and automatically as...
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.