Support the ongoing development of Laravel.io →

periloso

Joined 14 Jul 2014

Statistics

Threads 1
Replies 3
Solutions 0
Articles 0
posted 9 years ago

How to create a new database (with prepared statements)?

Hello, I am trying to run a statement to create a database and an user, but it seems laravel continu...

0 Likes
2 Replies
replied 9 years ago

Changing Authentication view directory from auth\login

Yep, you solved my problem :) The NotFoundHttpException is just because there's no route defined to...

0 Likes
replied 9 years ago

How to create a new database (with prepared statements)?

Okay, it seems I've found a solution. Can I do it this way? $res = DB::connection('mysql')->state...

0 Likes
replied 9 years ago

How to change mysql settings in the config folder using html forms and laravel?

You can easily swap between different databases/servers using Config::get and Config::set. I've mana...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.