I am doing the below SQL, perfectly work in sql query client select `member_status`.`name`, COUNT(me...
I have a laravel chat app, is working fine and these are the relationships declared in the model. U...
please, how I can do this query with laravel? http://laravel.io/bin/3BmXm select cf.city, sum( cf.to...
Hi, The other day I had an issue and changed the environment to production based on another thread's...
Hello, I'm having trouble passing my data array to my Event listener... Consider the following, basi...
I am building a simple social application in Laravel that will be RWD for mobile devices and later w...
is any method to format the timestamp in laravel model form in this code project_start is retrived f...
Hi, I want to test Laravel for a bit, but installation seems impossible. I have no idea what's going...
Hi, I have been moving moving away from procedural style to more OOP. I have learned quite few thing...
hello laravelers; i tring to send newsletter via mail (it work with simple text : hello world). but...
I have a simple application set up on my local machine using Laravel Homestead. I am trying to get t...
After installing CORS I get Class 'Barryvdh\Cors\CorsServiceProvider' not found. I followed the inst...
I'm trying to separate some of my concerns into separate packages for laravel (and I created a packa...
Hi! How can i build a query eg: $products = Product::whereHas('tags', function($query) use($arrays)...
Hi, In laravel.log, i get this error : production.ERROR: exception 'Symfony\Component\HttpKernel\Exc...
Hi, Just noticed accidentally that, if I run any of my custom artisan commands, they (well, Laravel)...
Hi, I have a basic CRUD with a template like this: # master.blade.php @section('content') {{ $item...
Hi all, i'm serarching for a package that make lggged users read messages from the guests.
Hi; I want to be able to use this without relying on Input Facade. For example I want to be able to...
I'm trying to concat the results of a database query and return them as a variable that I can insert...
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