I used Laravel 5.2 as backend API, and AngularJS 2 as front-end framework. Therefore, angular2 woul...
I am new to laravel and i want to create a one to one chat application like facebook chat. what is t...
I have 2 blade view to send an email, they are : layout.blade.php and welcome.blade.php where welcom...
Hey am new to Laravel and I have just a small question . How and where are uploaded files stored
I'm getting the following error with Laravel. I did a fresh install and added homestead with compose...
I'm creating a sort of SQL web client and would like to know if it's possible to connect to a user-s...
Laravel documentation gives the following as an example: Mail::send('emails.welcome', $data, functio...
I wanted to be able to do something like this: Mail::using($c)->send('emails/default', ['content'...
Hi, im building this SaaS application where the users are billed every month on their join dates. bu...
In my blog application there users can post articles and comments on there. When I go to any user pr...
I'm new to Laravel, and I'm going to do a lot of reading up on it during a trip I'm taking. I'll be...
Hi, I am using Laravel 5.2 ! I wanna import external style sheet in to my view. I tried, <link...
laravel/framework master 658d1df: change comment wording @taylorotwell e97e151: [5.2] Add getValida...
In my view i have 5 file fields like this {!! Form::file('song[][url]', ['placeholder'=>'Url']) !...
In native PHP it takes about 2 minutes to link each product on the page to its product_details page...
I got Maximum execution time of 60 seconds exceeded even if I have only 1 record(username, email) in...
Hi, i'm trying to get url of file in storage folder. This is local disk configuration: 'disks' =>...
Hi What I want to do is test my Laravel 5 package. Specifically how it integrates with a actual Lara...
The dreaded CORS Error: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the r...
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