Support the ongoing development of Laravel.io →

What, When Encryption Key in Laravel?

I don't understand what, when Encryption Key in Laravel? Pl help me.

0 Likes
0 Replies

How to insert multiple rows with one query?

How would I implement this with laravel? INSERT INTO table (a,b) VALUES (1,2), (2,3), (3,4); thanks

0 Likes
1 Replies

How to save Data with same name Fields

Hello Guys, I just Worried for my Codes, And I dont know what to do. Cuz, iam new in Laravel, My Pro...

0 Likes
2 Replies
posted 11 years ago

Syntax error, unexpected and "?>; ?>" error

Hi I'm sorry to post again but the previous post is marked as "solved" but it's not solved...

0 Likes
14 Replies
Solved

New Confide (dev-huge-update) questions.

I'm wondering if anyone is using Confide (dev-huge-updates) that just came out a few days ago. It's...

0 Likes
0 Replies

Protect intended url

Hello I have a following scenario: If user is not logged in and he tries to open /admin route he wi...

0 Likes
4 Replies
Solved

Dynamically reload table within page via AJAX and change browsers' url accordingly

I've got a table inside a page. The data it displays will rely on a few parameters given (filter for...

0 Likes
2 Replies
posted 11 years ago

DB::update() problem,it is not work!

i want to build a function call fixdelete to define a new softdelete. as you see: DB::update('update...

0 Likes
3 Replies

stupid blade question about parent id

i'm sure this is simple, but need help i have products, with a foreign key of category_id and i have...

0 Likes
2 Replies

route doesnt work

why this route wont work ? its just refreshed the page. data wont fill in database routes.php <?p...

0 Likes
1 Replies

timeslot search using carbon

Hello, I am building a scheduler app that find candidates with free timeslots that fits into an empl...

0 Likes
1 Replies

RESTful Controllers use lots of memory

Hi All, My restful controllers in the routes.php use lots of memory in Laravel 4.1. This standard? I...

0 Likes
3 Replies
posted 11 years ago

Unexpected EOF and things like that. (css/javascript)

Hi, When I want to use css/javascript files with laravel I always get errors like Unexpected EOF or...

0 Likes
3 Replies
Solved

Error in Passing a multidimensional array from controller to view

Route File:- Route::get('/',function(){ $menuitem = Menuitem::all(); return VIEW::make('index',$menu...

0 Likes
1 Replies
posted 11 years ago

Filter record created_at specific year

I want to filter record which has created_at atribute at year 2011. Currently, I could do it like th...

0 Likes
2 Replies
Solved

Moving from Apache to nginx

I'm using digitalocean to serve my website with Webuzo as the cPanel. I have a Laravel app and I cha...

0 Likes
1 Replies

Where to put Form::macro() and create chain method (param) on it?

Where to put Form::macro()? And I would like to use chain method on it like this: Form::myField()-&g...

0 Likes
0 Replies

How to run the application using apache server

Hello everyone. I'm new in laravel and i found one problem. I can run the application using artisan...

0 Likes
3 Replies

PHP-FPM - Class not found error using namespaces

Server upgrade happened and php-fpm is now used (though we are still using apache -.-). Now my appli...

0 Likes
0 Replies

Getting Configuration from Laravel Project as a Library

We've been using Laravel for our front-end architecture with some success for awhile. Now we need to...

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.