Support the ongoing development of Laravel.io →

Laravel is crazy

Long story short. I created a migration named "create_music_table" which have following fi...

0 Likes
3 Replies

Oversight bug in Laravel Validation Rule?

I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...

0 Likes
1 Replies
Solved
posted 9 years ago

Passing user's ID on form submission

So I created a simple Authentication system for my Laravel 4 app following this tutorial: http://cod...

0 Likes
2 Replies

using groupby for display

I have the following tables set up widgets table: id, name, widget_types_id widget_types table: id n...

0 Likes
1 Replies
posted 9 years ago

check current content-type

how do you check the content type? when using the code below App::after(function($request, $response...

0 Likes
0 Replies

Laravel in subfolder results in wrong URLs

Hello Im learning Laravel, and by now i hanging with generating urls. Ive installed my laravel proje...

0 Likes
7 Replies
posted 10 years ago

Artisan commands are really slow?

Hi, When I use artisan on the command line, it takes around 20-30 secs to spit out a response, regar...

0 Likes
4 Replies

how to make Route::group case insensitive?

Hello, I have a group routing like following and want to make is case insensitive... Route::group(ar...

0 Likes
0 Replies
posted 9 years ago

Rendering controller action in layout

I'm trying to make an application where on every page I'll have some top rated news. So, in my blade...

0 Likes
2 Replies
Solved
posted 9 years ago

Is there a best or preferred authentication plugin for Laravel?

Hello, I'm totally new to Laravel. I've dabbled with frameworks a little bit in the past such as Cod...

0 Likes
3 Replies

best practice tip for Custom pagination - paginating items from 'unpaginated' location and appending and modfying link, .

For most pages, I would just need the standard bootstrapRender and paginator result but for some pag...

0 Likes
0 Replies

Many to many relation needs refresh after attaching new records?

I am writing an app that administers tests to students. I have a model that represents a prototype o...

0 Likes
1 Replies

Form Data to Route

I'm not sure how I should do this, but I need the form data (a zip code or city) to be posted to my...

0 Likes
3 Replies

Simple Controller/Method-Routing?

Hi folks, i know - it's a real newb-Question, but i've found nothing in the documentation, which hel...

0 Likes
7 Replies
posted 10 years ago

Problem with hosting

Hi I'm new to hosting for the moment. I'm using Combell because it runs PHP 5.4. I changed a few thi...

0 Likes
1 Replies
posted 10 years ago

Find out what controller was used in previous url

For a project I'm working on I need to get access to the controller used in the referrer to run a fu...

0 Likes
1 Replies
posted 9 years ago

I have error with variable

I have a code: http://pastebin.com/kXPsvrCR And i have error - http://clip2net.com/s/77c44x Please h...

0 Likes
0 Replies

Retrieve Data from 2 Tables

$orders = DB::table('orders') ->join('order_item', function($join) { $join->on('orders.id', '=...

0 Likes
1 Replies

Why is this eagerly loaded relationship returning me an empty array?

I have the following tables: lessons - lessonID - lessonName .. sections - sectionID - lessonID ref...

0 Likes
0 Replies
posted 9 years ago

Adding and removing labels/text boxes with button click

So I have this code and I was trying to make these labels and textboxes appear with a button click....

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.