I have a problem. I need to prevent a logged in user can edit / view etc. information of another us...
Hi, I have a button lets say it is in a div for simplicity Button <button rel="tooltip"...
I've a Laravel 4 join as given below: return DB::table(Location::getTableName() . ' as l')->wher...
Hi guys, I have a strange problem. I am not able to redirect my user if his email does not exist in...
I am trying to create HMVC structure in laravel.I have created a modules folder with sub folders in...
I am using laravel 5.1 with the default authentication controller without any overrides but i faced...
Is there any reason the command php artisan key:generate is not available in lumen?
[Symfony\Component\Debug\Exception\FatalErrorException] syntax error, unexpected 'as' (T_AS) Route::...
So i found a cache option in laravel but it seems to store the variable on the server. I am looking...
I am creating an app in which I am creating a laravel api and using angularjs for my front end. For...
I created this thread as a reply to another to keep the topics separate but related. Here is how I s...
Not even sure where to start - just looking for maybe a point in the right direction. I've got somet...
I am new to Laravel. I am trying to set an application which has admin panel, ability to manage the...
I have this code in my .htaccess file: <IfModule mod_rewrite.c> RewriteEngine On Rewrit...
Is there a way to get all the methods that are called and executed ( Even the methods from the exter...
i use module in my project App -> Modules -> Admin -> Http -...
I just made a fresh install of homestead + vagrant and the VM is stupid slow. Even running simple co...
I'm having some issues with Homestead or better yet Vagrant and Virtualbox itself. The requests I'm...
For example, if I have the following code: class User extends Model { public function tasks()...
I need to check if the User is blocked at the time of login. for this I created a users table field...
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