Support the ongoing development of Laravel.io →

540 Threads

New to laravel

Hi I need to create the following ability on a form to create/select: Country Province Town Suburbs...

0 Likes
1 Replies
Solved

Routes error in Laravel 4 NotFoundHttpException Controller method not found.

I have defined the following routes : Route::get('/', 'HomeController@getindex'); Route::controller...

0 Likes
2 Replies
Solved

Laravel 5.1 Mailer marked @internal

Hi getting a 'marked @internal' in PHPStorm. I can't fix the code to make the message disappear. I'a...

0 Likes
1 Replies
Solved
posted 11 years ago

L5 - Controller does not exist

Hi there, I'm upgrading my existing mini project from Laravel 4.2 to L5. In my routes file, I've the...

0 Likes
2 Replies
Solved
posted 10 years ago

Output PNG via Browser

Hey everyone, I'm trying to output a png image via Laravel (I'm doing something for every page view...

0 Likes
3 Replies
Solved
posted 10 years ago

How to avoid method collision in Restful

I use Restful to create CRUD in laravel. And i add another route : Route::resource('article', 'A...

0 Likes
2 Replies
Solved

Lifecycle: After App Service Provider, Before Rest?

Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...

0 Likes
1 Replies
Solved

AJAX File Upload with jQuery -- How do I get CSRF into the request? (Updated)

I'm making a file upload system using Laravel, Ajax and jQuery. I am able to submit forms using Ajax...

0 Likes
4 Replies
Solved

Add some data to all methods on constructor

I want to send some data for all methods (GET ) of the Controller and do not want to have to do this...

0 Likes
1 Replies
Solved

InvalidArgumentException View [schools.index] not found. Please help its Urgent

I have created "categorystream" in "schools" section. I have added categorystrea...

0 Likes
12 Replies
Solved

How to share Variables to all views and pages

I'm new to Laravel and i've a question regarding using variables through all my views, to make it cl...

0 Likes
7 Replies
Solved
posted 11 years ago

How Multiple Upload Image Use jQuery File Upload

I use Jquery File Upload for laravel but i can recevied any thing. javascript can not run. Jquery: h...

0 Likes
8 Replies
Solved

Query Not Saving All Input

I am saving an Eloquent model to a MySQL database, however all the request input is not saved, despi...

0 Likes
10 Replies
Solved

Post request query

Hopefully my question isn't going to be too vague, and just let me know if you look at this and need...

0 Likes
13 Replies
Solved
posted 10 years ago

Why are dashes not allowed in routes in 5.1

The docs for 5.1 say: Note: Route parameters cannot contain the - character. Use an underscore (_) i...

0 Likes
2 Replies
Solved

How to make a variable Database call?

I'm trying to set up a single Controller that will be passed a variable name from the route. I'm not...

0 Likes
10 Replies
Solved

when send post data by the client, returns error "Maximum function nesting level of '100' reached"

Hi I have developed an app on L4 and I taken strange error.. Examle in unit test public fun...

0 Likes
1 Replies
Solved
posted 10 years ago

What are the benefits of Route::get/post etc?

Hi. I'm coming from CodeIgniter world (yes, I know it's a very old framework :) ), I there are a lot...

0 Likes
8 Replies
Solved

Pushing reponses to ajax

Hi, is there please anyway to push Reponse to an ajax script in the view ?

0 Likes
3 Replies
Solved

Redirect Search Form to Search Results Page

I have a search form that sits on every page of my Laravel app - when someone enters a search reques...

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

© 2026 Laravel.io - All rights reserved.