Hi, Iam developing a app. which students can register and book a slot on the particular day in parti...
I'd like to use Route::bind to validate whether a user has permission to access a particular model b...
Hi, I'm starting with laravel and I'm building a simple CMS in order to learn how to use laravel. I...
Hi Everyone, I'm attempting to make a new folder within my website and store user images in that spe...
Hello @all, i am currently struggeling in one of my data-selections. the data are being read from a...
hello, how do I create a route to a folder? I need the contents of the folder is shown in the broswe...
I am refactoring one our search endpoints in our application. Number of Input parameters that effect...
Hi, Somehow, the App::before() method runs more than once. I figured it out by adding a log each tim...
I want to be able to display pages/articles with variable length categories http://www.site.com/test...
Hello, I'm trying to create a select box and paginate all users instances based on that variable. Fo...
So I'm converting my existing vanilla php site to laravel, I'm loving it but I'm having an extremely...
#Route.php is as bellow Route::get('/', function() { return View::make('hello'); }); Route::get('/{l...
I am wanting to hook into the expedia API and return live data as JSON or XML. Should I try to find...
Hello, I was trying to use the Parsley Remote of parsley.js. I just want to know how do i response t...
Hello everyone! First of all, thank you very much for your time. I'm having a problem with Response:...
Hello everyone! Just found this filter to redirect www to non-www App::before(function($request){...
Is it possible to use Routing feature just standalone? If yesm why the composer download is not divi...
Hi I want to try this in my application : $languages = array('en', 'ar'); $locale = Request::segment...
Hi guys, I'm retrieving Events from the database and every time I get events from the database I wan...
Hello everyone. I installed clean Laravel on LEMP (Nginx,PHP-FPM...) Everything right, but debug lar...
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