Using Laravel 5.0, we develop locally using Homestead and everything works fine. When we deploy the...
Hello, I am new on Laravel, and I try to build an application, that in some point, I have a form, in...
Hey everyone, I'm trying to output a png image via Laravel (I'm doing something for every page view...
I use Restful to create CRUD in laravel. And i add another route : Route::resource('article', 'A...
Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...
Hello! I have a model that look like this: public function GetUserByname($input){ $this-&...
I have the following route: Route::get('/user/{name}/{key?}/post/{id}', array('as' => 'index'...
I am using laravel 5.1. Now I have to move a data of row from table A to table B using primary key.H...
I am having a weird problem with specific route in my Laravel REST API project. Here is a thing: I h...
Hi there, We're stuck with this issue for past 1 week. Our developer couldn't find a solution after...
Hello everybody. After updating from 4.2 to 5.0, I am getting the following message in almost every...
I have getName Function shown below: public function getName($id) { $visit = DB::table('tm_Child') -...
I have problem with my laravel 5 application. When I want to send email I have error, and i don't kn...
I have a problem with my Laravel ( 4.2 ) route . How do I make the following url call pagedetail con...
Hello, i would like to know what is the best practice for deleting image from specific category? I h...
Hello all, As i wrote in the subject, i'm using Laravel + Angular(with Gulp) in my project. But it's...
I have read the docs and I'm not clear on it. i followed search essentials and would like to use uni...
Laravel 5 I want users to upload image files to my server. I can accomplish this task easily using P...
I'm making a file upload system using Laravel, Ajax and jQuery. I am able to submit forms using Ajax...
In my Websocket application I wanted to dispatch the requests to my API, which is protected by the A...
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.