Hi everyone, I am refactoring my API project to Lumen. In 4.2 I had this in routes.php Route::contro...
So imagine if you will, an arbitrarily deep tree of nested categories. For the data structure minded...
I use authorization in twitter via Socialite. Why email property empty? use Laravel\Socialite\Facade...
Hi there, I trying make a migrate in Laravel 5 with the relation (One to Many) in my table user and...
Hi all, i have an issue with getting portfolio images, This is my index method. public function inde...
I really wish some folks would do a search before they asked the question, some questions have been...
Been trying to fix this for a few hours now with no success. $role = $organization->getRole($requ...
I already typed my issue here if you prefer, with the important bit of each classes I have 3 models...
Hello, My problem is when i uploaded my website in a free Web Hosting using Filezilla the package Oa...
Hi all so I am extending the AuthController and have added a few 'helper' like functions like: priv...
Hello guys, I have two questions about Authentication: How to use Auth with multiple tables? (Stude...
Hi guys, when I type the command in bash below, php artisan migrate I got the error below exception...
because I need to create the environment.php file? I did not created the file environment.php and it...
I have Category model which has one to one relationship to itself. It obviously has id and parent_id...
Let's say I want to add a column to a table, I tried to modify the schema file inserting the new col...
is it possible to convert an mwb file created with mysqlworkbench to schema builder files? Some kind...
I have 3 models, ie: Country, User, Bike. Country has many User, User has many Bike, and bike can be...
Hi I have controller like that: public function sendmail() { $status = \Lang::get('messages.notsent'...
Hello, I would like to ask for examples or samples, how to create categories with many to many realt...
Hello, If you are want to display all registered route list same as laravel framework then you can u...
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.