I'm creating a route for a deferred service provider that's in a package and the following route wor...
When I enter an address like 'localhost/classifieds/public/admin/categories' it works fine. But, if...
I have recently completed my first laravel site, but now I am stuck with deployment. This is an enti...
Hello, my table is: users { -bank -movement ... } Validator to the form fields: $validator = Valid...
Hello to everyone, I am starting now with Laravel and was playing with routes to create a multi-lang...
Hey guys!! I guess this problem is kind of old. I looked up for it a lot but i am just not a program...
I would like to pass arbitrary data to the middleware annotation like /** * @Middleware("permi...
Subscription not working at the time user registration. I echoed stripe token which is perfect. but...
Hi, I have a page that displays the contents of a shopping cart in a table. The Quantity field is a...
Hi using laravel 4.2 on an apache server I'm trying to secure sections of my site with SSL - I'd li...
Hi everyone, I have two website: website1 and website2. I have a folder call "uploads" int...
I want to call my controller's method destroy in javascript: window.location.href = " {{URL::a...
Could you be so kind to tell me, how can I get previous route? URL::previous() gave me URL but I nee...
Hi everyone, I set a nested resource like this in my routes.php file : Route::resource('channels','C...
I'd like to know what would be the best way to post a form to the same page? I have a standard page...
hi, im newbie, i'm using laravel 4.2 When i send a post request to home path route::post('/',functio...
i have a route for a hotel view with a slug hotel name. Route::get('/hotel/{slug}', function($slug){...
Have I missed an obvious way to do this? I'm checking to see if the request URI matches a list of kn...
I use a form to filter all the data. But when i go to page 2 or any other, i get all the data instea...
Hello, on the client i get the user information via Route::get('auth', 'Tappleby\AuthToken\AuthToken...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community