Support the ongoing development of Laravel.io →

optgroup remove

My model: class Boxstyle extends Eloquent { protected $fillable = array('BoxStyle'); my table...

0 Likes
0 Replies
posted 10 years ago

Guzzle not posting params, what am I doing wrong??

// i get : //["message"]=> string(35) "Parameter apiKey missing in request&...

0 Likes
0 Replies

Laravel Eloquent/Models

Laravel: Using 5.0 I'm attempting to call a Model for data using Eloquent, I've already added my cus...

0 Likes
0 Replies
posted 10 years ago

PHP code not being evaluated in blade templates

After upgrading to a new version of PHP (from 5.4.7 to 5.6.3) my Laravel Blade templates do not eval...

0 Likes
2 Replies
Solved

Password reminder

Hi all..I'm using laravel4.2.11 I have user table but i dont have "email" field in it but,...

0 Likes
4 Replies

very simple

I have a controller: $boxstyles = boxstyles::lists('boxstyle', 'id'); Model: protected $fillable = a...

0 Likes
3 Replies

Your thought on how to set this up

Hi, I'm new to Laravel (not to PHP). I love the way how easy it is to get this up and running with t...

0 Likes
2 Replies

Laravel 5 Package Development

Hi! I'm trying to upgrade my packages to Laravel 5 but I'm finding an error with the Service Provide...

0 Likes
4 Replies
Solved

Laravel app:name command Broke my entire setup

Hi guys... So i setup a clean install of larval 5.0.1 with the barryvdh debugbar nothing really done...

0 Likes
1 Replies
Solved

Limited array element validation

Hi, I'm working for a laravel project which require user select a list of universities(checboxes). B...

0 Likes
2 Replies
posted 10 years ago

Ternary statement L5

Hi, {{\Auth::user()->nickname or \Auth::user()->firstname}} returns 1 while //works {{\Auth::...

0 Likes
0 Replies
posted 10 years ago

string auto increment using Schema Builder

i'm kinda new in Laravel and i have some question is it possible for me creating autoincrement collu...

0 Likes
0 Replies

i want make sql query with laravel Eloquent ORM

hi all i have 7 tables i want to use union and get sum of column this is query i want to do it "...

0 Likes
0 Replies
posted 10 years ago

Laravel5 - Error: missing mcrypt (installing via composer)

Hello. I am trying to install Laravel 5 via composer but I get the following error: Problem 1 -...

0 Likes
4 Replies
Solved
posted 11 years ago

Example Blade extension from docs does not work

This triggers a fatal error Blade::extend(function($view, $compiler) { $pattern = $compiler->...

0 Likes
3 Replies
posted 10 years ago

How can I dynamically create a Model?

Example taken form http://stackoverflow.com/questions/26757452/laravel-eloquent-accessing-properties...

0 Likes
3 Replies
Solved
posted 10 years ago

Getting a blank page on installation

I'm trying to install Laravel locally on my computer by following the instructions given on the webs...

0 Likes
4 Replies
posted 10 years ago

Returning Environment

Hi guys, I'm trying to display the ENV contents through ROUTE, Route::get('env', function() { $envi...

0 Likes
2 Replies
Solved

Laravel 4 booking system help needed with mysql and logic filtering functionality

I am building a Hotel Booking App and i got stuck with filtering a hotel and rooms while inserting a...

0 Likes
1 Replies

Laravel5: Remove public path without using .htaccess or vhosts?

I have recently switched to laravel5 and having issues with removing public path. I don't want to us...

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.

© 2025 Laravel.io - All rights reserved.