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

Can I use laravel by include only?

Hello. Can I use Laravel by 'include' and not by installing it?

0 Likes
2 Replies
posted 10 years ago

Returning array to AJAX call

Hello everyone, I have an issue regarding some of my AJAX calls. I'm trying to make an AJAX call to...

0 Likes
1 Replies
Solved

Carbon::createFromFormat suddenly broke?

I created this quick snippet of code to display the Output: $dates = []; for ($i=1; $i <= 12;...

0 Likes
3 Replies
Solved

Automatic querybuilder from link params

Hey everyone, I want to make an automatic querybuilder that takes the params from the url in the con...

0 Likes
1 Replies

a problem with session and csrf token in old browser in a web server

when i use opera 12 and older and IE and other old browser for get my web app in a server with this...

0 Likes
0 Replies

What is the best way to organize data update in db?

I have a table with many fields. Some of these fields I need to update, the rest leave as is. Becaus...

0 Likes
0 Replies
posted 10 years ago

Deployment Best Practices

What is the best way to handle permission issues when deploying Laravel applications ? Deployments t...

0 Likes
2 Replies
posted 10 years ago

Query Build without results

Hi. I have debugged a query built with query builder: Array ( [0] => Array (...

0 Likes
1 Replies
Solved
posted 10 years ago

Undefined property: Client::$name ...

Hi, fnc in Eloquent Client model public function getNameAttribute() { if( $this->name) { retu...

0 Likes
2 Replies
Solved

Populate HTML with database data

I've come across a few questions like mine, however, each seemed to have a very different answer, so...

0 Likes
1 Replies

How to turn off https route?

I have this route Route::group(array('before' => 'auth'), function() { Route::get('something', '...

0 Likes
4 Replies
posted 10 years ago

Guide to install Laravel 4 on Mediatemple (gs) with the Laravel Installer.

This was my solution after juggling with composer and various errors and it worked like a charm, hop...

0 Likes
2 Replies

a post redirect method in routes, is this possible?

http://laravel.io/bin/6Lnlj Lines 16 to 22. I have a post route that validates the form that is in t...

0 Likes
0 Replies

Can't authenticate with Doctrine

Gentlemen: I'm using Mitchellvanw's laravel-doctrine implementation but I'm getting the following er...

0 Likes
0 Replies

Twitter feed on my homepage

Hello Friends I am fairly new to Laravel but have managed to get a website (static) up and running a...

0 Likes
1 Replies

Laravel 5, "middleware" class error or not?

Where class "CsrfTokenIsValid" in "App\Http\Middleware"? There are only "V...

0 Likes
2 Replies

Query Trouble

I've got a query that I'm struggling to get executed in Laravel Here's the raw SQL query SELECT stre...

0 Likes
2 Replies
Solved

Eloquent how to order tweets and retweets by created_at in one query,

Hello I'm building a site that has a similar setup to twitter, here is my database structure: ##User...

0 Likes
0 Replies
posted 10 years ago

Summernote editor image upload

Did someone tried Summernote (http://hackerwins.github.io/summernote/) image uploading? By default i...

0 Likes
3 Replies

Mcrypt PHP extension required.

when i try installing laravel i got that error i tried debbugging it but i couldn't when i run php -...

0 Likes
3 Replies
Solved

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.