Support the ongoing development of Laravel.io →

2,389 Threads

Getting content of a view file and display it using ajax request

As far as you can understand from the topic, my aim is getting the contents of a view file using an...

0 Likes
4 Replies
Solved

Edit link button laravel 5

Good day Hi guys, how can I create a button to edit post, I user rest controller ......<a href="{...

0 Likes
0 Replies

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

Use root route for both logged and non logged user

I'm using facebook as login and I'm expecting the route to know if the root is logged in or not to u...

0 Likes
4 Replies

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

abort() and How can I answer with JSON

Hi, Sorry for my english first, I'm not used to write in english. I explain my problem. I used on La...

0 Likes
8 Replies

Root page not working when redirecting

I am using the below code to redirect to the root page. return Redirect::to('/'); I have defined t...

0 Likes
9 Replies

How can I filter the same requests throw the middleware?

Hi, I want to use request name ('/') when the user is authorized and for the guests. I want to use l...

0 Likes
1 Replies

Authenticated Routing

Hi, This question is more a 'best practices' or 'best way' question where I'm seeking advice on how...

0 Likes
0 Replies

Laravel and 3000 requests/sec?

Hi, We will rebuild our newsportal in the next month. It has an average of 3000 requests per second,...

0 Likes
5 Replies

Ajax Colorbox Login Form

Hey guys, I really hope I'm not asking a question that has been answered a million times, but I've l...

0 Likes
4 Replies

Trying to get property of non-object

Getting ErrorException in Mailer.php line 33: Trying to get property of non-object my Mailer.php: &l...

0 Likes
1 Replies

[RuntimeException] Session store not set on request.

I have the following Controller, this is just a snippet of the code. In the webbrowser this is fully...

0 Likes
3 Replies

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 9 years ago

How to change Request values?

Hi, I have the following code. public function store(CategoryRequest $request) { try {...

0 Likes
0 Replies
posted 10 years ago

Add and Remove multiple cookies in one response

Hi, I don't know why this method is not in Laravel 4.0. and sorry if it's added in new versions. but...

0 Likes
3 Replies
posted 10 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

$_GET is always empty

My application is working well on localhost, but now having moved my application to a production ser...

0 Likes
0 Replies

How to determine which Restful resource page is showing?

Hi, I am new to Laravel and I am trying to get my head around routing. I have set up a controller an...

0 Likes
2 Replies

Timestamp of DB queries within a transaction

I'm using DB::transaction and SoftDeletes. For those unfamiliar with Laravel the SoftDelete function...

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

© 2024 Laravel.io - All rights reserved.