Support the ongoing development of Laravel.io →
posted 10 years ago

Save multiple value of checkbox

Greetings Pros, Can someone teach me on how to save multiple value of checkbox: foreach($data as $ke...

0 Likes
3 Replies

Querying calculated fields.

Even though I'm selecting a column as another column I cannot perform a query on the aliased column....

0 Likes
1 Replies

Father/Mother/Children relationship design

Hello, I am struggling with a simple binary relationship design. I have my DB set up the way, where...

0 Likes
3 Replies
posted 10 years ago

Laravel 5 Directory Structure

Will laravel 5 have diferent directory structure ? I've looked at laravel 5 dev on github and it see...

0 Likes
1 Replies

L5 vs L5 Dev version

I am trying the L5 dev version but i would like to know how different will be the L5 relase version...

0 Likes
0 Replies

BadMethodCallException in Laravel5 for every service provider in app.php

I cannot register ServiceProders in app.php. I tried these packages: https://github.com/BeatSwitch/l...

0 Likes
1 Replies

Probelm with view/blade

#Route.php is as bellow Route::get('/', function() { return View::make('hello'); }); Route::get('/{l...

0 Likes
3 Replies

Database Generated Forms / Dynamic Questionnaires

Hey, I'm starting out with Laravel and I can't decide on the best way to implement this dynamic form...

0 Likes
3 Replies

How to create slugs automatically with Eloquent in Laravel

Hello everyone, This article uses the test driven development to illustrate how to create slugs for...

0 Likes
0 Replies

How and why to set up Laravel Homestead v2

Hello :) In recent days I've written this article to explain why should we use Laravel Homestead v2...

0 Likes
0 Replies

custom (Eloquent?) method

Hi, I have the following situation: I have the tables: actions action_access_ids It's a one-to-many-...

0 Likes
1 Replies

case and inner join with Eloquent

I'm newbie at laravel and i searched for hours but i can't find how can i set this query with larave...

0 Likes
1 Replies

Laravel5 breadcrumbs Call to undefined method [package] (View: .../master.blade.php)

I am using pachage https://github.com/davejamesmiller/laravel-breadcrumbs My master view contains:...

0 Likes
0 Replies

how to make a custom full feature form in laravel

hi , im new to laravel so i wanted to ask if anyone can help me to wtite a full feature registration...

0 Likes
2 Replies

Caching permissions for performance

I will have a permission system that will be administered via a PHP page and stored in the DB with t...

0 Likes
3 Replies
Solved
posted 10 years ago

The requested URL /users was not found on this server. laravel

Hi, I uploaded my laravel project to server and it was working fine in localhost but i am getting th...

0 Likes
6 Replies
Solved
posted 10 years ago

Mcrypt PHP extension required. Laravel

Hi, I uploaded a simple laravel application to my godaddy vps server but i am getting Mcrypt PHP ext...

0 Likes
2 Replies
Solved
posted 10 years ago

multiple user tables/authentication

Is it possible to use the laravel framework to create an authenticated front end, and an authenticat...

0 Likes
4 Replies

Custom categorization database

Hi, I'm currently working on a e-commecr site and the following is how I structured my items ** note...

0 Likes
1 Replies

REGEXP in Where Query Builder

$query->where('tags', 'LIKE', '%'.$uID.'%'); SELECT 'a word a' REGEXP '[[:<:]]word[[:>:]]';...

0 Likes
1 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.

© 2025 Laravel.io - All rights reserved.