I have this $location = GeoIP::getLocation('46.188.214.51'); my table looks like this | id | mood...
I have a users table and profile (one to one) table. I need data from both to display on their publi...
I have an installation with 2 basics groups admin app another group that handle all the other domai...
Guys, im having the following error on my laravel server. I cant figure it out whats the issue... An...
Hey, i have this code public function viewfind($nick) { //check if the user inputted exists $che...
Is it possible to without core hacks to change the table laravel uses for migration history (current...
Hi, Having this route in routes.php Route::get('/test-array', function(){ return [1,2,3,"hel...
ACL Captcha Restful API's with Pagination, versioning and OAUTH authentication Support for Multiple...
I've been doing this laravel course here https://www.youtube.com/watch?v=nSOPuYkllYQ Everything work...
Hey, i have this route Route::get('/map/{type?}/{id?}', array('as' => 'map', 'uses' => 'HomeC...
I'm sure this is a basic question, but I have the following: Model "A" which has many of &...
Hello, i want to print 12 articles with pagers using bootstrap 3 theming: @foreach($category->...
I need someone who is familiar with laravel framework I can ask some of the time using skype.
I'm trying to install Laravel on my computer with Composer. So I did install Composer well. And now...
Hello, I am creating some sort of website that needs other websites and I am trying to figure out ho...
Hi, I do not know how to make a relationship, my structure communities id - integer name - s...
What's the best way of exception handling in blade view. I have a scenario where i am passing a coll...
Hi, I'm creating an online shop and I had obviously to use many to many relationships. I've a proble...
Hello, i am using: <p> {{ str_limit($page->body, $limit = 280, $end = '...' }} </p>...
I am trying to connect to mongo db using the eloquent module outside of laravel, i can get it to con...
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