AdminController.php public function checkLogin(Request $request){ $validator = Validator::make( a...
I'm wondering if it's possible to reuse Localization translations in Laravel 5.2. So something like...
I have two different domain groups in my Laravel application. One is example.com and other one is su...
Hi, is there an easy way to import a .sql-file into the database? It just should import the file, no...
I am learning Laravel by doing a self-exercise. Basically what I want to achieve is the parameter ‘i...
Hi All, I am making an app that uses S3 to store a lot of user media which I then display to the use...
AWS Cloudfront now supports free SSL certs from the AWS Certificate Manager. But the SSL cert is on...
i am using laravel 5.2 and php 5.6 .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL...
My questions concern serialization of jobs for queue. Is the model that is passed as an argument to...
Updates: "Updates: laravel/framework [master, 5.2, 5.1], laravel/laravel [master, develop], la...
Just installed php7 on a virtual box following this series php7 Problem is if there are any errors i...
Hi, I'm sending get request to the controller using ajax and controller is returning data (Jason Res...
Ho to update user activity? Check if current user is online It is a solution, but update on each pag...
My example: $photo = Photo::with([ 'owner' => function ($query) { $query...
I was doing some multiple file validation. I have my html like so: <html> <body>...
I was trying to upload a file in Laravel 5.2, but when I try to access it using the file method it a...
Regarding package development documentation Translation part I added the following line to my packag...
Can you help me with this question, http://stackoverflow.com/questions/38673593/laravel-5-2-multi-au...
Hi All, I have around 500,000+ records on my database and fetching it using the laravel query builde...
Hey All, I have a Quote model with a table column boolean('approved') which I want to use to setup t...
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