Hi, i'm new to laravel I have to create (sign up) and sign in for user from other php application co...
Hii how to insert data from multiple select to database ?? I'm using this code
Hi, I am creating migrations for my project and as usual defining string fields and their length als...
Hi there The latest stable Aimeos web shop package for Laravel includes full PHP 7 support with asto...
Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...
Hi, I want to create a login which is implemented in a website on a server. On this server there is...
I created a CommandBus Structure according to the videos series for commands. But I am now running i...
I'm trying to upgrade a legacy app and there I basically need to echo out a bunch of hierarchical da...
I am trying to login a user in the latest release of Lumen. No matter whether I use auth()->attem...
So one of my controller looks a bit like this... /** * @param $userId * * @return \Il...
I'm trying to use Cashier to create Stripe subscriptions in Laravel 5.1. I am using Stripe in test m...
I just checked my profile page to see a list of my past posts, but only 4 are displayed. Is there a...
I am developing several projects in the most recent release of Lumen. The Lumen documentation does n...
OK so i have a partial that i have been using in several places.. so far it has worked perfectly bec...
So I am using laravel 5 form testing for my register pages which are split into 3 stages doing somet...
Short version I have a basic polymorphic relation between a Note model and many things, including a...
laravel 5.1 document example define ability authorization for one to many relationships: http://lar...
I am newbie laravel here my code is not redirect to signup page. Not any error display. Any suggesti...
Routing in laravel is Route::get('/', array('uses' => 'HomeController@index')); I want to choose...
Hi All, I'm at a loss for what's happening. I'm running two queries on a table as part of my migrati...
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