I have a simple login form that is a modal popup. I can make the form work outside of modal fine, b...
Hi, I've started learning about the Laravel framework and did a fair amount of reading on the subjec...
Hello everyone, Does anyone have a full documentian of how to install Sentry on Laravel 5, I have tr...
Why isn't there a link to this forum, laravel.io/forum on the main laravel site any longer?
how to call controller method to model? OrderController: public function mailInvoice($id) { //...
Hi, I'm using Eloquent ORM outside of laravel. Its with SLIM Framework. I'm trying to control the nu...
Hello, I am looking to improve my code for better performance, how would you optimize this code: pub...
http://subdomain.mysite.com/script.php works. Using SSL with a valid cert: https://subdomain.mysite....
I was trying to do some lengthy processing on the backend after a response is returned to the client...
sounds funny but I had my system running, the power goes out and comes back on within half a second...
Hello, i installed three laravel 5 applications into my main machine code folder. after changing the...
Hi everyone, I need some help to accomplish my goal, I have a legacy frontend app and i need to chan...
I've created and published a package that I developed after a need arose for loading additional .env...
Hi, does anyone know how to use Regular Expression Parameter Constraints with utf-8 strings? This on...
Hi.. i try to insert query with join table, this my code: $addnew = DB::table('list_dasar')->join...
Hi, I'm developing an app using Laravel, Cordova, and Cartalyst Sentry, and I'm having an issue with...
Hello laravel artisans!! I am currently hosting my website on a Shared hosting and I would like my p...
Hi, I have a small question, I have a website where they are teachers who can add students. Students...
Is there any laravel/lumen examples of stateless token authentication?
I have this code: $sqlInsert = array( array('id'=>1, 'temp'=>1), array('id'=>2, 'te...
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