How and where Laravel write the 'session.cookie' k/v in response? I am very confused. I know it abou...
Hi All, I've been reading Chris Fidao's excellent book on Implementing Laravel and unfortunately I'v...
2 months ago i created a simple app in Laravel 5. today i tried to do a composer update and it fails...
I have very strange issue. I installed fresh L5 copy, created TestController, added Route::resource...
I have been using the conventional way of signing in a user up without ajax and since I have switche...
I'm new to Laravel. I am now done with Up & Running with Laravel. I need some guidance in implem...
Hi, I am new to laravel. I am using a simple validator which is working great. My question is, is th...
I got ErrorException Undefined variable: skip using the following code. $skip = ($page -1 ) * 10;...
Hi, Iam developing a app. which students can register and book a slot on the particular day in parti...
I'd like to use Route::bind to validate whether a user has permission to access a particular model b...
Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...
What I want to accomplish is my image to be the CLICK HERE link. <td>{{link_to('users/' . $geb...
I have got an installation of Laravel 5 on my local machine using MAMP. db config uses Socket/port....
Hi, I've set up my mysql config like so: 'mysql' => [ 'driver' => 'mysql', 'host'...
Hi all, If I have 3 tables (users, organizations, guest) who share the same feature, it's ok to put...
Hi, I want to get products with a seri name contains a certain word. However it returns all products...
When I run this I get a very long text as result: ....Route::get('/', function() ....{ ....$posts=DB...
I know there are a method what called find in laravel, I have a table with this structure (articles...
Hi guys, I created a folder inside view /view/account/ And also created the file account.blade.php T...
Hello, i try to get all datas (relation inlcude) from a user table but i cannot get somme values. cl...
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