I have this in my route Route::resource('something', 'SomethingController'); but this controller han...
I want to know how to develop the website user can post his contents and can vote others contents.
I have a requirement that I need to save each and every query executed by the laravel program. I hav...
Hello Guys , I am trying to install the homestead in my machine ( Windows 7 ) . Vagrante version - V...
I'm working on this routine that stores a lot of data in cache (just the default storage, for now) a...
We can put custom error views in resources/templates/error/ERRORCODE.blade.php. This works, except f...
Laravel 5.3 PHP: 7.0.3 First Error > [Illuminate\Database\QueryException] SQLSTATE[42S02]: Base t...
Currently i am using vue and laravel together.Vue for frontend and laravel for backend api.I am tryi...
$values = [1, 2, 3]; $string = ''; foreach ($values as $value) { $string .= $value . " AND &quo...
I made this simple setup to easier describe my problem. This is the routs file: Route::get('/', func...
We have had issues accessing our laravel application on IIS with fast-cgi. The app url http://server...
I have an app that has Categories, Boards, and Pins Models. A category has many boards and has many...
Basically I have a point log table as follows: user_id | points 1 | 10 2 | 20 1 |...
Hy All, I have 500+ Scheduling jobs which i managed to run with database.. i don't want to use cront...
Hi. I have a controller that invokes a command through a Process component. The command run fine, is...
I run a process with Symfony Process component, the process invokes a script that compress folders a...
Hey Guys I want to know how can I set admin approval in my application, the fact that every post pub...
I have followed the quickstart here for Tymon JWT and I can login okay (that route isn't protected)...
Hello, First of all, my website worked very well in local (using WAMP) until I try to add a remote h...
First of all, I'm new to Laravel. I come from Codeigniter where you can have something similar to: c...
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