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...
I'm newbie with L5 and I need make a login on my application with a API (like laravel/socialite) and...
When I click on my created menu it show me the following colde. Please help me about this to get rig...
Hello there, I'm newbie in L5. Hopefully my questions will not sound stupid :P. I'm creating an appl...
I want to share userid & username in all views. So i write View::share('currentUser',\Auth::user...
I have 2 tables: User [ id, name, address_id, active ] Address [ line1, line2, city, county, postcod...
I have a questions table, and a tags table. I want to fetch all questions from tags of a given quest...
How i do this ? public function index() { $categorias = Categorias::all(); print_r($categorias); die...
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