Support the ongoing development of Laravel.io →

2,392 Threads

Handling SSH2 errors

I have this code $ssh = new Net_SSH2($all['ip']); if ($ssh->login($all['user'], $all['password'])...

0 Likes
1 Replies

Laravel 5 - destroy on Vagrant/Homestead runs show method

I have very strange issue. I installed fresh L5 copy, created TestController, added Route::resource...

0 Likes
0 Replies

how to schedule the timeslot for exam.

Hi, Iam developing a app. which students can register and book a slot on the particular day in parti...

0 Likes
0 Replies

Using Route::bind after running filters

I'd like to use Route::bind to validate whether a user has permission to access a particular model b...

0 Likes
0 Replies

Routes to unknown slugs

Hi, I'm starting with laravel and I'm building a simple CMS in order to learn how to use laravel. I...

0 Likes
4 Replies

Upload image but being saved as a folder?

Hi Everyone, I'm attempting to make a new folder within my website and store user images in that spe...

0 Likes
0 Replies

Select fields in complex with() queries

Hello @all, i am currently struggeling in one of my data-selections. the data are being read from a...

0 Likes
3 Replies
Solved

Create a route to a folder

hello, how do I create a route to a folder? I need the contents of the folder is shown in the broswe...

0 Likes
4 Replies
Solved

Better architecture for the process of searching results from an Elasticsearch server

I am refactoring one our search endpoints in our application. Number of Input parameters that effect...

0 Likes
0 Replies
posted 9 years ago

App::before() runs more than once

Hi, Somehow, the App::before() method runs more than once. I figured it out by adding a log each tim...

0 Likes
2 Replies

URL length is being limited - please help

I want to be able to display pages/articles with variable length categories http://www.site.com/test...

0 Likes
9 Replies
Solved

Dynamic Pagination

Hello, I'm trying to create a select box and paginate all users instances based on that variable. Fo...

0 Likes
3 Replies
Solved

Page specific links, works but for root page

So I'm converting my existing vanilla php site to laravel, I'm loving it but I'm having an extremely...

0 Likes
1 Replies
Solved

Probelm with view/blade

#Route.php is as bellow Route::get('/', function() { return View::make('hello'); }); Route::get('/{l...

0 Likes
3 Replies

Using REST

I am wanting to hook into the expedia API and return live data as JSON or XML. Should I try to find...

0 Likes
3 Replies

Using parsley-remote in laravel 4

Hello, I was trying to use the Parsley Remote of parsley.js. I just want to know how do i response t...

0 Likes
0 Replies

Response::download strange behavior

Hello everyone! First of all, thank you very much for your time. I'm having a problem with Response:...

0 Likes
19 Replies

Redirect www to non-www and vice versa

Hello everyone! Just found this filter to redirect www to non-www App::before(function($request){...

0 Likes
1 Replies

Routing installation standalone

Is it possible to use Routing feature just standalone? If yesm why the composer download is not divi...

0 Likes
0 Replies
posted 9 years ago

Problem with App::setLocale() in Routes.php

Hi I want to try this in my application : $languages = array('en', 'ar'); $locale = Request::segment...

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