Hello, I have this scenario: Route::group([ 'middleware' => ['reservation'], 'prefix' =&g...
Hi, I am using Laravel 5 ("laravel/framework" version is " v5.1.16", Homestead U...
I don't know if this is normal, but I have considerations: I'm running Laravel Lumen and using cooki...
Not so much a technical question, just looking for opinions. I am working on what you would call an...
Hello, Please let me know how can I post data from a non-controller class while redirecting to any r...
I have a SettingsController and in routes.php this will work: Route::get('settings', array( 'us...
I'll try to keep this as short as possible. Basically I want to be able to do this: Let's say I have...
i had a error with controller page. public function getcolumnone(){ //TODO: Select emailapp template...
Im getting this error randomly,i search it and it seems that this happens if you havent set an app k...
I have been stuck on this for a while even after reading other questions & docs from Laravel. I...
Hi Guys, I am trying to check thousands of URLs from search engine index, If they are existing or no...
So I want to add a new condition for registered users to be allowed to login. In the database, there...
I'm currently adding a user class to my personal laravel site and am working on the update functiona...
Ok I have a FormRequest class in app\Http\Requests i have namespaced it correctly and am using it in...
I cannot setup mail function to work with attachment. when I add this part of code then I have Error...
Trying to get Object url and keep hitting a brickwall. CredentialsException in InstanceProfileProvid...
I have a problem with my upload form which uses ajax call Multiple files can be uploaded. When I upl...
I'd like to be able to have multiple dynamic routes that can interrupt each other. For example, I ha...
I run a non-commercial file sharing site powered by Laravel. Currently, users IP addresses are recor...
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