Hi folks, I assume that Laravel LTS (5.1) will include in LTS all minor updates, i.e. 5.1.4, 5.1.11....
Hey am new to Laravel and I have just a small question . How and where are uploaded files stored
I wanted to be able to do something like this: Mail::using($c)->send('emails/default', ['content'...
laravel/framework master 658d1df: change comment wording @taylorotwell e97e151: [5.2] Add getValida...
Hello, I make a get ajax request, and my controller is in charge of making query to the database and...
Hi, I have a question regarding system design of a REST API. I have users and roles and want to atta...
Using the following: return $this->hasMany(Text::class, 'item_id')->where('item_type', 'produc...
Hello everyone, I would like to share you a CMS, which is called LaraWebEd (Laravel Web Editor). I m...
Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...
Is there anywhere in the app life cycle in which I can interact with the response given from a route...
laravel/framework master 43808e3: Make Model::fresh convert multiple args into array @themsaid 4c43...
i want to add custom methods to my application router. Route::get('email', 'Auth\PasswordController@...
I am currently refactoring my Laravel 5 project in order to make use of the Repository Design Patter...
Hi Unfortunately this is one of those "where do I put that?" type questions and generates...
Hi I am Eslam Salem I am the CEO & Founder of Shieldfy. We at shieldfy decided to plan and relea...
We have PHP 7 on the way. Laravel is quite ambitious when it comes to support for new PHP versions,...
I have a model called Product that has the following self referencing many-to-many relation: // pare...
Hi, We are working on an ecommerce application and we will be having a large number of sub domains(m...
laravel/framework master f795b29: Fixed incorrect logging error suppression (#13881) @GrahamCampbel...
Hi, I'm a Laravel newbie and I'm quite confused about laravel architecture. Basically, I need to get...
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.