Support the ongoing development of Laravel.io →
Configuration Database Eloquent

i need to create custom command for create a new database in laravel?

ex $php artisan Database Database created successfully.. (in background new data base is created )

Last updated 3 years ago.
0

Sure, try ..

DB::getConnection()->statement('CREATE DATABASE :dbname', array('dbname' => $DatabaseName));
// or 
DB::getConnection()->statement('CREATE DATABASE ' . $DatabaseName));
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kalyan kalyan Joined 25 Mar 2016

Moderators

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.

© 2025 Laravel.io - All rights reserved.