I have 3 models, ie: Country, User, Bike. Country has many User, User has many Bike, and bike can be...
Hi I have controller like that: public function sendmail() { $status = \Lang::get('messages.notsent'...
Hello, I would like to ask for examples or samples, how to create categories with many to many realt...
Hello, If you are want to display all registered route list same as laravel framework then you can u...
Hello! I would be happy if you could help me with the following problem: When a user does a login, I...
Hi All, I have created a login page and passing the data to the controller. In controller, I am doin...
Here are the specifics OS: Ubuntu 14.04 Webserver: Apache2 Laravel Version: 5.0.16 modrewrite: enabl...
Hello, I have a view which will render the menu of my website. I'd like that navigation to display o...
This is my source code: public function up() { Schema::create('messa...
Here is my set up. I have page1 that gets a list of all records in a large database. It allows user...
In my controller I have: public function index() { $comments = Comment::pagi...
Hi I have setup Laravel 5 and file upload using blueimp's jQuery File Upload plugin. It works fine....
First of all, sry for posting what is probably a stupid and an obviously easy to solve question. I'v...
<div class="alert alert-danger"> <strong>Whoops!</strong> There were s...
I am using cloud9 and laravel 4.2. I have the basics of laravel going well. I have multiple routes a...
I need to set id manually instead increments, but I have a problem. $user = User::create...
I'm hosting a laravel application in amazon aws free tier. I'm using memcached instance on amazon fo...
Hello, i want to select all users from table and check counts if they loggid in from facebook/google...
I installed laravel via composer but my laravel comman doesn't work in my command line. I'm still us...
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