I have one project with frontend and backend. I access frontend with example.com but I want to acces...
I want to change the url of my laravel website. Is it possible?
I want to send some notifications on a specific day of month but my code doesn't work. I tried this...
Hi, I have two tables; Table user and table user_groups. I'm using soft delete to delete users. When...
I'm new using laravel 5. What's the best redirect to use to pass parameters without send to URL?
Have you tried to access another table of your DB to show if you got something?
You need to pass the id of the vendor into your link. Your link is incomplete.
Have you tried to use dd($langs) on your controller?
For access your data into view, you need just to do loop. For example: @foreach($langs as l) <div...
Have you tried dd($tweets) on your controller to see if there something?
The Laravel portal for problem solving, knowledge sharing and community building.