Hi all, I really don't know why this happens, but when I'm pushing my L5.4 application towards Forge...
I have a row query \DB::select("SELECT * FROM table_name WHERE id=$id"); the result shoul...
Hello guys , Is that possible to use json_decode() in Laravel Request Validation ? I have a form in...
Hi guys! Last 2 days I try to build routes tree with Baum nested set. I found topic that I need here...
I'm having problems with my migration code, This is the error I'm recieving: PHP Parse error: synta...
I have used a relationship that returns data but when i use it it throws error "Trying to get p...
Hi, frinds Can U help me in my case with eloquent subquery? ) I have the code in my model: return Ne...
I have a laravel app that works fine with DB_HOST=localhost but does not work with DB_HOST=127.0.0.1...
i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...
I've moved my application and need to add /public/ before everything for it to work correctly. How c...
Hello guys! I am running with two problem in my system.. I installed Laravel 5.4 and followed the Bl...
hi, I want to import a excel file. So in controller i do : $reader=Excel::load('storage/app/uploads/...
Hey guys, I followed this great tutorial to implement FB login into my application: http://maxoffsky...
Sending from localhost, Windows 10, OpenServer! Settings .env: MAIL_DRIVER=mailgun MAIL_HOST=smtp.ma...
Hey, I'm trying to create custom messages for errors found in form input validation. The issue I'm h...
I don't do wordpress. If i want to build some basic forms or some view or available functionality...
This is not working: public function boot(\Illuminate\Routing\Router $router) { $rou...
I'm trying to create a reusable view component for a carousel with a new Blade directive. I don't wa...
Basically, i'm sending out an event; Pusher is receiving it on their debug console. YET my other bro...
If anyone can post a small tutorial/demo of laravel echo server using socket,io and redis with priva...
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