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?
I think you do not understand my question. In one of my laravel view I have a button which I would l...
Because the user needs to download a xlsm file. How can I use servelets and jsp? This is my first ti...
Hello everyone, i tested a possible way to solve the problem. On each laravel website, i have change...
I'm not talking about filesystem. I have both website on the same server. I have two laravel website...
You can use: Input::has('secure') like that: If (Input::has('secure')){ $secure = 1; (Checkbox i...
The Laravel portal for problem solving, knowledge sharing and community building.