Support the ongoing development of Laravel.io →

2,392 Threads

Mobile Support

I'm adding a mobile-friendly website to my laravel app, so I added the following code to /app/config...

0 Likes
2 Replies

Routes not working

Hi :) I followed the docs to make a password reminder. I'm new to Laravel and PHP so I just play aro...

0 Likes
6 Replies

How can we limit browsing to only my designated routes?

I would the users to not be able to browse any other directory or file except the routes

0 Likes
4 Replies
posted 9 years ago

Use two routes with one being the base route

I want mysite.com/account and mysite.com/account/home to go to the same view, but I cannot seem to g...

0 Likes
3 Replies

Laravel 4.2 CRUD Generator

Hi, Do we have any CRUD generator like Yii CRUD Generator -> Gii.

0 Likes
1 Replies

Homestead cannot reach internet and ssh is stalling after few seconds

I have a feeling that's related to my network and laptop setup - but what I did was just to run &quo...

0 Likes
0 Replies

Redirect route not working

I have created a route and this works correctly. However If the record is deleted and matches the id...

0 Likes
9 Replies
Solved

Connecting to XML

I'm going to make a site from laravel that connects to expedia data feeds via xml with live rates an...

0 Likes
5 Replies

View file in response (not download)

Hello guys, is there any built-in method to view file in response, just as it was in /public folder?...

0 Likes
0 Replies
posted 9 years ago

Not able to store array data in variables

I am fetching data from http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=shahrukh...

0 Likes
0 Replies
posted 9 years ago

Rewrite route

Hi, Today, i use this route to display a product page : Route::get('display_item/{id}', function($id...

0 Likes
7 Replies

jQuery AJAX and rendering sections, javascript sections in blade

I am stuck now for 2 days with this problem and any help would be really appreciated. down vote favo...

0 Likes
1 Replies

Do No Harm: Laravel

Oversing is the largest Laravel app that we know of. It is an enterprise ERP and PSA - for context,...

0 Likes
2 Replies
posted 9 years ago

Laravel Flowchart

Does anybody know a process flowchart for laravel like that of codeigniter(https://ellislab.com/_use...

0 Likes
0 Replies

Handling multiple accounts / impersonation

Good day, (Possibly) Routing Question: Have you ever noticed how GMail and Google+ handle multiple a...

0 Likes
0 Replies
posted 9 years ago

REST api Respond with file and json data

I have a server running Laravel 4/REST api. I have written many api methods that respond with JSON d...

0 Likes
0 Replies

ReflectionException on Homestead

So, I'm getting this wierd issues on Homestead on a Windows host. I can clearly see the class exists...

0 Likes
0 Replies

Passing Variables via Url, making view read them

I used to have a URL like the following. localhost/details?page=photos Which would then get a sectio...

0 Likes
8 Replies
Solved

Noob Question - Deleting records and validating

I have a record in my database that I am deleting with the value of ID. Currently I have this as a g...

0 Likes
2 Replies

Organizing CRUD functions in Controller, or Model?

Trying to rehaul my use of controllers and models. At the moment, I have a controller for: People/P...

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