I have the following code: // Departments $physics = factory(App\Base\Academy\Department::class, 1)-...
Original post: https://stackoverflow.com/questions/38710723/connect-laravel-5-to-aws-rds-with-ssl I...
In the below example, I'm using multi-select component from https://github.com/monterail/vue-multise...
What is the solution for using environment variables in laravel/javascript projects with elixir+brow...
Hi All When I click on the forgotten my password link i get the error below Unresolvable dependency...
I hope someone can teach me how to create a temporary table . I'm using laravel 4. CREATE TEMPORARY...
I've been successful at setting up the api_token guard, user successfully gets authenticated, but th...
I am trying to move the controls I make in the Controller for a User to be able to leave a Comment o...
I run this code in my controller Top of my controller use Waavi\Translation\Repositories\LanguageRep...
I'm using L5.1 on Windows 10/Apache as my server, and I want to upload a file to /public/img/userIma...
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...
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